mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
replace all instances of wxString with std::string in all cases not
directly involved in either the GUI or other wxWidget classes like wxFile
This commit is contained in:
parent
b1894ac6cb
commit
8ac226ae69
124 changed files with 1716 additions and 1502 deletions
|
@ -262,6 +262,7 @@ enum Status
|
|||
#include "Utilities/Array.h"
|
||||
#include "Utilities/Timer.h"
|
||||
#include "Utilities/IdManager.h"
|
||||
#include "Utilities/StrFmt.h"
|
||||
|
||||
#include "AppConnector.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue