mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 18:05:06 +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)
|
||||
{
|
||||
#ifdef _XBOX
|
||||
snprintf(slash, sizeof(slash), "\\");
|
||||
snprintf(slash, sizeof(slash), "\0");
|
||||
#else
|
||||
snprintf(slash, sizeof(slash), "/");
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user