mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-27 19:51:48 +01:00
(360/Xbox 1) System environment path fixed - Sega CD games
should run now if a BIOS is present in system directory
This commit is contained in:
parent
baaec1acc3
commit
c80663f8d8
@ -852,7 +852,7 @@ void retro_init(void)
|
|||||||
if (environ_cb(RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY, &dir) && dir)
|
if (environ_cb(RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY, &dir) && dir)
|
||||||
{
|
{
|
||||||
#ifdef _XBOX
|
#ifdef _XBOX
|
||||||
snprintf(slash, sizeof(slash), "\\");
|
snprintf(slash, sizeof(slash), "\0");
|
||||||
#else
|
#else
|
||||||
snprintf(slash, sizeof(slash), "/");
|
snprintf(slash, sizeof(slash), "/");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user