mirror of
https://github.com/libretro/RetroArch
synced 2025-03-12 13:13:30 +00:00
(360) Fix 360 build
This commit is contained in:
parent
62beb6f63d
commit
3ec196d9e2
@ -81,7 +81,7 @@ static int Mount( int Device, char* MountPoint )
|
||||
char MountConv[260];
|
||||
char * SysPath = NULL;
|
||||
|
||||
snprintf_s( MountConv, sizeof(MountConv), "\\??\\%s", MountPoint );
|
||||
snprintf( MountConv, sizeof(MountConv), "\\??\\%s", MountPoint );
|
||||
|
||||
switch( Device )
|
||||
{
|
||||
|
@ -7,6 +7,10 @@
|
||||
#include <errno.h>
|
||||
#include "zlib.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include "../../msvc/msvc_compat.h"
|
||||
#endif
|
||||
|
||||
/* And'ing with mask[n] masks the lower n bits */
|
||||
unsigned int inflate_mask[17] =
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user