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
I saw that this was already asked but it was 2 years ago and theres been a lot of improvements for emulating since then. I was wondering if PS2 and or gamecube support is possible or will be in the future. PS I love the app and enjoy using it for older systems. I really love to play my ps2 and gamecube games. So if this is possible it would make my year. I have not found anything else like this using romm as an emulator from browser that supports ps2 and gamecube emulation.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
This would be a question for upstream, but no as it currently exists no more modern systems will likely be ported until the emscripten project evolves more.
There are two main limiting factors JIT and SIMD support. While emscripten supports a small subset of SIMD instructions they do not support them all and any vector operations or just in time compilation will not be fully available.
So while you could make a 1-5 fps demo that runs on pure CPU (if the emulator even supported CPU rendering) it would not be a playable emulator.
I saw that this was already asked but it was 2 years ago and theres been a lot of improvements for emulating since then. I was wondering if PS2 and or gamecube support is possible or will be in the future. PS I love the app and enjoy using it for older systems. I really love to play my ps2 and gamecube games. So if this is possible it would make my year. I have not found anything else like this using romm as an emulator from browser that supports ps2 and gamecube emulation.
The text was updated successfully, but these errors were encountered: