mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 02:47:58 -05:00
Use std sized types instead of platform specific typedefs
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
#include <commdlg.h> // for GetSaveFileName
|
||||
#include <io.h>
|
||||
#include <direct.h> // getcwd
|
||||
#include <tchar.h>
|
||||
#else
|
||||
#include <sys/param.h>
|
||||
#include <dirent.h>
|
||||
|
Reference in New Issue
Block a user