mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Fix 1024x768 resolution not being saved
This commit is contained in:
parent
4930d8785b
commit
4f4ab4c81a
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ inline static u32 ResolutionNumToId(u32 num)
|
|||
12,
|
||||
13,
|
||||
14,
|
||||
15,
|
||||
};
|
||||
|
||||
return num <= 10 ? res[num] : 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue