dolphin/Source/Core
Lioncash 1b3dae918a StreamADPCM: Turn the ADPCM decoder into a class
Migrates the state to be instance-based as opposed to being a flat
namespace. This keeps behavior localized to its own instantiable unit
(and forces uses of the class to also be localized, lest they cart around
an instance all over the place).
2018-04-09 03:49:18 -04:00
..
AudioCommon AudioCommon/CMakelists: Migrate off add_dolphin_library 2018-03-22 22:07:11 -04:00
Common Common/Swap: Amend BigEndianValue's operator= to return a reference to the object rather than returning void 2018-04-08 01:22:18 -04:00
Core StreamADPCM: Turn the ADPCM decoder into a class 2018-04-09 03:49:18 -04:00
DiscIO DiscIO: Don't use all uppercase for enum values 2018-03-31 14:11:32 +02:00
DolphinNoGUI DolphinNoGUI/CMakeLists: Remove the use of SRCS and LIBS variables 2018-04-04 11:42:57 -04:00
DolphinQt2 DolphinWX/DolphinQt2 CMakeLists: Use cmake -E instead of mkdir -p for creating language directories 2018-04-05 12:49:33 -04:00
DolphinWX CMakeLists: Link bochs in privately where applicable 2018-04-08 04:59:58 -04:00
InputCommon CMakeLists: Link in system framework libraries explicitly on macOS 2018-03-30 16:14:10 -04:00
UICommon CMakeLists: Link bochs in privately where applicable 2018-04-08 04:59:58 -04:00
Updater Updater: Implement UI 2018-03-28 17:59:22 +02:00
VideoBackends Merge pull request #6578 from JosJuice/remove-projection-hacks 2018-04-04 09:10:32 +02:00
VideoCommon [AVIDump] fix compilation issues on Linux 2018-04-06 19:53:10 -07:00
CMakeLists.txt