mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
remove unexplained commented out code that I added myself with the last PR
* remove unexplained commented out code that I added myself * revert asmjit settings change that was meant to only be local for me
This commit is contained in:
parent
bd6837f2f9
commit
e85abdeb2c
16 changed files with 5 additions and 215 deletions
|
@ -2,22 +2,6 @@
|
|||
|
||||
const int rPATH_MKDIR_FULL = wxPATH_MKDIR_FULL;
|
||||
|
||||
//enum rSeekMode
|
||||
//{
|
||||
// rFromStart,
|
||||
// rFromCurrent,
|
||||
// rFromEnd
|
||||
//};
|
||||
//
|
||||
// enum OpenMode
|
||||
// {
|
||||
// read,
|
||||
// write,
|
||||
// read_write,
|
||||
// write_append,
|
||||
// write_excl
|
||||
// };
|
||||
|
||||
wxFile::OpenMode convertOpenMode(rFile::OpenMode open)
|
||||
{
|
||||
wxFile::OpenMode mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue