sonninnos
f21f113678
Add sublabel for 'Menu Sounds'
2021-08-24 21:05:21 +03: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
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
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
sonninnos
60e25c5e3b
Change default mouse index to port index
2021-08-06 17:42:39 +03:00
jdgleaver
fe1f311a35
Add core option category support
2021-08-06 15:33:47 +01:00
Autechre
a2fb0847ae
Merge pull request #12743 from sonninnos/mouse-display-name
...
Friendly names for mice where available
2021-08-06 00:12:04 +02:00
sonninnos
bd3533f05d
Friendly names for mice where available
2021-08-06 00:21:17 +03:00
sonninnos
a58676709a
Show content info label+path rows always
2021-08-05 21:28:08 +03:00
twinaphex
5dd06ccfcd
Get rid of duplicate input_keyboard_line_complete occurrences
2021-08-04 21:33:17 +02:00
Bernhard Schelling
39275e8ce3
Fix CRC32 reading in explore
...
If CRC32 contained a zero byte strlen doesn't work
2021-08-03 23:38:37 +09:00
Autechre
f9c0cb198c
Revert "I have added a new theme for Ozone (Ocean Blue)"
2021-08-02 17:14:45 +02:00
Autechre
c427e9d9ba
Merge pull request #12420 from SecularSteve/Ocean_Blue_Ozone_Colour_theme
...
I have added a new theme for Ozone (Ocean Blue)
2021-08-01 22:22:26 +02:00