LibretroAdmin
5cb8d34ac8
(glslang) Relaxed errors will never be enabled
2022-07-31 19:26:54 +02:00
LibretroAdmin
819d02ab24
(glslang) Remove more unused code -
...
* EShMsgKeepUncalled will never be used
* ShBinding never used
* TIOMapResolver never used
2022-07-31 19:02:36 +02:00
LibretroAdmin
0faee680c0
(glslang) remove more code we won't need - EShMsgAST, etc
2022-07-31 18:49:16 +02:00
LibretroAdmin
5a4e7cfbd1
(glslang) Remove no longer used RemoveTree.cpp/.h
2022-07-31 18:28:45 +02:00
LibretroAdmin
2ba46da700
(glslang) Simplifications - cuts down on binary size
2022-07-31 17:41:22 +02:00
LibretroAdmin
a176a935da
(glslang) Further simplifications of InfoSink - get rid of message() and prefix() -
...
we want simple string concatenation/addition instead of all these layers
2022-07-31 16:37:49 +02:00
LibretroAdmin
a2e525a1b6
(glslang) Further simplification of InfoSink
2022-07-31 16:08:33 +02:00
LibretroAdmin
0db7062c87
(glslang) Slim down TInfoSinkBase
2022-07-31 15:24:32 +02:00
LibretroAdmin
e4b933cb88
(glslang) Cleanups - get rid of obsolete public API functions that
...
were never used, turn some functions static in ShaderLang.cpp
2022-07-31 15:06:13 +02:00
LibretroAdmin
fdd5940951
(Font driver) render_msg function was sometimes doing two strlen
...
calculations instead of just one. NOTE/TODO/FIXME - see opportunity
to optimize this further
2022-07-31 12:59:50 +02:00
LibretroAdmin
fca6015011
(file_path) path_basedir - remove unnecessary strlcpy - add return value comment
...
to another function
2022-07-31 12:45:14 +02:00
LibretroAdmin
88bdaffa87
path_basedir_wrapper - get rid of unnecessary strlcpy
2022-07-31 12:42:50 +02:00
LibretroAdmin
36edb15c5b
path_parent_dir - don't do implicit strlen inside
2022-07-31 12:31:55 +02:00
Cthulhu-throwaway
9b10579a54
(Network) Fix getaddrinfo_retro ( #14261 )
2022-07-31 11:22:28 +02:00
kikmon
afd463be16
added make clean between Release and Debug build ( #14262 )
...
Co-authored-by: papa <papa>
2022-07-31 11:22:04 +02:00
github-actions
4b7be8de3f
Fetch translations from Crowdin
2022-07-31 00:13:16 +00:00
Cthulhu-throwaway
f96ef5407a
(Network) Refactor getaddrinfo_retro ( #14258 )
2022-07-30 22:43:32 +02:00
LibretroAdmin
f711940339
(task_database_cue.c) Use STRLEN_CONST macro for last param to
...
string_is_equal_fast instead of hardcoded magic numbers - sizeof
is compile-time so should be at no detriment to performance
2022-07-30 18:31:05 +02:00
kikmon
44f5cb2935
Improved success rate of Serial scanning on PS1 by adding support for the xx.xxx format ( #14256 )
...
Co-authored-by: papa <papa>
2022-07-30 18:22:04 +02:00
LibretroAdmin
19e4b8c0ca
Fix DEBUG codepath
2022-07-30 12:50:59 +02:00
Cthulhu-throwaway
40c974a19c
(3DS) Silence Warnings ( #14252 )
2022-07-30 06:52:27 +02:00
github-actions
9906d2daca
Fetch translations from Crowdin
2022-07-30 00:11:28 +00:00
Cthulhu-throwaway
6b9a2b4bb0
(Netplay) Small launch compatibility patch adjustments ( #14251 )
2022-07-29 22:49:10 +02:00
Cthulhu-throwaway
aca5169416
(Netplay/WiiU) Launch compatibility patch ( #14249 )
2022-07-29 20:25:26 +02:00
LibretroAdmin
454e6f9b07
Convert some glslang files to C ( #14248 )
...
* Convert some glslang files to C (OSIndependent files)
* Fix some strings that were preventing Unix from being compilable
* Remove leftover for Apple in griffin_glslang.cpp - fixes compilation
2022-07-29 17:42:10 +02:00
GABO1423
3d69321c70
(msg_hash_us.h) Small touch up ( #14246 )
...
* Update msg_hash_us.h
* Update menu_displaylist.c
* Update msg_hash_us.h
* Update menu_displaylist.c
2022-07-29 17:41:26 +02:00
sonninnos
349ef1add2
(XMB) Dynamic wallpaper fixes: ( #14247 )
...
- 'Load Content' playlists
- Period in the playlist name
2022-07-29 17:40:11 +02:00
sonninnos
0c4bf5f2e3
(Ozone) Fix playlist thumbnail mouse hover after returning from QM ( #14244 )
2022-07-29 15:01:44 +02:00
LibretroAdmin
a933b74b1e
Buildfix
2022-07-29 15:01:06 +02:00
LibretroAdmin
11340c3c9c
(glslang) Further removal of code we don't need
2022-07-29 14:43:22 +02:00
LibretroAdmin
22bef5dc6b
(Ozone) Remove unused arrays
2022-07-29 13:07:16 +02:00
LibretroAdmin
6a8fe15772
(glslang) SpvBuildLogger never used, remove
2022-07-29 10:35:27 +02:00
LibretroAdmin
24a2f1e7c3
(glslang) Remove further unused files - SPVRemapper.cpp/.h, disassemble.cpp/.h,
...
doc.cpp/.h, LiveTraverser.h
2022-07-29 09:42:59 +02:00
LibretroAdmin
125d7dcc3b
(glslang) Stripdowns - results in significant binary size decrease -
...
* Get rid of unused glslang/GenericCodeGen files
* Get rid of unused test files
* Get rid of unused Sh import interface
* Get rid of unused standalone files
* Get rid of unused Reflection/IoMapper files
2022-07-29 09:22:21 +02:00
LibretroAdmin
592f9384b0
Silence code analysis warnings by Xcode - unused variables - nothing
...
done with value set - etc
2022-07-29 08:29:43 +02:00
GABO1423
bcd921b012
(UWP) Build Fix ( #14241 )
2022-07-29 07:21:47 +02:00
sonninnos
052cdce29b
(Ozone+XMB) Add playlist icons under 'Load Content' ( #14243 )
2022-07-29 07:12:01 +02:00
github-actions
79e7360938
Fetch translations from Crowdin
2022-07-29 00:11:30 +00:00
Sean O'Neil
b999eaa4c9
Update uwp_main.cpp ( #14239 )
...
Added launch protocol arg 'forceExit' so a frontend can tell an already-running RetroArch UWP instance to quit.
2022-07-28 23:56:55 +02:00
sonninnos
6c38efb0ee
Prevent playlist thumbnail cycle from showing duplicate images ( #14238 )
2022-07-28 23:55:47 +02:00
Cthulhu-throwaway
02905650cc
(Switch) Silence Warnings ( #14237 )
2022-07-28 23:55:18 +02:00
Cthulhu-throwaway
adea9559a7
(Netplay/Switch) Launch compatibility patch ( #14235 )
2022-07-28 21:40:07 +02:00
sonninnos
6c1de85add
(Ozone+XMB) Thumbnail fixes ( #14210 )
2022-07-28 19:21:59 +02:00
LibretroAdmin
4afe0c55d5
(autoconfig) Go back to prior behavior
2022-07-28 18:21:06 +02:00
Cthulhu-throwaway
56130ec587
(Netplay/PS3) Launch compatibility patch ( #14232 )
2022-07-28 17:24:44 +02:00
Cthulhu-throwaway
d7a30f2a18
(Netplay/Wii) Launch compatibility patch ( #14230 )
2022-07-27 16:26:48 +02:00
LibretroAdmin
2c3c9e1e71
Add note to string_list_join_concat
2022-07-27 15:51:16 +02:00
LibretroAdmin
ba752b6364
Fix regression #14229 - NULL termination for strings still necessary
...
when passed to string_list_join_concat
2022-07-27 15:15:33 +02:00
github-actions
9f218f923c
Fetch translations from Crowdin
2022-07-27 00:14:24 +00:00
Cthulhu-throwaway
51f5515c63
(Vita) Build fix ( #14227 )
2022-07-26 10:16:34 -07:00