-
Notifications
You must be signed in to change notification settings - Fork 216
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
Hot wheels Turbo Racing (requires proper emulation of GPU busy state) #217
Comments
notaz
added a commit
to libretro/pcsx_rearmed
that referenced
this issue
Oct 8, 2023
notaz
added a commit
that referenced
this issue
Oct 9, 2023
I've added some approximation which seems to be good enough for this game. |
notaz
added a commit
to libretro/pcsx_rearmed
that referenced
this issue
Dec 19, 2024
saulfabregwiivc
added a commit
to saulfabregwiivc/WiiStation
that referenced
this issue
Dec 20, 2024
saulfabregwiivc
added a commit
to saulfabregwiivc/WiiStation
that referenced
this issue
Dec 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So there's a PS1 game, Hot Wheels : Turbo Racing, that relies on proper emulation of GPU busy states otherwise, it will black screen after the intro.
PCSX Reloaded actually has a hack for that game called "Enable GPU busy state" which is implemented plugin-side.
However for Rearmed, this won't work (i already tried), requiring us to probably implement it within psxdma.c.
The hack can be seen in action here
https://github.com/gameblabla/pcsxr/blob/6484236cb0281e8040ff6c8078c87899a3407534/pcsxr/plugins/dfxvideo/gpu.c#L1586
The text was updated successfully, but these errors were encountered: