mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01: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 a new issue