[video_core] Fix EDS defaults by platform (#305)
Reviewed-on: #305 Reviewed-by: crueter <crueter@eden-emu.dev> Co-authored-by: MaranBr <maranbr@outlook.com> Co-committed-by: MaranBr <maranbr@outlook.com>
This commit is contained in:
parent
e59065b542
commit
4ea9664ff4
1 changed files with 4 additions and 4 deletions
|
@ -540,10 +540,10 @@ struct Values {
|
||||||
3,
|
3,
|
||||||
#elif defined (__FreeBSD__)
|
#elif defined (__FreeBSD__)
|
||||||
3,
|
3,
|
||||||
#elif defined(__unix__)
|
#elif defined (ANDROID)
|
||||||
2,
|
|
||||||
#else
|
|
||||||
0,
|
0,
|
||||||
|
#else
|
||||||
|
2,
|
||||||
#endif
|
#endif
|
||||||
0,
|
0,
|
||||||
3,
|
3,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue