forked from eden-emu/eden
settings: Add setting to control NSO dumping
Also adds UI option in Debug > Dump section, with the idea later things to be dumped (i.e. other game data or textures, etc) will use the same group box.
This commit is contained in:
parent
2775303246
commit
c8bc8ba008
6 changed files with 28 additions and 1 deletions
|
@ -157,6 +157,7 @@ struct Values {
|
|||
bool use_gdbstub;
|
||||
u16 gdbstub_port;
|
||||
std::string program_args;
|
||||
bool dump_nso;
|
||||
|
||||
// WebService
|
||||
bool enable_telemetry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue