You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using psvDebugScreen from a prx lead to the following issues:
- vsnprintf call crash the app and so, shall be directed to the sceClib version
- possible multiple call to psvDebugScreenInit (from eboot and prx) that could lead to a FrameBuffer stealing
- modulo operation are not available when prx compiled with -nostdlib
This commit aim to resolve those issues, but also give an explanation using comment.
0 commit comments