mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
.. | ||
Scripts | ||
DolwinPlayground.cpp | ||
DummyDebugger.cpp | ||
DummyDebugger.h | ||
pch.cpp | ||
pch.h | ||
Readme.md | ||
UiCommands.cpp | ||
UiCommands.h | ||
UserJdiClient.cpp | ||
UserJdiClient.h |
Playground
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 (Debug::Report
) 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.