mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
(XB) Fix Salamander
This commit is contained in:
parent
602ea99c96
commit
ec57160709
@ -257,7 +257,9 @@ static void frontend_xdk_exec(const char *path, bool should_load_content)
|
||||
bool original_verbose = verbosity_is_enabled();
|
||||
#endif
|
||||
#if defined(_XBOX1)
|
||||
#ifndef IS_SALAMANDER
|
||||
LAUNCH_DATA ptr;
|
||||
#endif
|
||||
#elif defined(_XBOX360)
|
||||
char game_path[1024] = {0};
|
||||
#endif
|
||||
|
@ -369,6 +369,13 @@
|
||||
RelativePath="..\..\..\libretro-common\encodings\encoding_utf.c">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="time"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\libretro-common\time\rtime.c">
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
|
Loading…
Reference in New Issue
Block a user