LibretroAdmin
07378abbdf
(task_save) Use flags instead of booleans
...
(task_screenshot) Start reducing amount of parameters
2022-10-30 18:41:41 +01:00
LibretroAdmin
11047c6f4d
(netplay_frontend) Use flags instead of booleans
2022-10-30 18:20:08 +01:00
AKuHAK
c3914d1c85
(database) Added serial scanning for PS2 ( #14566 )
...
reworked ps1 magic numbers
PS1 scan: fixed not scanned LSP titles, added PSX.EXE titles, extended ps1 serial variations
2022-10-30 17:21:48 +01:00
neil4
2de52baf74
Overlays: Add eightway area types ( #14565 )
...
- New descriptors: 'dpad_area' and 'abxy_area'
- Each has a diagonal sensitivity setting, 100% being 8-way symmetry
- Buttons can be redefined in the cfg file
E.g. This would create a d-pad area, then redefine it to use analog directions:
overlay0_desc0 = "dpad_area,0.85,0.57,rect,0.166228,0.295516"
overlay0_desc0_up = "r_y_minus"
overlay0_desc0_down = "r_y_plus"
overlay0_desc0_left = "r_x_minus"
overlay0_desc0_right = "r_x_plus"
2022-10-30 06:31:27 +01:00
github-actions
6a9eea5958
Fetch translations from Crowdin
2022-10-30 00:15:31 +00:00
LibretroAdmin
a94c4c72c2
Use size_t as type for returned value of strlen instead of int
2022-10-29 19:40:48 +02:00
LibretroAdmin
b4a2216049
(Context drivers) Cleanups; use flags instead of booleans etc.
2022-10-29 19:36:50 +02:00
LibretroAdmin
9b21848f4c
(Cocoa GL CTX) Turn booleans into flags
2022-10-29 19:25:47 +02:00
LibretroAdmin
ffd3d195b5
Another C++ comment that had to be converted to C-style comment
2022-10-29 19:18:22 +02:00
LibretroAdmin
8825eea884
Style nits
2022-10-29 19:13:17 +02:00
LibretroAdmin
c1a3085939
Fix UNIX builds
2022-10-29 19:07:49 +02:00
LibretroAdmin
55daddf286
* Fix C++ comments - turn them into C comments for C files
...
* Some other additional style nits along the way
2022-10-29 19:05:39 +02:00
Kangmo-Ahn
3a744b7dae
Extended character ime ( #14559 )
...
* Update Makefile
* Update win32_common.c
* Update input_driver.c
* Update gfx_thumbnail_path.c
2022-10-29 19:01:30 +02:00
LibretroAdmin
edfc96feea
Fix PSL1GHT build
2022-10-29 18:59:19 +02:00
LibretroAdmin
4854643ead
(input_driver.c) Small cleanups
2022-10-29 18:52:10 +02:00
LibretroAdmin
91d7f5970b
Cleanups in platform_unix.c
2022-10-29 18:37:12 +02:00
AKuHAK
3a6a34b2dd
(Frontend) Fix default remaps folder for various cores: remap should be nested in config folder ( #14563 )
2022-10-29 16:34:08 +02:00
neil4
1dd165a3bf
Fix overlay next_index for unnamed targets ( #14562 )
2022-10-29 16:33:34 +02:00
github-actions
cab6cbca48
Fetch translations from Crowdin
2022-10-29 00:12:27 +00:00
LibretroAdmin
f6866fe6ce
Buildfix for Linux
2022-10-28 22:33:28 +02:00
LibretroAdmin
174b01f7d9
Remove unnecessary video_driver_is_cache_context
2022-10-28 19:36:56 +02:00
LibretroAdmin
2ec2f4719f
(video_thread_wrapper) Use flags instead of bools
2022-10-28 19:21:09 +02:00
Ruben Nine
2e73b87328
Fix broken fullscreen mode in macOS Ventura by setting NS_WINDOW_COLLECTION_BEHAVIOR_FULLSCREEN_PRIMARY TO 1 << 7 as defined by NSWindowCollectionBehaviorFullScreenPrimary. ( #14556 )
2022-10-28 07:20:07 +02:00
github-actions
902a693bdb
Fetch translations from Crowdin
2022-10-28 00:14:51 +00:00
sonninnos
194be57da1
(XMB) Add truncate playlist name option ( #14553 )
2022-10-27 05:42:46 +02:00
github-actions
3f53de09c1
Fetch translations from Crowdin
2022-10-27 00:14:37 +00:00
LibretroAdmin
c7eee86fd5
Turn core boolean variables into flags
2022-10-27 00:29:24 +02:00
LibretroAdmin
c0d6d6e750
Create video_driver_get_st_flags
2022-10-26 22:35:04 +02:00
LibretroAdmin
e8f4268e6e
Addendum for previous commit - buildfixes for PS4 and C89 (cg)
2022-10-26 21:29:35 +02:00
LibretroAdmin
d0b3c1742d
(Video) use flags for FBO passes, GL2 renderchain, etc
2022-10-26 21:21:21 +02:00
LibretroAdmin
fc78f96a3a
(X11) Turn boolean variables into flags
2022-10-26 19:30:36 +02:00
LibretroAdmin
8a0491b282
(Dinput) Fix Mouse L button behavior
2022-10-26 19:25:38 +02:00
LibretroAdmin
92a2c0f71a
(Dinput) Turn boolean variables into flags
2022-10-26 19:22:35 +02:00
LibretroAdmin
27dbf06dfb
Create g_plat_win32_flags - reduce amount of global booleans
2022-10-26 17:51:15 +02:00
LibretroAdmin
46c2a9b950
(Cocoa) small style nits; don't use NSLog
2022-10-26 17:36:58 +02:00
LibretroAdmin
18639cca6e
(Win32) Create g_win32_flags - reduce amount of global booleans kept
...
around for state
2022-10-26 17:31:42 +02:00
github-actions
b41f6b2885
Fetch translations from Crowdin
2022-10-26 00:13:59 +00:00
LibretroAdmin
94a3eba9ef
Turn checked into flag for menu_entry_t
2022-10-26 00:28:57 +02:00
LibretroAdmin
299875f8b6
(Qt) Cleanups
2022-10-25 18:12:19 +02:00
LibretroAdmin
0d16eb6e10
(Menu) menu_entries - get rid of boolean variables and
...
turn them into flags
2022-10-25 17:22:35 +02:00
LibretroAdmin
44cb5be2ef
(task_content.c) Cut down on code duplication
2022-10-25 16:32:16 +02:00
LibretroAdmin
069de60efc
(Qt) Remove SSL/TLS check at startup
2022-10-25 15:42:29 +02:00
LibretroAdmin
d30f16dc79
Remove cursor directory/cursor manager list - Views obsoleted
...
this
2022-10-25 15:21:47 +02:00
github-actions
e3e0040063
Fetch translations from Crowdin
2022-10-25 00:20:48 +00:00
LibretroAdmin
18ea6fa81e
Turn more boolean variables into flags for runloop
...
- Get rid of RARCH_CTL_IS_INITED, use runloop_get_flags instead
2022-10-24 18:16:00 +02:00
LibretroAdmin
9b7be5f2af
Update CHANGES.md
2022-10-24 17:53:50 +02:00
LibretroAdmin
198be07542
Update CHANGES.md
2022-10-24 17:52:41 +02:00
LibretroAdmin
94733e4a4c
Update CHANGES.md
2022-10-24 17:52:26 +02:00
LibretroAdmin
11c96ce2d3
(MaterialUI)
...
* Remove unused variables
* Turn loop counter variable into int
2022-10-24 16:49:01 +02:00
LibretroAdmin
3c7e4b032e
(Menu drivers) Remove warnings about missing assets
2022-10-24 16:45:17 +02:00