GABO1423
df8571b3ca
(UWP) Build Fix ( #14489 )
2022-10-07 02:56:07 +02:00
LibretroAdmin
83c1e502ba
(display servers) Use flags instead of bools
2022-10-07 02:40:19 +02:00
github-actions
903fcffe64
Fetch translations from Crowdin
2022-10-07 00:20:33 +00:00
LibretroAdmin
91119d038f
(gfx_display/gfx_animation) Use flags instead of bools ( #14488 )
...
* (gfx_display/gfx_animation) Use flags instead of bools
* (task_save) Use flags instead of bools
2022-10-07 00:10:32 +02:00
LibretroAdmin
4f071e47c7
screenshot_task_state - use flags instead of bools
2022-10-06 20:57:07 +02:00
LibretroAdmin
28f55845b6
* database_info cleanups:
...
- database_cursor_close's return value was never used, and doesn't
necessitate a function either
- some other misc. cleanups
2022-10-06 19:43:44 +02:00
LibretroAdmin
cc199b71db
Update CHANGES.md
2022-10-06 19:28:28 +02:00
LibretroAdmin
951b98fe1b
Bools to flags ( #14486 )
...
* (D3D11) Use flags instead of bools
* (RPNG) Use flags
* Simplify rpng_is_valid
* (rpng_is_valid) Prevent potential NULL pointer dereference
(D3D11) Some whitespacing changes/code nits
* (task_pl_thumbnail_download.c) Simplify some code
2022-10-06 19:26:38 +02:00
gblues
714878783a
Fix socket_connect_with_timeout for WIIU ( #14483 )
...
== DETAILS
Previous work to clean up the HTTP networking code surfaced a bug
in `socket_connect_with_timeout()` that caused connections to
immediately fail. Specifically, achievements stopped working because
the http task code path was rewritten to use
`socket_connect_with_timeout` instead of `socket_connect`.
The bug appears to come down to an unsupported socket option. The final
check is to try to read `SO_ERROR` from the socket, and on WIIU the
`getsockopt()` call returns -1 and sets `lastsocketerr()` (WIIU's
equivalent to errno) to 16.
The fix is to change the logic to only abort the connection if that
`getsockopt()` call succeeds *and* the error is set.
2022-10-06 17:01:19 +02:00
LibretroAdmin
0bdc761adb
Buildfix for previous commit
2022-10-06 09:32:26 +02:00
LibretroAdmin
30eb0edcf8
Use flags for some structs instead of tons of bools - less state/variables to bookkeep,
...
less memory used
2022-10-06 06:53:13 +02:00
LibretroAdmin
141c33ceb5
(Qt/Logging) Increase log buffer to 2048 characters - Vulkan
...
validation layer messages output correctly.
2022-10-06 03:19:28 +02:00
LibretroAdmin
fbf55a1999
Update CHANGES.md
2022-10-06 01:58:42 +02:00
LibretroAdmin
b3bb62881a
Disable poll support for MSVC 2010 and earlier
2022-10-06 01:27:27 +02:00
LibretroAdmin
92e996e272
Revert "(Win32/Sockets/Networking) WSAPoll is only available since Windows Vista; disable"
...
This reverts commit d832ce15d6eccdd40953213321142a2fcca91b3b.
2022-10-06 00:46:33 +02:00
sonninnos
8e9d19568c
Unload screenshot widget texture early ( #14482 )
2022-10-06 00:06:41 +02:00
LibretroAdmin
d832ce15d6
(Win32/Sockets/Networking) WSAPoll is only available since Windows Vista; disable
...
NETWORK_HAVE_POLL for MSVC2003/2005/2010
2022-10-05 23:54:25 +02:00
LibretroAdmin
f8a9b0a197
Combine bit setting
2022-10-05 20:42:30 +02:00
LibretroAdmin
e8c53cad10
Update CHANGES.md
2022-10-05 18:45:55 +02:00
LibretroAdmin
d0c6dfee0b
Cleanup bitmask setting
2022-10-05 18:43:58 +02:00
LibretroAdmin
b2521c53ae
Filebrowser - fix regression #14425
2022-10-05 17:31:21 +02:00
LibretroAdmin
6447c6c39b
(dingux_utils.c) Style nits
2022-10-05 06:45:40 +02:00
LibretroAdmin
7d956b611c
rarch_setting - we can downgrade flags and free_flags to 32bit
...
since the flags don't come anywhere near close to 64 unique flags
2022-10-05 04:34:47 +02:00
LibretroAdmin
ffa1ae4143
setting_list.c - implement cmd_trigger_event_triggered as flag
2022-10-05 04:23:02 +02:00
github-actions
acc2128a6e
Fetch translations from Crowdin
2022-10-05 00:18:02 +00:00
sonninnos
3a0d8cbc50
(Vulkan) Fix screenshot widget crash when ticker animating ( #14475 )
2022-10-05 02:09:56 +02:00
GABO1423
236621d6ac
(UWP) Bump up Version Number, again ( #14472 )
2022-10-05 00:06:42 +02:00
LibretroAdmin
ab1f21ef78
(Ozone/MaterialUI) sublabel lines will not ever go beyond uint8_t
...
max value, so change variable types from 32bit to 8bit
2022-10-04 23:58:04 +02:00
LibretroAdmin
fa40754585
(MIST/STEAM/STEAMDECK) Don't expose Black Frame Insertion if we are
...
running RetroArch on a Steam Deck
2022-10-04 22:59:57 +02:00
LibretroAdmin
e9ad1e494f
Update CODING-GUIDELINES
2022-10-04 17:53:52 +02:00
LibretroAdmin
1eebd1196e
Update CODING-GUIDELINES
2022-10-04 17:26:23 +02:00
LibretroAdmin
1a46943a76
Update CODING-GUIDELINES
2022-10-04 17:24:39 +02:00
LibretroAdmin
088ef4f6f9
Update CODING-GUIDELINES
2022-10-04 17:23:44 +02:00
LibretroAdmin
389ef31a8f
Bump up to version 1.11.1 - point release
v1.11.1
2022-10-04 07:46:48 +02:00
github-actions
8fb91ce1af
Fetch translations from Crowdin
2022-10-04 00:18:09 +00:00
LibretroAdmin
12cc56f712
netplay_frontend.c - innocuous style nits - direct initialization of
...
variables where possible, no brackets for one line, move local variables
to proper scope, etc
2022-10-03 23:05:50 +02:00
LibretroAdmin
185e1af39b
(MaterialUI) Prevent pointless self-assignment with tertiary operators
2022-10-03 21:41:39 +02:00
LibretroAdmin
2429c472b6
Buildfix for previous commit
2022-10-03 19:18:52 +02:00
LibretroAdmin
e5897caa8f
Cut down on menu_displaylist_info_t size - use flags instead of all
...
these boolean members
2022-10-03 18:13:32 +02:00
LibretroAdmin
8c49eed56c
rarch_setting - remove dont_use_enum_idx_representation value -
...
set it as a flag instead
2022-10-03 15:42:36 +02:00
LibretroAdmin
0874a41e36
Update CHANGES.md
2022-10-03 15:13:50 +02:00
sonninnos
4fe477ee39
Avoid 'video_gpu_screenshot' with savestates ( #14464 )
2022-10-03 15:13:01 +02:00
Cthulhu-throwaway
d774256e0d
(Network) Add the const qualifier to some function parameters ( #14463 )
2022-10-03 07:35:37 +02:00
LibretroAdmin
5ad204bea5
(Wayland) Turn more functions static
2022-10-03 03:38:56 +02:00
LibretroAdmin
91f4892cbe
(wayland) Cleanups; turn functions static and other nits
2022-10-03 03:36:12 +02:00
LibretroAdmin
0a8ff5d15d
(menu_setting) enforce_minrange and enforce_maxrange become flags,
...
and make remainder of minrange/maxrange local variables of type
float
2022-10-03 02:28:12 +02:00
github-actions
cb280dcf5e
Fetch translations from Crowdin
2022-10-03 00:17:05 +00:00
LibretroAdmin
13cc6b7f46
Use float values now that setting min/max are float instead of double
2022-10-03 01:53:58 +02:00
LibretroAdmin
4672c5a5c0
Update CHANGES.md
2022-10-03 01:19:31 +02:00
Cthulhu-throwaway
daf8cb9bc8
(Netplay) Add a private or CGNAT address warning to UPnP ( #14461 )
2022-10-03 01:18:34 +02:00