notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2ba218
)
frontend/menu: add "Downscale Hi-Res" option
author
Apaczer
<94932128+Apaczer@users.noreply.github.com>
Tue, 10 Jun 2025 19:37:24 +0000
(21:37 +0200)
committer
notaz
<notasas@gmail.com>
Thu, 19 Jun 2025 23:04:38 +0000
(
02:04
+0300)
from `scale_hires` intval
frontend/menu.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/menu.c
b/frontend/menu.c
index
b50f05a
..
8cbfd8e
100644
(file)
--- a/
frontend/menu.c
+++ b/
frontend/menu.c
@@
-1452,6
+1452,7
@@
static menu_entry e_menu_plugin_gpu_unai[] =
mee_onoff ("Lighting", 0, pl_rearmed_cbs.gpu_unai.lighting, 1),
mee_onoff ("Fast lighting", 0, pl_rearmed_cbs.gpu_unai.fast_lighting, 1),
mee_onoff ("Blending", 0, pl_rearmed_cbs.gpu_unai.blending, 1),
+ mee_onoff ("Downscale Hi-Res", 0, pl_rearmed_cbs.gpu_unai.scale_hires, 1),
mee_end,
};