mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 15:00:55 -04:00
Add Aurora config options for enabling texture replacement and dumping (#222)
This commit is contained in:
@@ -432,6 +432,8 @@ int game_main(int argc, char* argv[]) {
|
||||
config.mem2Size = 24 * 1024 * 1024;
|
||||
config.allowJoystickBackgroundEvents = true;
|
||||
config.imGuiInitCallback = &aurora_imgui_init_callback;
|
||||
config.allowTextureReplacements = true;
|
||||
config.allowTextureDumps = false;
|
||||
|
||||
PADSetDefaultMapping(&defaultPadMapping);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user