dolphin-emulator/Source/Core
degasus ee76a51d1f Truncate the path on logging
Cmake compiles we an absolute path, so the macro __FILE__ also has the absolute file in it.
It seems that gcc doesn't provide macros for the basename, so we have to truncate them in c directly:
https://stackoverflow.com/questions/8487986/file-macro-shows-full-path
2014-04-14 10:39:52 +02:00
..
AudioCommon Replace use of the deprecated mem_fun function with mem_fn. 2014-04-01 12:09:22 -04:00
Common Truncate the path on logging 2014-04-14 10:39:52 +02:00
Core [ARM] Implements more fastmem instructions in lXX. 2014-04-14 00:38:46 -05:00
DiscIO Remove all trailing whitespaces from our codebase. 2014-03-29 11:05:44 +01:00
DolphinWX VideoBackend: remove unused config vars. 2014-04-11 14:53:12 -07:00
InputCommon Replace use of the deprecated mem_fun function with mem_fn. 2014-04-01 12:09:22 -04:00
VideoBackends Merge pull request #263 from Sonicadvance1/DetermineMaliVersion 2014-04-14 19:20:04 +12:00
VideoCommon Merge pull request #261 from magumagu/pixelshadergen-extra-paren 2014-04-14 09:48:02 +02:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00