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:
@@ -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))) {
|
||||
|
||||
Reference in New Issue
Block a user