warmenhoven
11a7cc9d23
Include audio and video filters in ios/tvos bundles ( #15197 )
2023-04-15 11:55:46 +02:00
warmenhoven
29842aabdc
Fix steam osx core path ( #15158 )
2023-04-06 06:06:10 +02:00
warmenhoven
54055558f1
Fix several warnings ( #15153 )
2023-04-04 15:06:34 +01:00
warmenhoven
a60249ff87
Fix #15059 Compile in presence for discord ( #15063 )
...
Also relying on $TMPDIR is problematic because Discord uses
NSTemporaryDirectory() which may not be the same.
2023-03-06 19:57:08 +01:00
warmenhoven
8f70da6b0c
OSX: Make sure to use the file system path name, not the URL name ( #15038 )
2023-03-01 02:01:46 +01:00
warmenhoven
bf5739b735
More changes for Steam on Mac ( #15036 )
...
* Additional Steam build cleanups
* Fix Mac directories for Steam
2023-02-28 21:28:59 +01:00
sonninnos
9d8aee53fa
(Win32) Fix restart if path has spaces ( #15034 )
2023-02-27 22:24:41 +01:00
libretroadmin
51d238875e
Get rid of obsolete HAVE_VIDEO_LAYOUT - obsolete spec, was only
...
ever implemented for OpenGL2 driver, lots of code debt, best to
instead just keep improving the overlay system instead which is
already available for most video drivers
2023-02-23 21:03:41 +01:00
libretroadmin
f07fd91a88
(Apple) Buildfix
2023-02-23 13:24:25 +01:00
libretroadmin
7ebab640d7
Cleanups/style nits
2023-02-23 13:15:14 +01:00
libretroadmin
3f3262fba3
(PS3) Cleanups - don't assume GLSL is the default shader for PSL1GHT
2023-02-23 10:43:33 +01:00
OsirizX
c0ccb8cda3
(PSL1GHT) Code cleanup ( #15006 )
...
* (PSL1GHT) Use RSX_SHADER_STOCK_BLEND and RSX_SHADER_MENU defines
* (PSL1GHT) Cleanup compiler warnings
* (PSL1GHT) Make sure we compile with librt
2023-02-22 08:14:38 +01:00
libretroadmin
23b8f3d97d
(UWP) Simplify UWP code - there was pre-Windows 2000 ifdefs in here
2023-02-20 13:00:06 +01:00
crystalct
58282ee98a
PSL1GHT build fix and folders nromalization ( #14993 )
2023-02-19 16:13:25 +01:00
libretroadmin
e8152870f6
(PSP) Buildfix
2023-02-11 09:12:42 +01:00
libretroadmin
35860b4d47
Typo fix
2023-02-10 19:23:14 +01:00
libretroadmin
824c1dea8c
Fix header include
2023-02-10 19:19:32 +01:00
Francisco Javier Trujillo Mata
3d9c60be7c
Avoid loading extra drivers ( #14959 )
2023-02-07 22:11:42 +01:00
Barry Rowe
78326188c4
Fix nvda switching to powershell on speak. ( #14944 )
2023-02-03 08:40:53 +01:00
libretroadmin
9fbd62d7b8
Reduce dependence on strcpy_literal (just a macro for strcpy) - prefer
...
going through safer strlcpy
2023-01-22 17:13:38 +01:00
libretroadmin
378e90e745
retroarch.h functions should be namespaced 'retroarch_' instead
...
of 'rarch_'
2023-01-22 16:58:22 +01:00
reallibretroadmin
3ae8e35d0e
(iOS) Buildfix and cleanup some unused variables
2023-01-09 01:54:45 +01:00
libretroadmin
daa9e352cc
Remove asserts
2023-01-09 00:51:05 +01:00
Thiago Kenji Okada
c5bfd52159
Add CORE_INFO_DIR
to ./configure
( #14761 )
...
* Add missing FILTERS_DIR definition to qb/config.libs.sh
* Add CORE_INFO_DIR configuration option
2022-12-23 14:40:48 +01:00
Thiago Kenji Okada
894c44c5ea
Add more flags to ./configure
( #14756 )
...
* Allow disabling "Update Core Info" from Online Updater
* Add ASSETS_DIR as an alternative to DEFAULT_DIR_ASSETS
* Add FILTERS_DIR configuration option
* Fix other platform_unix.c platforms
* Conditionally use ASSETS_DIR/FILTERS_DIR
2022-12-23 01:28:57 +01:00
libretroadmin
8f1af4a2e6
(Frontend) Style nits/cleanups
2022-12-15 14:34:22 +01:00
Francisco Javier Trujillo Mata
b207ddbe84
[PS2] Use ps2_drivers
library for simplify frontend ( #14724 )
...
* Use ps2_drivers
* improvements in frontend driver
* Resetting IOP drivers before load elf
2022-12-12 05:52:57 +01:00
libretroadmin
daa4c19d18
Style nits/minor cleanups
2022-12-05 14:24:49 +01:00
libretroadmin
6a098d37ac
Use HAVE_DYLIB instead of HAVE_DYNAMIC when loading shared libraries
2022-11-21 05:37:35 +01:00
LibretroAdmin
cf0951b5d5
(Android) Do device initialization only once in init function
2022-10-31 00:36:55 +01:00
LibretroAdmin
03a2f10117
Turn some variables static
2022-10-31 00:20:23 +01: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
c1a3085939
Fix UNIX builds
2022-10-29 19:07:49 +02:00
LibretroAdmin
edfc96feea
Fix PSL1GHT build
2022-10-29 18:59:19 +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
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
d30f16dc79
Remove cursor directory/cursor manager list - Views obsoleted
...
this
2022-10-25 15:21:47 +02:00
neil4
b98c53ddb7
Improve haptic feedback for input overlays ( #14517 )
...
Repurpose vibrate_on_keypress to enable device's standard keypress feedback on overlay key/button state changes
- Add keypress_vibrate function ptr to input_driver_t (only implemented on Android for now)
- (Android) Remove APP_CMD_VIBRATE_KEYPRESS
- (Android) Add doHapticFeedback, called directly to avoid latency
2022-10-16 09:58:09 +02:00
LibretroAdmin
fcbd72dbf3
Use flags pt4 ( #14497 )
...
* * Use flags for rarch_state
* Get rid of ^M linebreaks in retroarch_types.h
* Buildfixes for consoles
* (audio driver) use flags instead of bools
* (video) Use flags instead of bools
* Rewrite input driver state bools into flags
2022-10-08 10:39:15 +02:00
gblues
7f8d358f17
WIIU: Add some missing default directories ( #14498 )
...
There's a bunch of directories that should have defaults, that don't,
which causes a few issues.
Defaults added:
- thumbnails
- overlays
- screenshots
- autoconfig
2022-10-08 07:03:42 +02:00
LibretroAdmin
be044c09dd
Disable Feral GameMode for Android - only available on Linux
2022-09-13 19:29:45 +02:00
MrHuu
422d2fcf12
(3DS) Fix CIA installation issues ( #14399 )
...
- Fixes CIA installation failing
- Add CIA installation progress stats
2022-09-11 02:57:31 +02:00
LibretroAdmin
8f1389c067
(GX) Fix potential datarace ( #13795 )
2022-08-29 18:31:14 +02:00
LibretroAdmin
f1ff92c881
* menu_entries_append and menu_entries_append_enum are now combined into
...
one - if you set the last parameter to a valid 'rarch_setting_t' pointer
and enum_msg to MSG_UNKNOWN, you will get the previous menu_entries_append
behavior
* Renamed remaining function to menu_entries_append so that we have one
consistent way of adding menu entries instead of two
Reduces some code duplication significantly
2022-08-27 17:40:52 +02:00
LibretroAdmin
c3a1c578b6
Prefer to use string_starts_with_size/string_ends_with_size (less strlen
...
calls)
2022-08-26 17:27:55 +02:00
LibretroAdmin
29caa95f7e
(platform_unix.c) Use safer 'fill_pathname_join_special' for assembling
...
file path names instead of snprintf
(ctr_gfx.c) Use strlcpy instead of snprintf where possible
(ctr_gfx.c) Use snprintf instead of sprintf where possible
(ctr_gfx.c) Some general style nits
2022-08-26 10:43:42 +02:00
LibretroAdmin
88187e7ef2
* Start getting rid of strncpy
...
* steam.c - cleanups:
* Use string_to_lower from libretro-common/stdstring.c instead of
its own version
* Some stylistic changes
* Rewrite strncpy calls into strlcpy/strlcat/manual assignment
* Make it C89 compliant
* Some unused variables
2022-08-25 06:51:39 +02:00
LibretroAdmin
da13fb0f48
Don't include errno.h in files that don't justify its use
2022-08-25 05:19:30 +02:00