dolphin/Source/Core/Core/HW
Jasper St. Pierre 1e93b0db19 MemArena: Rename GrabLowMemSpace to GrabSHMSegment
This code originally tried to map the "low space" for the Gamecube's
memory layout, but since has expanded to mapping all of the easily
mappable memory on the system. Change the name to "GrabSHMSegment" to
indicate that we're looking for a shared memory segment we can map into
our process space.
2014-11-02 16:51:27 -08:00
..
BBA-TAP Make some OSX-only functions static 2014-10-28 08:41:50 -04:00
DSPHLE And clean up this GetPointer() while I'm here. 2014-10-29 23:59:32 +13:00
DSPLLE Fix Indentation in PR 1450. 2014-11-01 15:45:44 +13:00
WiimoteEmu Merge pull request #1459 from Buddybenj/nunchuk 2014-11-02 09:44:43 -06:00
WiimoteReal Remove some unnecessary semicolons 2014-09-11 13:05:31 -04:00
AudioInterface.cpp AudioCommon: Prefix soundStream global with g_ 2014-09-30 03:06:16 -04:00
AudioInterface.h DTK: Adjustments attempting to increase accuracy 2014-07-27 03:15:52 +08:00
CPU.cpp Made the "continue", "stepover" and "stepout" functions work when the PC is at a breakpoint 2014-10-26 14:56:02 +11:00
CPU.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
DSP.cpp Remove dumb getPointers that actually want the whole memory block. 2014-10-29 23:51:27 +13:00
DSP.h Added a instant ARAM DMA mode which is enabled automatically when required. 2014-09-27 20:47:29 +10:00
DVDInterface.cpp Eliminated getPointers which are memcpyed or memset. 2014-10-21 12:18:54 +13:00
DVDInterface.h Try to make DTK rewrite handle events the same way as the old code. 2014-06-18 13:09:55 -07:00
EXI_Channel.cpp EXI_Channel: Use an enum for read/write modes 2014-10-27 21:57:48 -04:00
EXI_Channel.h Revised channel access from EXI_DeviceMemoryCard 2014-07-18 20:06:03 -05:00
EXI_Device.cpp Remove some unnecessary semicolons 2014-09-11 13:05:31 -04:00
EXI_Device.h Revised channel access from EXI_DeviceMemoryCard 2014-07-18 20:06:03 -05:00
EXI_DeviceAD16.cpp Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
EXI_DeviceAD16.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
EXI_DeviceAMBaseboard.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
EXI_DeviceAMBaseboard.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
EXI_DeviceEthernet.cpp Eliminated getPointers which are memcpyed or memset. 2014-10-21 12:18:54 +13:00
EXI_DeviceEthernet.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
EXI_DeviceGecko.cpp Core: Fix SIGABRT possibility in EXI_DeviceGecko 2014-09-21 21:50:30 -04:00
EXI_DeviceGecko.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
EXI_DeviceIPL.cpp EXI_DeviceIPL: Fix vertical alignment of IPL arrays 2014-10-26 11:45:56 -04:00
EXI_DeviceIPL.h Core: Use a std::string in EXI_DeviceIPL instead of a char buffer 2014-07-29 20:05:57 -04:00
EXI_DeviceMemoryCard.cpp Fix endian error. allows loading of current games save even if the memcard is mostly full 2014-10-06 18:43:59 -07:00
EXI_DeviceMemoryCard.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
EXI_DeviceMic.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
EXI_DeviceMic.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
EXI.cpp Make expansion interface interrupt updates thread-safe (fixes loss of audio in Super Mario Sunshine on lower-end systems.) 2014-10-27 09:37:17 -04:00
EXI.h Make expansion interface interrupt updates thread-safe (fixes loss of audio in Super Mario Sunshine on lower-end systems.) 2014-10-27 09:37:17 -04:00
GCMemcard.cpp Core: Fix bounds checking within GCMemcard.cpp. 2014-07-17 01:33:47 -04:00
GCMemcard.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
GCMemcardDirectory.cpp GCMemcardDirectory: Pass std::strings by reference. 2014-10-31 10:17:24 -04:00
GCMemcardDirectory.h GCMemcardDirectory: Pass std::strings by reference. 2014-10-31 10:17:24 -04:00
GCMemcardRaw.cpp Kill Core::g_CoreStartupParameter. 2014-09-09 00:24:49 -04:00
GCMemcardRaw.h raw memcards: revert last change so flushes are still time-driven. 2014-09-05 21:16:59 -07:00
GCPad.cpp ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize() 2014-10-15 09:29:25 -04:00
GCPad.h InputCommon: Rename class InputPlugin to InputConfig 2014-08-31 00:59:06 -04:00
GCPadEmu.cpp GCPadEmu/WiimoteEmu: Make some arrays static 2014-10-31 09:51:51 -04:00
GCPadEmu.h InputCommon: Don't base default radius of analog sticks off of their name. 2014-08-15 13:06:56 -04:00
GPFifo.cpp Remove useless STACKALIGN macro. 2014-09-30 01:42:47 -04:00
GPFifo.h Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
HW.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
HW.h Convert some more header inclusions into forward declarations 2014-07-29 20:55:07 -04:00
Memmap.cpp MemArena: Rename GrabLowMemSpace to GrabSHMSegment 2014-11-02 16:51:27 -08:00
Memmap.h Memmap: Remove vestigals of the memory-mapped EFB 2014-11-02 16:34:17 -08:00
MemmapFunctions.cpp MemmapFunctions: Remove unused effective_address argument 2014-11-02 16:34:17 -08:00
MemoryInterface.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
MemoryInterface.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
MMIO.cpp msvc: resolve all warnings in Core. 2014-08-19 22:33:46 -07:00
MMIO.h Fix IsMMIOAddress Check. 2014-09-11 19:12:34 +12:00
MMIOHandlers.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
ProcessorInterface.cpp Fixed the endianess of the 32bit MMIO reads. 2014-10-31 13:19:52 +11:00
ProcessorInterface.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SI_Device.cpp Remove some unnecessary semicolons 2014-09-11 13:05:31 -04:00
SI_Device.h SI_Device: Make GetDeviceNumber and GetDeviceType const. 2014-10-31 09:30:56 -04:00
SI_DeviceAMBaseboard.cpp Core: Correct some function casings. 2014-07-15 19:41:50 -04:00
SI_DeviceAMBaseboard.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
SI_DeviceDanceMat.cpp Get rid of netpad and just send the GCPadStatus in netplay. 2014-10-16 13:20:00 -04:00
SI_DeviceDanceMat.h Get rid of netpad and just send the GCPadStatus in netplay. 2014-10-16 13:20:00 -04:00
SI_DeviceGBA.cpp Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
SI_DeviceGBA.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
SI_DeviceGCController.cpp Get rid of netpad and just send the GCPadStatus in netplay. 2014-10-16 13:20:00 -04:00
SI_DeviceGCController.h Get rid of netpad and just send the GCPadStatus in netplay. 2014-10-16 13:20:00 -04:00
SI_DeviceGCSteeringWheel.cpp Get rid of netpad and just send the GCPadStatus in netplay. 2014-10-16 13:20:00 -04:00
SI_DeviceGCSteeringWheel.h Get rid of netpad and just send the GCPadStatus in netplay. 2014-10-16 13:20:00 -04:00
SI.cpp SI: Fix bounds check in GetDeviceType 2014-09-27 16:44:21 -04:00
SI.h Make input display work properly with netplay. 2014-09-22 12:56:35 -04:00
Sram.cpp Core: Correct some function casings. 2014-07-15 19:41:50 -04:00
Sram.h Core: Clean up brace placements 2014-08-30 18:06:49 -04:00
StreamADPCM.cpp mark all local functions as static 2014-07-11 16:07:23 +02:00
StreamADPCM.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
SystemTimers.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
SystemTimers.h JIT: implement timer support in mtspr 2014-09-02 21:47:45 -07:00
VideoInterface.cpp WIP XFB scaling. 2014-09-19 12:33:15 -05:00
VideoInterface.h Remove some unnecessary semicolons 2014-09-11 13:05:31 -04:00
WII_IPC.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
WII_IPC.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
Wiimote.cpp ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize() 2014-10-15 09:29:25 -04:00
Wiimote.h InputCommon: Rename class InputPlugin to InputConfig 2014-08-31 00:59:06 -04:00
WiiSaveCrypted.cpp WiiSaveCrypted: Move some function params over to std::string 2014-09-30 20:31:59 -04:00
WiiSaveCrypted.h WiiSaveCrypted: Move some function params over to std::string 2014-09-30 20:31:59 -04:00