-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invizimals black screen ( sceusb issue ) #7580
Comments
does this just happen on windows ??? |
I believe it wasn't really a duplicate of the closed issue mentioned above. Back when this was opened, cam was unsupported, currently it's partially supported on android and the game no longer shows "black screen", but as reported goes in-game with some glitches. The missing video from the closed issue might simply be a result of speedhacks like skipping buffer effects, disabling simulate block transfer or other heavy effects which are commonly disabled by android users. Could also be a real problem which needs it's own issue, either way I'll mark this one as outdated for now. Also to note, camera is not supported on other OS's, but still should show some pre-set image in place of captured video when other things work correctly. |
As I understand from #8521, it's more or less working now with the exception of microphone. But it probably does indeed not work on all platforms. -[Unknown] |
This can indeed be closed. |
PPSSPP v1.0.1-158-g33b291a log:
https://gist.github.com/sum2012/67019d08b0df36dbcd5b
JPCSP log:
https://gist.github.com/sum2012/35a482354a2b29e8d43f
JPCSP code:
fakeModule.write(Memory.getInstance(), fakeModule.address);
Managers.modules.addModule(fakeModule);
I think we can try that write memory and add module to module list to fix black screen
The text was updated successfully, but these errors were encountered: