mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2024-12-26 06:11:22 -08:00
Merge yuzu-emu#12867
This commit is contained in:
parent
a8956d3ff0
commit
f75119322d
@ -202,7 +202,7 @@ void AOC_U::ListAddOnContent(HLERequestContext& ctx) {
|
||||
LOG_DEBUG(Service_AOC, "called with offset={}, count={}, process_id={}", offset, count,
|
||||
process_id);
|
||||
|
||||
const auto current = system.GetApplicationProcessProgramID();
|
||||
const auto current = FileSys::GetBaseTitleID(system.GetApplicationProcessProgramID());
|
||||
|
||||
std::vector<u32> out;
|
||||
const auto& disabled = Settings::values.disabled_addons[current];
|
||||
|
Loading…
Reference in New Issue
Block a user