dolphin-emulator/Source/Core
Pierre Bourdon 9fe58d28ba Starting point for the new MMIO interface
Design doc:
    https://docs.google.com/document/d/11qcGCWLne1wYvmtFaSrOKZt_vHxXrcWcZsdWJ-MJnyo/edit

The code is currently not used. Migration plan:
    1. Implement MMIO access via MMIO::Mapping in parallel to the current
       method.
    2. Implement all existing MMIO handlers via the new interface.
    3. Remove the old hwRead/hwReadWii/hwReadIOBridge code.
    4. Implement JIT optimizations for MMIO accesses.
2014-02-16 19:22:39 +01:00
..
AudioCommon Disable framerate correction for OpenAL 2014-02-13 13:22:29 +01:00
Common Turn loops into range-based form 2014-02-13 09:05:50 +01:00
Core Starting point for the new MMIO interface 2014-02-16 19:22:39 +01:00
DiscIO Kill auto usage in CISOBlob.cpp per request. 2014-02-13 16:09:58 -06:00
DolphinWX Kill off some silly casting in the FifoPlayer. 2014-02-14 22:07:12 -05:00
InputCommon Turn loops into range-based form 2014-02-13 09:05:50 +01:00
VideoBackends Kill off some usages of the ArraySize macro. 2014-02-15 02:43:54 -05:00
VideoCommon Turn loops into range-based form 2014-02-13 09:05:50 +01:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00