Autechre
af4bdecef9
Show passworded rooms on lobby ( #13301 )
2021-11-30 22:06:13 +01:00
jdgleaver
73b252a0d8
Fix display of midi driver menu entry ( #13286 )
2021-11-25 13:24:52 +01:00
Tony
ecef757af9
Focus on current content entry in Disc Control append/insert ( #13282 )
2021-11-24 19:01:43 +01:00
Autechre
113e9340c1
Move ui_companion_driver code out of retroarch.c ( #13268 )
...
* Move ui_companion_driver code out of retroarch.c
* Buildfix
* Fix error - was reading the array out of (preinitialized) bounds
* Remove unused variable
2021-11-21 23:19:23 +01:00
Autechre
5f49899343
Bluetooth refactor ( #13266 )
...
* Use HAVE_BLUETOOTH ifdef to strip out this code when not defined
* Split up bluetooth code into its own file
2021-11-21 20:44:08 +01:00
Autechre
71b30d7846
Split up wifi networking code - move it into separate file ( #13262 )
2021-11-21 12:37:39 +01:00
Autechre
9e40966dce
Merge pull request #13249 from ToKe79/lakka2upstream
...
Upstream patches from Lakka
2021-11-20 22:07:47 +01:00
twinaphex
335c24a895
Remove unused variables
2021-11-20 21:43:40 +01:00
Tomáš Kelemen (vudiq)
efad7a7dcc
Lakka: CD-ROM eject menu item
...
Adds new entry (where the entry for dumping CD is) to eject the disc -
in case the CD drive has no physical button to eject the disc / the
button does not work. Useless for most, but quality of life improvement
for some.
Upstream of patch used by Lakka at build time
1943ad296e/packages/libretro/retroarch/patches/retroarch-99-eject_disc.patch
2021-11-18 00:36:01 +01:00
Tomáš Kelemen (vudiq)
a2f9273979
Bluetooth: add option to remove pairing
...
Pressing the START button removes the device pairing. Useful in case
the device (e.g. gamepad) was paired with a different adapter/computer
and needs to be paired again with current adapter/computer.
To pair again, RetroArch needs to be restarted, so the device list is
populated again.
Upstream of patch used by Lakka at build time
1943ad296e/packages/libretro/retroarch/patches/retroarch-98-remove_bluetooth_pairing.patch
2021-11-17 22:15:35 +01:00
GavinDarkglider
a60df14d81
Lakka/Nintendo Switch: disable cpu scaling for Nintendo Switch
...
Lakka on Nintendo Switch uses own cpu governor.
Upstream of patch used by Lakka at build time
1943ad296e/packages/libretro/retroarch/patches/retroarch-04-cpufreq-wip-disable-on-switch.patch
2021-11-17 22:15:35 +01:00
Autechre
86103b5cc1
Merge pull request #13238 from Jamiras/cheevos_menu_vis
...
(cheevos) audit achievement settings defaults and visibility
2021-11-15 19:25:04 +01:00
Jamiras
1eade78654
audit achievement settings defaults and visibility
2021-11-14 18:00:20 -07:00
twinaphex
efa16a8fca
Revert "(Netplay) Cthulhu88 -"
...
This reverts commit cb4028fd3d770241100708c8fea66782cfa6b4de.
2021-11-12 19:00:42 +01:00
twinaphex
fc460dbb9c
Revert "Fix final warning and remove unused variables"
...
This reverts commit 5dd0e90fca50787ce5010b027642dab3c1f18aef.
2021-11-12 18:59:29 +01:00
twinaphex
9e55654e72
Simplify recalc_step_based_on_length_of_action
2021-11-11 22:32:51 +01:00
twinaphex
13d662d76b
Silence some warnings
2021-11-11 22:28:16 +01:00
twinaphex
b3a1a769b9
Move location state and camera state out of retroarch.c
2021-11-11 07:43:49 +01:00
twinaphex
5dd0e90fca
Fix final warning and remove unused variables
2021-11-11 05:48:29 +01:00
Autechre
1280151d13
Merge pull request #13216 from libretro/splitup-record
...
Split up recording code
2021-11-11 02:00:52 +01:00
twinaphex
86f899c844
Revert "Shorten character arrays that are passed to fill_pathname_base_noext"
...
This reverts commit 318108ac82859a166f45cd081d6b58bc3f844db9.
2021-11-10 08:22:19 +01:00
twinaphex
cb4028fd3d
(Netplay) Cthulhu88 -
...
* Netplay Chat menu
* Toggleable bind for chat (bound to ~ [tilde] by default)
2021-11-10 02:41:02 +01:00
twinaphex
0b768d0460
Split up recording code
2021-11-10 02:34:04 +01:00
twinaphex
28bef36c74
Remove retroarch_data.h and retroarch_fwd_decls.h
2021-11-10 01:18:24 +01:00
twinaphex
318108ac82
Shorten character arrays that are passed to fill_pathname_base_noext
2021-11-10 00:09:33 +01:00
Autechre
d6c25f153f
Merge pull request #13211 from libretro/more-retroarch-cleaning
...
More retroarch cleaning
2021-11-09 16:37:28 +01:00
twinaphex
f671ce4f8c
Move global->name to runloop_st
2021-11-09 06:03:00 +01:00
twinaphex
1fccddc705
(Fix by radius/fr500) Networking - should not print country for
...
a local lobby
2021-11-09 02:58:28 +01:00
twinaphex
2886932968
Move menu global state code from global_t to menu_st
2021-11-08 20:04:55 +01:00
twinaphex
5ef57909ef
(menu_driver.c) Get rid of menu_state_get_ptr calls
2021-11-06 02:12:21 +01:00
twinaphex
3cea5996bc
Move code from retroarch.c to menu_driver.c
2021-11-06 02:13:10 +01:00
Tony
3137f8470b
Add 'Automatic Frame Delay' option ( #13190 )
2021-11-05 23:42:23 +01:00
twinaphex
1f4123ba54
Don't include netplay.h header unless we have HAVE_NETWORKING
...
defined
2021-11-05 19:50:02 +01:00
twinaphex
67c010394d
Remove netplay_discovery.h - hopefully fixes other build issues
2021-11-05 19:12:55 +01:00
twinaphex
3bc6dd97d9
Revert "Revert "Move stray globals to networking state""
...
This reverts commit a796f1ce58975a640e6b843067645db304b503f7.
2021-11-05 18:55:55 +01:00
twinaphex
7f33a03423
Revert "Revert "Backport netplay changes from forum member""
...
This reverts commit 38a6b9f0866e8f9c1985557352ca1a25613fc862.
2021-11-05 18:52:56 +01:00
twinaphex
38a6b9f086
Revert "Backport netplay changes from forum member"
...
This reverts commit 367ac6ce46e77065022f98df154bffbecd9cd42d.
2021-11-05 18:34:52 +01:00
twinaphex
a796f1ce58
Revert "Move stray globals to networking state"
...
This reverts commit 96053e14a758c16156eb0fc9d42fba92a7004a0c.
2021-11-05 18:34:11 +01:00
twinaphex
96053e14a7
Move stray globals to networking state
2021-11-05 18:07:41 +01:00
twinaphex
367ac6ce46
Backport netplay changes from forum member
2021-11-05 17:17:10 +01:00
gblues
1ef78d3e3d
Any pad can control the menu ( #13173 )
...
* Any pad can control the menu
== DETAILS
I am not sure I've quite got it so that any pad can *open* the
menu, but I do have it so any pad can control it.
- split out the input processing into a separate method
- track down and squish some hairy bugs that boiled down to
bad pointer math
- it looks like `menu_driver.c` has a mix of line endings, so I
ran it through `dos2unix` so it has consistent line endings
again.
- verified that this change did not impact actual cores
* optimize out cumulative_bits
* Incorporate PR feedback
Many thanks to @jdgleaver for providing these optimizations.
* apply one more optimization
2021-11-03 16:32:15 +01:00
twinaphex
5477e34815
Move stray globals subsystem_data and subsystem_current_count to
...
runloop_state
2021-10-29 17:41:31 +02:00
twinaphex
ec7b7821fa
Move code out of retroarch.c
2021-10-29 14:13:16 +02:00
twinaphex
18707da360
Move menu_driver_ctl to menu_driver.c
2021-10-29 13:31:10 +02:00
twinaphex
80e7e1adde
Move state over
2021-10-28 06:03:54 +02:00
jdgleaver
c67c7c944d
Initialise 'Explore' menu on a background thread ( #13162 )
2021-10-27 17:51:22 +02:00
Tomáš Kelemen
82d4cd9f19
do not sort FILE_TYPE_DOWNLOAD_LAKKA type list ( #13156 )
...
the `.index` file downloaded using the updater already has the files
sorted from latest version to oldest, so sorting is not wanted here
2021-10-26 22:01:38 +02:00
Tomáš Kelemen (vudiq)
643a1c7e6f
add header for cpufreq
...
functions using set_cpu_scaling_signal() (used by Lakka) have been
moved, but the header was not added
2021-10-24 12:41:23 +02:00
twinaphex
c79b60ba77
Change val_d back to 16 size
2021-10-21 04:34:04 +02:00
twinaphex
22ae6f23aa
(menu displaylist/remapping) Increase val_s and val_d char arrays to 256
2021-10-21 04:16:26 +02:00