summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/FileUtil.cpp
AgeCommit message (Expand)Author
2011-01-29Fix the Audio tab and merge the DSP config into one.sl1nk3.s
2011-01-15Clean up nowx and stop cocoaApp busy-waiting in the main loop.Soren Jorvang
2010-12-31fixed crash when compressing 4+gb isos on some buildsnitsuja-
2010-12-21Fixes some file handling in IPC_HLEblubberdiblub
2010-12-19Fix TextureDecoder.cl to work on both NVidia and ATI video cards.Glenn Rice
2010-12-05First pass at dealing with different size_t/off_t sizes in C90 environments.Soren Jorvang
2010-12-05allow gcc to check the format of args being passed to MsgAlert and GenericLog...Shawn Hoffman
2010-12-034.4BSD derived OS'es always have 64-bit file sizes.Soren Jorvang
2010-12-03Attempt to fix issue r3458. I don't have a 32bit linux install, however I kno...Shawn Hoffman
2010-11-10StringUtil cleanup. Nothing seems broken.Jordan Woyak
2010-09-06Some work towards launching by titleid rather than content path,LPFaint99
2010-07-23Further *BSD portability.Soren Jorvang
2010-07-22Prevent Python from stripping off the final newline of the main(){} Soren Jorvang
2010-07-22Port to *BSD. It runs but isn't terribly useful without Cg.Soren Jorvang
2010-07-20Prevent double inclusion of CommonPaths.h as pointed out by Glenn.Soren Jorvang
2010-06-13Oops, that wasn't supposed to be in there.Glenn Rice
2010-06-13Fix pad configuration dialog on linuxGlenn Rice
2010-06-05Don't store the absolute pathname of plugins in the configuration file,Soren Jorvang
2010-05-30De-inline StripTailDirSlashes() to work around a weird code generation bug.Soren Jorvang
2010-05-12OSX fix Dolphin not actually using the Application Support path.Shawn Hoffman
2010-05-06apply soren.jorvang's case-sensitivity patch (closes issue 2656) :Pluisr142004
2010-04-08Random fixes and cleanupsNeoBrainX
2010-04-06Fix wrong sprintf usage: the parameters use the restrict keyword so they may ...NeoBrainX
2010-02-08make ESC quit the game instead of toggling out of/into full screen mode (fixe...luisr142004
2010-02-03some cleanup, housekeeping for error cases and increased a few buffer sizes t...j4ck.fr0st
2010-02-03Revert commit 4997 and fix in a way that is more consistent with the structureGlenn Rice
2010-02-02Linux global build. At least the basic footwork is done here.Glenn Rice
2010-02-01Fixes issue 1777.luisr142004
2010-01-29Fixes Issue 2176 (SysConf on OSX), plus some initialization order warning fix...j4ck.fr0st
2009-10-31remove some newlines from FileUtil logs.Shawn Hoffman
2009-09-21fix some path issues on OSX, also libao for osx only supports 44.1kHz...aweso...Shawn Hoffman
2009-09-13patch by Daco for extracting directory contents from a gcm (which also allows...LPFaint99
2009-08-06revert changes to GetSysDirectory from last commit, I was trying to fix my is...Shawn Hoffman
2009-08-06misc cleanupShawn Hoffman
2009-07-30dolphinwx and debuggerwx can now be compiled with unicodeLPFaint99
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-12Rearrange LogManager includes. The main purpose is to make it possible to mod...Nolan Check
2009-06-12Fix for tatsunoko vs capcom and those wii games getting corrupted memory errorsl1nk3.s
2009-05-04fix plugin dir for nongui version for osxtmator
2009-04-25Completely fixed DSPTool, on all of its memory leaks, bad API and bad C++. (c...XTra.KrazzY
2009-04-18DSP: More work on dsptool. Minor bugfixes. Add some testdata for dsptool.hrydgard
2009-04-16fix CreateFullPath, fix memcards not being created if the path didn't exist f...Shawn Hoffman
2009-04-14DSP: Give the assembler and disassembler saner public APIs. Fix bug in fileut...hrydgard
2009-04-12DSP assembler: Error message improvements.hrydgard
2009-04-12DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start c...hrydgard
2009-03-28Some code cleanupomegadox
2009-03-20Don't log when File::Exist fails - that's just obnoxious. fix a const.hrydgard
2009-03-09fix main config dir on osx and autodetect ogl version when it buildtmator
2009-03-03fixed crash on linux, added DISCIO logging type, some extra logging messages ...nakeee
2009-03-01osx compile fixnakeee