emu-russia / pureikyubu

Nintendo GameCube Emulator (WIP)
Creative Commons Zero v1.0 Universal
164 stars 6 forks source link

DolwinPlayground #135

Closed ogamespec closed 4 years ago

ogamespec commented 4 years ago

This is the most portable version of the Dolwin build.

The emulation is loaded and started via the command line (argv[1] is path to the file that you want to run).

Debug messages (DBReport) are printed using printf.

The emulator core uses Null backends (AudioNull, VideoNull, GraphicsNull, PadNull).

You can use this code as a reference example to create your own Dolwin UI implementation.