summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/FileUtil.cpp
AgeCommit message (Expand)Author
2013-09-16Add a hacky check for text file size in ReadFileToString. Fixes issue 6455.Pierre Bourdon
2013-09-16Look for portable.txt in the exe directory and activate portable mode if it e...Pierre Bourdon
2013-09-14Overlay local gameinis over global gameinis instead of copying.Pierre Bourdon
2013-09-14Move Themes/ from User to Sys. Only Gameinis remain.Pierre Bourdon
2013-09-14Change the initial user directory creation to stop special casing WindowsPierre Bourdon
2013-09-14Use global user directory on windows.Rachel Bryk
2013-09-01Work around MSVC bug, and make it less likely to happen again. Ew.comex
2013-08-26Merge branch 'master' into wii-networkMatthew Parlane
2013-08-25Actually allow the dump and logs folders to be set outside of user/Rachel Bryk
2013-08-24Allow user folder to be set via command line.Rachel Bryk
2013-04-24Merge branch 'master' into wii-networkMatthew Parlane
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2013-04-11Merge branch 'master' into wii-networkMatthew Parlane
2013-04-02real buildfixJordan Woyak
2013-04-01Probably a sloppy buildfix.Jordan Woyak
2013-04-01Fix loading of "themes" with non-ascii character names.Jordan Woyak
2013-04-01Some more logging typos and clarifications. Missed these in my last commit.Lioncash
2013-03-31Fix some typos and correct some capitalizations in the log messages.Lioncash
2013-03-27Merge branch 'master' into wii-networkskidau
2013-03-19Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.lioncash
2013-02-27Buildfix for non-legacy OSes.Jordan Woyak
2013-02-27Hopefully fix all filename handling to support Unicode.Jordan Woyak
2013-02-27Fix "Common" to build with "Unicode" project setting.Jordan Woyak
2013-02-26ARM Support without GLSLRyan Houdek
2013-02-23Merge branch 'master' into wii-networkMatthew Parlane
2013-02-20Fix OSX!Jordan Woyak
2013-02-20Hopefully kill a stupid warning on Windows.Jordan Woyak
2013-02-17Some cleanup of CWII_IPC_HLE_Device_FileIO:Jordan Woyak
2013-02-17Let's not CreateDir an empty string every time CreateFullPath is used, loggin...Jordan Woyak
2013-01-28Merge branch 'master' into wii-networkMatthew Parlane
2013-01-26Merge branch 'master' into wii-networkMatthew Parlane
2013-01-24Fix a potential memory leak on non-windows systems.lioncash
2013-01-16Move DSP settings to dolphin.iniRachel Bryk
2013-01-13themes directory stuffsJordan Woyak
2013-01-04Add generate id support.Matthew Parlane
2012-12-26Always use the right user dir on windows.rog
2012-12-18Fix a memory leak based on Lioncash's patches.Ryan Houdek
2012-12-14If the HOME environment variable isn't set, fall back on to PWD. Closes 5584.Ryan Houdek
2012-06-19Added a button to dump the FakeVMEM from the memory debugger if the game uses itPierre Bourdon
2011-06-11Windows: Sets the cwd to the folder that dolphin.exe resides in.LPFaint99
2011-05-24Adds the option to change the path to the wii nand rootLPFaint99
2011-05-07Move the HLE hack of setting.txt file redirection to the BS2EmuLPFaint99
2011-03-22Fixed some memory leaks. Only one was mine ;PJordan Woyak
2011-03-11Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read...Jordan Woyak
2011-03-01Pass std::string's by reference when possible.Glenn Rice
2011-03-01More conversion from char * to std::string.Glenn Rice
2011-02-28Convert GetUserPath to return a std::string instead of a const char *. This ...Glenn Rice
2011-02-11* Dump AVI output on every VI (fixes issue #4064).smelenchuk
2011-02-01Fixed vs2010 SVNRevGen project. (Also changed "make_svnrev.h.vbs" to jscript ...Jordan Woyak