mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 00:00:19 +00:00
Update ptm_sysm.cpp
Fixed casing of PTM::CheckNew3DS();
This commit is contained in:
parent
22b60fa779
commit
be7b08e20a
@ -33,7 +33,7 @@ void CheckNew3DS(Service::Interface* self){
|
||||
u32* cmd_buff = Kernel::GetCommandBuffer();
|
||||
|
||||
cmd_buff[1] = RESULT_SUCCESS.raw;
|
||||
cmd_buff[2] = PTM::CheckNew3Ds();
|
||||
cmd_buff[2] = PTM::CheckNew3DS();
|
||||
}
|
||||
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user