dolphin/Source/Core
Lioncash 3f210836ad Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINE
This is much better as prefixed double underscores are reserved for the
implementation when it comes to identifiers. Another reason its better,
is that, on Windows, where __forceinline is a compiler built-in, with
the previous define, header inclusion software that detects unnecessary
includes will erroneously flag usages of Compiler.h as unnecessary
(despite being necessary on other platforms). So we define a macro
that's used by Windows and other platforms to ensure this doesn't
happen.
2018-06-09 12:20:25 -04:00
..
AudioCommon AudioCommon: Implement WASAPI 2018-05-26 13:08:10 +02:00
Common Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINE 2018-06-09 12:20:25 -04:00
Core Common: Add header for compiler-specifics 2018-06-09 12:10:05 -04:00
DiscIO Qt/FilesystemWidget: Add size column 2018-06-02 18:59:56 +02:00
DolphinNoGUI Common: Move host communication enum to Host.h 2018-05-28 14:34:59 -04:00
DolphinQt2 Merge pull request #7088 from Ebola16/TFD 2018-06-07 16:50:15 +02:00
DolphinWX Add OSD message for Volume Hotkeys 2018-06-06 17:11:43 +02:00
InputCommon Merge pull request #7062 from robopilot99/master 2018-06-08 14:04:03 +02:00
UICommon Merge pull request #7076 from JosJuice/android-gamelist-uicommon 2018-06-08 13:59:45 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends Merge pull request #7075 from Ebola16/DumpObjects 2018-06-06 15:20:14 +02:00
VideoCommon Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINE 2018-06-09 12:20:25 -04:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00