mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 10:41:04 +00:00
Update apt.cpp
Changed casing of CheckNew3DS
This commit is contained in:
parent
11a96044ef
commit
f3f2a644d0
@ -291,7 +291,7 @@ void Unknown_0x01010000(Service::Interface* self){
|
||||
cmd_buff[2] = 0;
|
||||
}
|
||||
else{
|
||||
cmd_buff[2] = PTM::CheckNew3Ds();
|
||||
cmd_buff[2] = PTM::CheckNew3DS();
|
||||
}
|
||||
|
||||
LOG_WARNING(Service_APT, "(STUBBED) does not check internal NS state field");
|
||||
|
Loading…
Reference in New Issue
Block a user