mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-02-25 13:10:30 +00:00
Fixed building with GDK (thanks @Romans-I-XVI!)
(cherry picked from commit 1caa427035891a0badb7901724441b48e9c2b044)
This commit is contained in:
parent
42d7225a62
commit
97f7b4620a
@ -386,4 +386,4 @@ copy "%(FullPath)" "$(OutDir)\"</Command>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
@ -20,7 +20,6 @@
|
||||
*/
|
||||
#include "SDL_internal.h"
|
||||
|
||||
#ifdef SDL_FILESYSTEM_XBOX
|
||||
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
/* System dependent filesystem routines */
|
||||
@ -134,6 +133,5 @@ SDL_GetPrefPath(const char *org, const char *app)
|
||||
return folderPath;
|
||||
}
|
||||
|
||||
#endif /* SDL_FILESYSTEM_XBOX */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
Loading…
x
Reference in New Issue
Block a user