mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-04 17:29:24 -05:00
Fix a bunch of warnings.
This commit is contained in:
@@ -29,7 +29,7 @@ SWA_API uint32_t XCreateFileA(
|
||||
nullptr);
|
||||
|
||||
GuestThread::SetLastError(GetLastError());
|
||||
printf("CreateFileA(%s, %x, %x, %x, %x, %x): %x\n", lpFileName, dwDesiredAccess, dwShareMode, lpSecurityAttributes, dwCreationDisposition, dwFlagsAndAttributes, handle);
|
||||
printf("CreateFileA(%s, %lx, %lx, %p, %lx, %lx): %x\n", lpFileName, dwDesiredAccess, dwShareMode, lpSecurityAttributes, dwCreationDisposition, dwFlagsAndAttributes, handle);
|
||||
|
||||
return handle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user