mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Fixed some grammatical mistakes
This commit is contained in:
parent
d9b5cafdee
commit
9b1a2e50f2
8 changed files with 38 additions and 38 deletions
|
@ -920,7 +920,7 @@ void default_syscall()
|
|||
|
||||
void SysCalls::DoSyscall(u32 code)
|
||||
{
|
||||
//Auto-Pause using simple singleton.
|
||||
//Auto Pause using simple singleton.
|
||||
Debug::AutoPause::getInstance().TryPause(code);
|
||||
|
||||
if(code < 1024)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue