Jordan Woyak
|
56f09d3b91
|
Attempt to be consistent with conversions between std::string and wxString.
|
2013-02-28 02:30:05 -06:00 |
Jordan Woyak
|
f7729b9a69
|
Remove some unused resource files.
|
2013-01-16 17:09:09 -06:00 |
skidau
|
bf76b802a7
|
Fixed the in-built Dolphin profiler.
|
2012-03-10 16:24:13 +11:00 |
Jordan Woyak
|
59fd1008ca
|
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7328 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2011-03-11 10:21:46 +00:00 |
Glenn Rice
|
a5b471f490
|
More conversion from char * to std::string.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7266 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2011-03-01 03:06:14 +00:00 |
Glenn Rice
|
ba54fac9eb
|
Convert GetUserPath to return a std::string instead of a const char *. This simplifies its usage in most cases.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7265 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2011-02-28 20:40:15 +00:00 |
Glenn Rice
|
3b6f7644fd
|
Make log options an AUI window instead of a dialog.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7217 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2011-02-21 15:01:00 +00:00 |
Glenn Rice
|
a8992b7960
|
Move debugger ui files into a subdirectory. Primarily to make it easy to keep debugger strings out of translations, but also because it is more organized.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7163 8ced0084-cf51-0410-be5f-012b33b47a6e
|
2011-02-13 06:06:32 +00:00 |