fix game menu forcefully disabled manual loading of control data.

this was done during testing / benchmarking, but i forgot to undo this.
This commit is contained in:
ITotalJustice
2025-05-14 00:06:36 +01:00
parent 0167bf034c
commit 83472f1020

View File

@@ -137,7 +137,7 @@ auto LoadControlEntry(u64 id) -> ThreadResultData {
data.control = std::make_shared<NsApplicationControlData>();
data.status = NacpLoadStatus::Error;
bool manual_load = false;
bool manual_load = true;
if (hosversionBefore(20,0,0)) {
TimeStamp ts;
if (R_SUCCEEDED(nsGetApplicationControlData(NsApplicationControlSource_CacheOnly, id, data.control.get(), sizeof(NsApplicationControlData), &data.control_size))) {