mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-18 20:12:04 +00:00
Fix 1024x768 resolution not being saved
This commit is contained in:
parent
4930d8785b
commit
4f4ab4c81a
@ -275,6 +275,7 @@ inline static u32 ResolutionNumToId(u32 num)
|
||||
12,
|
||||
13,
|
||||
14,
|
||||
15,
|
||||
};
|
||||
|
||||
return num <= 10 ? res[num] : 0;
|
||||
|
Loading…
Reference in New Issue
Block a user