Load game config on game load
This commit is contained in:
parent
d12871b8b4
commit
67cc8b7316
|
@ -648,6 +648,7 @@ X_STATUS Emulator::CompleteLaunch(const std::wstring& path,
|
|||
if (module->title_id()) {
|
||||
char title_id[9] = {0};
|
||||
std::snprintf(title_id, xe::countof(title_id), "%08X", module->title_id());
|
||||
config::LoadGameConfig(xe::to_wstring(title_id));
|
||||
uint32_t resource_data = 0;
|
||||
uint32_t resource_size = 0;
|
||||
if (XSUCCEEDED(
|
||||
|
|
Loading…
Reference in New Issue