libretro / RACE

This is the RACE NGPC emulator modified by "theelf" to run on the PSP. It is likely forked from the Akop Karapetyan PSP version of RACE (http://psp.akop.org/race).
GNU General Public License v2.0
5 stars 14 forks source link

Convert RACE completely to C #29

Closed inactive123 closed 3 years ago

inactive123 commented 3 years ago

This should convert the entire codebase to C. race-globals.cpp has been gotten rid of. Instead, I initialize these globals in 'mainemu_init' now since C doesn't allow this kind of direct initialization.

@jdgleaver Feel free to review this. I think it should be safe though. I also tested a few games and they still work fine.