jdgleaver
32e2aacd3c
Allow 'Custom Aspect Ratio (X Position)/(Y Position)/(Width)/(Height)' to be entered manually via keyboard
2021-08-27 11:21:29 +01:00
twinaphex
7f08729a5e
Revert "(gfx_display) Make gfx_display_set_fb_size - get rid of the small"
...
This reverts commit 618cfacd59
.
2021-08-26 18:42:43 +02:00
twinaphex
618cfacd59
(gfx_display) Make gfx_display_set_fb_size - get rid of the small
...
getter/setter functions - also finally take this opportunity to stop
setting framebuffer width/height/pitch for menu drivers that don't
use a framebuffer texture at all
2021-08-26 18:26:44 +02:00
jdgleaver
a6901dc85e
Add option to (force-)write current core options to disk
2021-08-26 11:42:46 +01:00
Autechre
23a06ef1a1
Merge pull request #12863 from sonninnos/config-ar
...
Default aspect ratio + sublabel correction
2021-08-25 17:29:25 +02:00
Autechre
ab3385c73d
Merge pull request #12870 from sonninnos/menu-sound-sublabel
...
Add sublabel for 'Menu Sounds'
2021-08-24 20:18:34 +02:00
sonninnos
f21f113678
Add sublabel for 'Menu Sounds'
2021-08-24 21:05:21 +03:00
Autechre
dbb74ba5ab
Merge pull request #12823 from markwkidd/input-drivers
...
input_driver refactor
2021-08-24 18:45:20 +02:00
jdgleaver
d35200aa56
Highlight currently selected value in Shader Parameter drop-down lists
2021-08-24 14:45:57 +01:00
Autechre
cc7247aecf
Merge pull request #12855 from jdgleaver/core-info-cache-path
...
Remove core path from core info cache
2021-08-24 11:27:31 +02:00
Autechre
024dbb5008
Merge pull request #12862 from sonninnos/video-sublabels
...
Add missing sublabels for video options
2021-08-24 11:26:40 +02:00
Autechre
41afbc30ef
Merge pull request #12859 from jdgleaver/refresh-rate-entry
...
Allow 'Vertical Refresh Rate' to be entered manually via keyboard
2021-08-24 11:26:24 +02:00
sonninnos
eb49458284
Default aspect ratio + sublabel correction
2021-08-23 18:13:46 +03:00
sonninnos
71ca56e0fb
Add missing sublabels for video options
2021-08-23 17:44:02 +03:00
jdgleaver
f505d625a3
Fix segfault when accessing 'Audio' menu on platforms without mixer support
2021-08-23 15:37:29 +01:00
jdgleaver
6855b7f2b1
Allow 'Vertical Refresh Rate' to be entered manually via keyboard
2021-08-23 13:55:19 +01:00
jdgleaver
f0a510c8a6
Remove core path from core info cache
2021-08-23 11:47:08 +01:00
twinaphex
bea512b70b
Get rid of gfx_display_draw_texture - use gfx_display_draw_quad instead
2021-08-22 17:57:21 +02:00
twinaphex
4fae4ead73
Add workaround for MSVC
2021-08-21 20:05:44 +02:00
twinaphex
0f3ae9b03d
Try lroundf instead
2021-08-21 19:54:39 +02:00
sonninnos
559a173e8b
Relocate 'Manage Playlists' to top
2021-08-21 20:18:12 +03:00
sonninnos
1e4557c09a
Fix refresh rate 59Hz rounding
2021-08-21 18:20:15 +03:00
Autechre
21d3c13ed3
Merge pull request #12837 from sonninnos/ozone-check
...
(Ozone) Ensure the existence of values used in selection calculation
2021-08-21 14:33:14 +02:00
Autechre
393343c03c
Merge pull request #12839 from sonninnos/refresh-rate-notifications
...
Fix double notifications with refresh rate settings
2021-08-21 14:32:55 +02:00
sonninnos
4f57b6f6fa
Fix double notifications with refresh rate settings
2021-08-21 15:09:19 +03:00
sonninnos
7a6434ecb2
(Ozone) Ensure the existence of values used in selection calculation
2021-08-21 13:10:59 +03:00
twinaphex
eb50d7dbb4
(UWP) Push temporary fixes for issue that happens when resizing on UWP
...
with latest Xbox Series dashboard; DXGIResizeBuffers passing 0, 0 as
width/height is apparently problematic as it changes 0, 0 to 8,8
instead,
breaking the program
2021-08-20 23:16:01 +02:00
twinaphex
77a17b213d
Fullscreen resolution width/height settings no longer require
...
'advanced settings'
2021-08-20 15:18:03 +02:00
Mark W. Kidd
5f834a8cb3
input_driver refactor
2021-08-19 20:02:39 -04:00
Autechre
ae327a769b
Revert "input refactoring: create input_driver.c"
2021-08-18 18:45:53 +02:00
Autechre
a66b1b3e48
Merge pull request #12703 from markwkidd/input-drivers
...
input refactoring: create input_driver.c
2021-08-18 18:17:43 +02:00
jdgleaver
0e98b4ddea
Add environment callback for enabling core option menu visibility updates without toggling Quick Menu
2021-08-18 16:08:26 +01:00
twinaphex
97b9a79fc0
Reproduced crash occurring on OSX upon entering 'Load Content'
...
menu, this fixes it
2021-08-18 16:10:19 +02:00
Mark W. Kidd
5a8920c862
input_driver refactor
2021-08-17 08:56:29 -04:00
jdgleaver
fa7dd0f6d9
Add facility to cap maximum window size in windowed mode
2021-08-16 17:49:11 +01:00
Ash Logan
692f4443f4
(WiiU) Add option for running without core info (emscripten-style)
...
Very useful when wiiloading a test binary or running in emulation
2021-08-14 20:26:14 +10:00
twinaphex
a489f1275a
(Ozone) Casting to unsigned caused an integer overflow and after float
...
promotion would lead to 'x' being a garbage value, leading to problems
when this value was passed to vkCmdSetViewport. This stops Vulkan
validation layers from complaining about it
2021-08-14 02:20:56 +02:00
jdgleaver
c4880ca840
Add option to disable core option categories
2021-08-13 16:18:02 +01:00
twinaphex
1ca1d362bf
Ifdef this for HAVE_NETWORKING - should fix Emscripten
2021-08-13 07:57:18 +02:00
Autechre
1c82fd29ef
Merge pull request #12786 from sonninnos/resolution-dropdown
...
Resolution dropdown pop
2021-08-12 19:23:39 +02:00
twinaphex
5b3942eae7
* (PSP/Vita) Remove unused variables
...
* (Switch/libnx) remove dead code
* (Lakka/Switch/libnx) It was a mistake to include
switch_performance_profiles.h inside lakka.h, it was creating warnings
for nearly every file. Instead, it gets optionally included for the
files that need it
2021-08-12 18:51:33 +02:00
twinaphex
148a489af5
Add TODO/FIXME note and exclude ifdef for now
2021-08-12 18:28:03 +02:00
sonninnos
ef31302bd5
Pop out of Screen Resolution option after selecting
2021-08-12 19:09:51 +03:00
twinaphex
3ce8d14c2e
More HAVE_NETWORKING buildfixes for Dingux
2021-08-12 17:14:08 +02:00
Twinaphex
57054a075d
(macOS) Fix remaining build errors with netplay discovery ifdefs
2021-08-12 17:11:31 +02:00
twinaphex
027bbe0755
Forgot some more HAVE_NETWORKING ifdefs
2021-08-12 17:03:59 +02:00
twinaphex
c76cb77202
Further buildfixes for platforms that don't support
...
HAVE_NETPLAYDISCOVERY
2021-08-12 16:52:43 +02:00
twinaphex
d07e0da412
Improve HAVE_NETWORKING and HAVE_NETPLAYDISCOVERY ifdefs; remove
...
unused netplay lan scan rooms function
2021-08-12 16:44:07 +02:00
twinaphex
406c8bee7b
Silenc some warnings
2021-08-09 21:24:03 +02:00
Autechre
ef3dbc8378
Merge pull request #12749 from jdgleaver/core-option-category
...
Add core option category support
2021-08-09 14:19:00 +02:00