pureikyubu/SRC/UI/Playground
2020-08-22 00:47:16 +03:00
..
Scripts PE Regs refactored 2020-08-22 00:47:16 +03:00
DolwinPlayground.cpp
DummyDebugger.cpp
DummyDebugger.h
pch.cpp
pch.h
Readme.md
UiCommands.cpp
UiCommands.h Paths fixed for pissed linux 2020-08-09 21:36:10 +03:00
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.