mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Minor formatting
This commit is contained in:
parent
6ef4cecf57
commit
14897b23b7
7 changed files with 120 additions and 33 deletions
|
@ -82,7 +82,8 @@ void AutoPause::Reload(void)
|
|||
initialized = true;
|
||||
}
|
||||
|
||||
void AutoPause::TryPause(u32 code) {
|
||||
void AutoPause::TryPause(u32 code)
|
||||
{
|
||||
if (code < 1024)
|
||||
{
|
||||
//Would first check Enable setting. Then the list length.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue