melonDS/src
Arisotura 0bd53a34ef lay base for the actual dialog
also make EmuSettingsDialog properly modal
2020-08-11 17:38:29 +02:00
..
ARMJIT_A64 subtract cycles after checking IRQ and Halt 2020-07-27 23:14:39 +02:00
ARMJIT_x64 subtract cycles after checking IRQ and Halt 2020-07-27 23:14:39 +02:00
dolphin another try 2020-07-09 00:11:47 +02:00
frontend lay base for the actual dialog 2020-08-11 17:38:29 +02:00
sha1 melonDSi: skeleton in place 2019-06-15 13:09:11 +02:00
tiny-AES-c add all sorts of shit 2019-06-13 14:41:54 +02:00
xxhash implement block linking + some refactoring 2020-06-16 11:59:06 +02:00
ARCodeList.cpp flesh shit out for loading a cheat file 2020-02-24 17:56:01 +01:00
ARCodeList.h flesh shit out for loading a cheat file 2020-02-24 17:56:01 +01:00
AREngine.cpp change ParseTextCode() so we can specify the length of an individual AR code within a bigger string. 2020-02-16 11:21:45 +01:00
AREngine.h update copyright years 2020-02-14 20:18:08 +01:00
ARM.cpp check IRQ first then Idle loop 2020-07-28 00:44:58 +02:00
ARM.h subtract cycles after checking IRQ and Halt 2020-07-27 23:14:39 +02:00
ARMInterpreter.cpp update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter.h new block cache and much more... 2020-06-16 11:56:36 +02:00
ARMInterpreter_ALU.cpp implement carry setting ALU op with imm 2020-07-25 22:08:43 +02:00
ARMInterpreter_ALU.h update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter_Branch.cpp update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter_Branch.h update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter_LoadStore.cpp update copyright years 2020-02-14 20:18:08 +01:00
ARMInterpreter_LoadStore.h update copyright years 2020-02-14 20:18:08 +01:00
ARMJIT.cpp reset JIT fastmem on JIT block cache reset as well 2020-07-31 23:05:11 +02:00
ARMJIT.h reconcile DSi and JIT, fastmem for x64 and Windows 2020-06-30 23:50:41 +02:00
ARMJIT_Compiler.h first steps in bringing over the JIT refactor/fastmem 2020-06-16 12:11:19 +02:00
ARMJIT_Internal.h reset fastmem on DSi soft reset 2020-07-31 22:39:27 +02:00
ARMJIT_Memory.cpp fix JIT for code in VRAM 2020-08-09 13:29:04 +02:00
ARMJIT_Memory.h for some reason tabs and spaces were mixed 2020-07-23 17:43:25 +02:00
ARMJIT_RegisterCache.h for some reason tabs and spaces were mixed 2020-07-23 17:43:25 +02:00
ARM_InstrInfo.cpp implement carry setting ALU op with imm 2020-07-25 22:08:43 +02:00
ARM_InstrInfo.h first steps in bringing over the JIT refactor/fastmem 2020-06-16 12:11:19 +02:00
ARM_InstrTable.h update copyright years 2020-02-14 20:18:08 +01:00
CMakeLists.txt Make it buildable on aarch64 2020-07-23 19:07:33 +00:00
CP15.cpp Merge remote-tracking branch 'upstream/slirp' into slirp-merge 2020-07-26 21:41:09 +02:00
CRC32.cpp update copyright years 2020-02-14 20:18:08 +01:00
CRC32.h update copyright years 2020-02-14 20:18:08 +01:00
Config.cpp reconcile DSi and JIT, fastmem for x64 and Windows 2020-06-30 23:50:41 +02:00
Config.h reconcile DSi and JIT, fastmem for x64 and Windows 2020-06-30 23:50:41 +02:00
DMA.cpp make it able to switch between DS and DSi modes 2020-06-01 20:36:30 +02:00
DMA.h make it able to switch between DS and DSi modes 2020-06-01 20:36:30 +02:00
DSi.cpp reset fastmem on DSi soft reset 2020-07-31 22:39:27 +02:00
DSi.h Merge remote-tracking branch 'upstream/slirp' into slirp-merge 2020-07-26 21:41:09 +02:00
DSiCrypto.cpp blarg 2019-06-13 13:59:11 +02:00
DSiCrypto.h add all sorts of shit 2019-06-13 14:41:54 +02:00
DSi_AES.cpp add AES-CCM encrypt 2020-06-21 12:20:02 +02:00
DSi_AES.h huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
DSi_Camera.cpp huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
DSi_Camera.h huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
DSi_I2C.cpp Merge remote-tracking branch 'upstream/slirp' into slirp-merge 2020-07-26 21:41:09 +02:00
DSi_I2C.h huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
DSi_NDMA.cpp huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
DSi_NDMA.h huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
DSi_NWifi.cpp make it work without a hack 2020-06-21 10:29:08 +02:00
DSi_NWifi.h wifi fixes and shit. getting there, somewhat. 2020-06-21 01:43:32 +02:00
DSi_SD.cpp * take nwifi forward some 2020-06-15 13:39:33 +02:00
DSi_SD.h * take nwifi forward some 2020-06-15 13:39:33 +02:00
DSi_SPI_TSC.cpp huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
DSi_SPI_TSC.h huh. all DSi files had outdated copyright years 2020-06-05 20:44:18 +02:00
FIFO.h wifi fixes and shit. getting there, somewhat. 2020-06-21 01:43:32 +02:00
GBACart.cpp Split GBA Reset and Eject logic into two sets 2019-12-22 16:01:13 -05:00
GBACart.h Split GBA Reset and Eject logic into two sets 2019-12-22 16:01:13 -05:00
GPU.cpp Merge remote-tracking branch 'remotes/origin/master' into melonDSi 2020-05-30 03:19:20 +02:00
GPU.h * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU2D.cpp * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU2D.h * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU3D.cpp * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU3D.h * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU3D_OpenGL.cpp * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU3D_OpenGL_shaders.h update copyright years 2020-02-14 20:18:08 +01:00
GPU3D_Soft.cpp * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU_OpenGL.cpp * rework GPU's settings interface, make it config-agnostic 2020-05-28 15:53:32 +02:00
GPU_OpenGL_shaders.h fix colors 2020-05-25 18:38:10 +02:00
NDS.cpp check DSi interrupts for halted processor wakeup 2020-07-27 23:18:33 +02:00
NDS.h reconcile DSi and JIT, fastmem for x64 and Windows 2020-06-30 23:50:41 +02:00
NDSCart.cpp remove requirement for initmem7/9.bin (but this requires augmented BIOS dumps, we'll get there) 2020-06-02 00:25:29 +02:00
NDSCart.h Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSi 2020-05-30 03:12:42 +02:00
OpenGLSupport.cpp get the OpenGL renderer going. 2020-05-25 18:25:50 +02:00
OpenGLSupport.h * fix the OpenGL shito under Linux 2020-05-29 22:18:21 +02:00
Platform.h keep the ugliness confined in Platform.cpp 2020-05-19 21:34:24 +02:00
ROMList.h embed romlist.bin 2020-05-30 00:28:21 +02:00
RTC.cpp fix ass-stupid RTC bug 2020-06-15 13:40:54 +02:00
RTC.h update copyright years 2020-02-14 20:18:08 +01:00
SPI.cpp take care of some minor details 2020-06-21 11:02:42 +02:00
SPI.h Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSi 2020-05-30 03:12:42 +02:00
SPU.cpp SPU: delay channel start until whenever it can actually start. fixes maxmod interpolated mode. 2020-07-23 12:59:19 +02:00
SPU.h SPU: delay channel start until whenever it can actually start. fixes maxmod interpolated mode. 2020-07-23 12:59:19 +02:00
Savestate.cpp fix teh comment 2020-02-24 17:42:05 +01:00
Savestate.h GPU3D: implement zero-dot W limit (DISP_1DOT_DEPTH) 2020-04-12 14:01:43 +02:00
Wifi.cpp take care of some minor details 2020-06-21 11:02:42 +02:00
Wifi.h update copyright years 2020-02-14 20:18:08 +01:00
WifiAP.cpp make it actually connect. hark hark hark 2020-06-15 16:06:00 +02:00
WifiAP.h make it actually connect. hark hark hark 2020-06-15 16:06:00 +02:00
types.h update copyright years 2020-02-14 20:18:08 +01:00
version.h prepare JIT beta branch 2020-06-16 11:52:45 +02:00