Author Topic: SharedFb and sceGxmInternalForVsh sample  (Read 4470 times)

Offline Graphene

  • Useful Idiot
  • ***
  • Posts: 108
    • View Profile
SharedFb and sceGxmInternalForVsh sample
« on: February 09, 2020, 09:58:39 PM »
This sample demonstrates how to use shared framebuffer and initialize GXM in PS Vita applications running in system mode: https://github.com/GrapheneCt/SharedFb-PSV

If you have been using NoSharedFb plugin, unistall it before using this application.

It draws squares moving from top to bottom of the screen. Color of the squares will be green if GXM was initialized successfully and red if initialization failed.
« Last Edit: February 09, 2020, 10:10:14 PM by Graphene »

Offline Graphene

  • Useful Idiot
  • ***
  • Posts: 108
    • View Profile
Re: SharedFb and sceGxmInternalForVsh sample
« Reply #1 on: February 12, 2020, 11:50:23 PM »
Updated the sample

- Removed unnecessary code
- GXM memory is now mapped (total size is 5MiB)
- Added vsync value (60FPS or 30FPS lock)