summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
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-27Add functions for converting between UTF-8/16.Jordan Woyak
2013-02-27Merge latest ArmEmitter changes from ppsspp while we're at it.Ryan Houdek
2013-02-27Ah. I blame vim on this typo entirely.Ryan Houdek
2013-02-26ARM Support without GLSLRyan Houdek
2013-02-25Merge branch 'real-wiimote-scanning'Jordan Woyak
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-02-16Remove the core count from the cpu info OSD message. It was often wrong and n...Jordan Woyak
2013-02-07Remove some old nonsense.Jordan Woyak
2013-01-31Fix remaining compiler warnings.Glenn Rice
2013-01-24Fix a potential memory leak on non-windows systems.lioncash
2013-01-16Move DSP settings to dolphin.iniRachel Bryk
2013-01-16Merge branch 'external-theme'Jordan Woyak
2013-01-15Merge branch 'OpenAL'skidau
2013-01-13Attempt to make file searching stuff less crappy on Linux.Jordan Woyak
2013-01-13themes directory stuffsJordan Woyak
2013-01-11Fix two signed/unsigned mismatch warnings.Lioncash
2013-01-10Revert "Very tiny cleanup of ChunkFile.h."Jordan Woyak
2013-01-10Very tiny cleanup of ChunkFile.h.lioncash
2013-01-08Fix a currently unused unique_lock function. Thanks to Lioncash.Jordan Woyak
2013-01-08Fix incorrect iterator usage in BreakPoints::ClearJordan Woyak
2013-01-08PixelShaderGen: Shader uid maintainanceNeoBrainX
2013-01-08Remove the per pixel depth option.NeoBrainX
2013-01-08PixelShaderGen: Don't disable depth texture emulation if z writing is disable...NeoBrainX
2013-01-07Revert 30dd9c2 e9d00bf db5f4c8 and bff0faeRyan Houdek
2013-01-07OpenAL for Windows initial commitskidau
2013-01-03Make sure the null character is not included in the string.Glenn Rice
2013-01-03Fix the name and description truncation issue in a cleaner way.Glenn Rice
2013-01-03Fix truncated names and descriptions in the game list on linux.Glenn Rice
2012-12-30In memory of calc84.Matthew Parlane
2012-12-27Fix this annoying warning in ChunkFile.hRyan Houdek
2012-12-26Always use the right user dir on windows.rog
2012-12-26Merge branch 'GLES-software'Ryan Houdek
2012-12-25Rename the interface files and hopefully fix OSX building.Ryan Houdek
2012-12-25Merge branch 'immediate-removal'degasus
2012-12-24Revert "VertexShaderGen: Fix a shader compilation error.". I'm an idiot :pNeoBrainX
2012-12-24VertexShaderGen: Fix a shader compilation error.NeoBrainX
2012-12-24Merge branch 'osx-savegame-fix'degasus
2012-12-24Fix some random warnings.Matthew Parlane
2012-12-23revert last commit, add CheckInvalidState to VideoBackenddegasus
2012-12-24Function definition was not updated.Matthew Parlane
2012-12-18Fix a memory leak based on Lioncash's patches.Ryan Houdek
2012-12-17Initial push of GLES and GLUtil file breakup.Ryan Houdek
2012-12-16revert changes to banner background colorLPFaint99
2012-12-14If the HOME environment variable isn't set, fall back on to PWD. Closes 5584.Ryan Houdek