twinaphex
0a69d14b11
Reimplement slang_preprocess_parse_parameters
2020-08-24 00:54:24 +02:00
twinaphex
cd6e1cf3fa
(libretro-common) string_list - add string_list_initialize
...
and string_list_deinitialize - takes a pointer to initialize
and deinitialize a string list, but importantly does not
implicitly allocate and deallocate the string list pointer
itself. This way, string lists can be put on the stack instead
of always implicitly being put on heap - the struct itself is
small enough to fit on stack
2020-08-24 00:43:55 +02:00
twinaphex
6b3fcf79f0
(DXGI) Turn these into macros
2020-08-24 00:04:12 +02:00
Autechre
acb914c186
Merge pull request #11231 from yoshisuga/ios-metal-reenable-cheats
...
[iOS/tvOS] Add HAVE_CHEATS flag to enable cheats (metal xcode project)
2020-08-23 22:16:59 +02:00
Yoshi Sugawara
f10d07fb29
[iOS/tvOS] Add HAVE_CHEATS flag to enable cheats (metal xcode project)
2020-08-23 10:07:55 -10:00
twinaphex
ad2c0bb76d
(runtime_file.c) Style nits
2020-08-23 21:51:39 +02:00
twinaphex
960039b6da
(playlist.c) Cleanups
2020-08-23 21:36:09 +02:00
twinaphex
1c25fbded5
(rcheevos) Cleanups
2020-08-23 21:07:15 +02:00
Autechre
719224c6ab
Merge pull request #11229 from Alcaro/patch-7
...
libretro.h: Fix contradictory comment
2020-08-23 19:37:56 +02:00
Alcaro
e4022ab416
libretro.h: Fix contradictory comment
...
retro_get_system_info() says it can be called even before retro_init(), which means retro_deinit() doesn't need to be called at all. Mentioning deinit() in the struct definition is misleading and incorrect.
2020-08-23 18:29:12 +02:00
twinaphex
86520cbd07
Reorder structs, alignment
2020-08-23 16:02:33 +02:00
twinaphex
edd2ef7b92
(cheevos) Try to use snprintf where possible
2020-08-23 15:17:00 +02:00
twinaphex
c10d1922ed
(rcheevos) Try to use safe versions of strcpy/sprintf where possible
2020-08-23 15:15:34 +02:00
twinaphex
b965bb5c48
(rcheevos) Alignment improvements according to CODING-GUIDELINES
...
document
2020-08-23 15:10:20 +02:00
Autechre
0b2f19e898
Merge pull request #11226 from Jamiras/rcheevos_globals
...
(cheevos) eliminate exposed variables for tracking hardcore
2020-08-23 15:05:01 +02:00
Jamiras
2f69d2d4ed
eliminate exposed variables for tracking hardcore
2020-08-22 12:18:12 -06:00
Autechre
705b2818da
Merge pull request #11225 from Tatsuya79/master
...
qt: add recent settings
2020-08-22 19:15:32 +02:00
Tatsuya79
0dc963d5fe
qt: add recent settings
2020-08-22 19:03:14 +02:00
twinaphex
38ac8a1b51
Reorder structs, alignment
2020-08-22 18:10:57 +02:00
Twinaphex
a175af4e6a
Cleanup some unused variables
2020-08-22 18:04:34 +02:00
twinaphex
503131de66
(RPNG) Cleanups
2020-08-22 17:37:34 +02:00
twinaphex
f4432acd06
(RPGN) Cleanups to IHDR code
2020-08-22 17:34:13 +02:00
twinaphex
73ed02b5f6
(RPNG) Cleanup read_chunk_header
2020-08-22 17:18:32 +02:00
twinaphex
d6f22a7a4c
(RPNG) Simplify png_process_ihdr
2020-08-22 16:28:50 +02:00
twinaphex
c7cf9d6df7
(RPNG) Simplify rpng_start
2020-08-22 16:11:54 +02:00
twinaphex
5cc4d0da0f
(RPNG) Make sure we don't use stdio/fprintf unless DEBUG is defined
2020-08-22 16:07:03 +02:00
twinaphex
deafd70934
(RPNG) More simplifications - get rid of png_chunk struct, just pass
...
uint32_t around to function
2020-08-22 15:37:21 +02:00
twinaphex
91345fe867
(RPNG) read_chunk_header - simplify code some more
2020-08-22 15:34:32 +02:00
twinaphex
8b5b472a2d
Optimize read_chunk_header
2020-08-22 14:24:11 +02:00
twinaphex
2e6b87d156
Simplify rpng.c - read_chunk
2020-08-22 14:20:50 +02:00
twinaphex
fa68500475
Dehardcode some more strings
2020-08-22 14:14:28 +02:00
twinaphex
1f7645b6e8
Cleanup generic_menu_iterate
2020-08-22 14:05:48 +02:00
twinaphex
772ed15d88
Remove file_path_str from Salamander
2020-08-22 13:42:57 +02:00
twinaphex
cce19ac97d
Replace more hardcoded strings
2020-08-22 13:04:52 +02:00
twinaphex
07ebd50153
Fix some of the URLs
2020-08-22 12:51:34 +02:00
twinaphex
f63593e918
Use FILE_PATH_ constant string literals for hardcoded strings
2020-08-22 12:49:35 +02:00
twinaphex
4ec216dc0b
Get rid of file_path_str
2020-08-22 01:06:10 +02:00
twinaphex
d815a1f3d3
Simplify file_path_str.c
2020-08-21 21:26:59 +02:00
Autechre
395fbb8f87
Merge pull request #11223 from guoyunhe/crowdin-github-secrets
...
Read Crowdin API key from GitHub Secrets
2020-08-21 20:44:03 +02:00
Guo Yunhe
5ac64932d0
Read Crowdin API key from GitHub Secrets
2020-08-21 21:16:52 +03:00
Autechre
6a3273d306
Update CHANGES.md
2020-08-21 18:25:01 +02:00
Autechre
ce53a5410c
Merge pull request #11222 from jdgleaver/remember-shader-dir
...
Add option to remember last selected shader preset/shader pass directories
2020-08-21 18:24:35 +02:00
jdgleaver
dd66988c98
Add option to remember last selected shader preset/shader pass directories
2020-08-21 17:02:32 +01:00
Autechre
637e43f4fd
Merge pull request #11212 from Nargash/master
...
Automatically sort save files, save states, and screenshots by content dir parent folder name
2020-08-21 14:42:59 +02:00
Autechre
de10ec6ef4
Merge pull request #11221 from jdgleaver/libretro-message-widget
...
Improve appearance of 'libretro_message' widget
2020-08-21 14:41:14 +02:00
jdgleaver
d43e92907e
Improve appearance of 'libretro_message' widget
2020-08-21 11:33:27 +01:00
twinaphex
50efd72a8e
gfx_display_draw_texture_slice - don't use malloc/free
2020-08-21 10:03:32 +02:00
twinaphex
99873ccd8a
Reorder structs, alignment
2020-08-21 09:57:11 +02:00
Nargash
b8990d601a
Add configuration options to sort save files, save states, and screenshots into folders named after the content directory folder.
2020-08-20 19:29:00 -05:00
twinaphex
75d925cd3f
setting_list.h - get rid of placeholder padding hack in struct
2020-08-20 19:30:25 +02:00