mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
stdafx_gui.h created, wx removed from stdafx.h
This commit is contained in:
parent
693e7a38fa
commit
028ce2dd9f
45 changed files with 421 additions and 183 deletions
|
@ -5,6 +5,8 @@
|
|||
#include "vfsDeviceLocalFile.h"
|
||||
#include "Ini.h"
|
||||
|
||||
#undef CreateFile // TODO: what's wrong with it?
|
||||
|
||||
int sort_devices(const void* _a, const void* _b)
|
||||
{
|
||||
const vfsDevice& a = **(const vfsDevice**)_a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue