..
ARMJIT_A64
update copyright headers
2022-01-09 02:15:50 +01:00
ARMJIT_x64
update copyright headers
2022-01-09 02:15:50 +01:00
dolphin
some tiny A64 optimisations
2021-06-30 00:41:04 +02:00
fatfs
DLDI/SD folder-sync apparatus ( #1251 )
2021-10-28 18:47:13 +02:00
frontend
Implement MainRAM management dialog 😁 ( #1248 )
2022-03-06 22:33:11 +01:00
sha1
having fun with fatfs ( #1189 )
2021-08-24 17:46:20 +02:00
teakra
Add PoroCYon's DSP code. ( #1123 )
2021-06-06 18:27:26 +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
ARCodeFile.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
ARCodeFile.h
update copyright headers
2022-01-09 02:15:50 +01:00
AREngine.cpp
add support for zero-address in AR codes 3-A
2022-01-28 20:56:08 +01:00
AREngine.h
update copyright headers
2022-01-09 02:15:50 +01:00
ARM.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
ARM.h
update copyright headers
2022-01-09 02:15:50 +01:00
ARMInterpreter.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
ARMInterpreter.h
update copyright headers
2022-01-09 02:15:50 +01:00
ARMInterpreter_ALU.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
ARMInterpreter_ALU.h
update copyright headers
2022-01-09 02:15:50 +01:00
ARMInterpreter_Branch.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
ARMInterpreter_Branch.h
update copyright headers
2022-01-09 02:15:50 +01:00
ARMInterpreter_LoadStore.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
ARMInterpreter_LoadStore.h
update copyright headers
2022-01-09 02:15:50 +01:00
ARMJIT.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
ARMJIT.h
update copyright headers
2022-01-09 02:15:50 +01:00
ARMJIT_Compiler.h
update copyright headers
2022-01-09 02:15:50 +01:00
ARMJIT_Internal.h
update copyright headers
2022-01-09 02:15:50 +01:00
ARMJIT_Memory.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
ARMJIT_Memory.h
update copyright headers
2022-01-09 02:15:50 +01:00
ARMJIT_RegisterCache.h
update copyright headers
2022-01-09 02:15:50 +01:00
ARM_InstrInfo.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
ARM_InstrInfo.h
update copyright headers
2022-01-09 02:15:50 +01:00
ARM_InstrTable.h
update copyright headers
2022-01-09 02:15:50 +01:00
CMakeLists.txt
Custom path support ( #1333 )
2022-01-07 14:00:43 +01:00
CP15.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
CRC32.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
CRC32.h
update copyright headers
2022-01-09 02:15:50 +01:00
DMA.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
DMA.h
update copyright headers
2022-01-09 02:15:50 +01:00
DMA_Timings.h
update copyright headers
2022-01-09 02:15:50 +01:00
DSi.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
DSi.h
update copyright headers
2022-01-09 02:15:50 +01:00
DSiCrypto.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
DSiCrypto.h
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_AES.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_AES.h
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_Camera.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_Camera.h
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_DSP.cpp
Custom path support ( #1333 )
2022-01-07 14:00:43 +01:00
DSi_DSP.h
Custom path support ( #1333 )
2022-01-07 14:00:43 +01:00
DSi_I2C.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_I2C.h
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_NAND.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_NAND.h
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_NDMA.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_NDMA.h
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_NWifi.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_NWifi.h
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_SD.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_SD.h
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_SPI_TSC.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
DSi_SPI_TSC.h
update copyright headers
2022-01-09 02:15:50 +01:00
FATStorage.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
FATStorage.h
update copyright headers
2022-01-09 02:15:50 +01:00
FIFO.h
update copyright headers
2022-01-09 02:15:50 +01:00
FreeBIOS.h
Fallback to FreeBIOS when BIOS files are not found. (v2) ( #1174 )
2021-10-02 12:06:22 +02:00
GBACart.cpp
fix the GBA cart save shito, I guess
2022-03-04 20:54:45 +01:00
GBACart.h
update copyright headers
2022-01-09 02:15:50 +01:00
GPU.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
GPU.h
update copyright headers
2022-01-09 02:15:50 +01:00
GPU2D.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
GPU2D.h
update copyright headers
2022-01-09 02:15:50 +01:00
GPU2D_Soft.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
GPU2D_Soft.h
update copyright headers
2022-01-09 02:15:50 +01:00
GPU3D.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
GPU3D.h
update copyright headers
2022-01-09 02:15:50 +01:00
GPU3D_OpenGL.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
GPU3D_OpenGL.h
update copyright headers
2022-01-09 02:15:50 +01:00
GPU3D_OpenGL_shaders.h
update copyright headers
2022-01-09 02:15:50 +01:00
GPU3D_Soft.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
GPU3D_Soft.h
update copyright headers
2022-01-09 02:15:50 +01:00
GPU_OpenGL.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
GPU_OpenGL.h
update copyright headers
2022-01-09 02:15:50 +01:00
GPU_OpenGL_shaders.h
update copyright headers
2022-01-09 02:15:50 +01:00
NDS.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
NDS.h
update copyright headers
2022-01-09 02:15:50 +01:00
NDSCart.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
NDSCart.h
update copyright headers
2022-01-09 02:15:50 +01:00
NDS_Header.h
update copyright headers
2022-01-09 02:15:50 +01:00
NonStupidBitfield.h
update copyright headers
2022-01-09 02:15:50 +01:00
OpenGLSupport.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
OpenGLSupport.h
update copyright headers
2022-01-09 02:15:50 +01:00
Platform.h
update copyright headers
2022-01-09 02:15:50 +01:00
ROMList.h
update copyright headers
2022-01-09 02:15:50 +01:00
RTC.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
RTC.h
update copyright headers
2022-01-09 02:15:50 +01:00
SPI.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
SPI.h
update copyright headers
2022-01-09 02:15:50 +01:00
SPU.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
SPU.h
update copyright headers
2022-01-09 02:15:50 +01:00
Savestate.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
Savestate.h
update copyright headers
2022-01-09 02:15:50 +01:00
Wifi.cpp
comment out debug printfs
2022-02-25 14:35:45 +01:00
Wifi.h
Wifi power saving, hopefully enough!
2022-02-25 14:25:19 +01:00
WifiAP.cpp
update copyright headers
2022-01-09 02:15:50 +01:00
WifiAP.h
update copyright headers
2022-01-09 02:15:50 +01:00
melonDLDI.h
update copyright headers
2022-01-09 02:15:50 +01:00
types.h
update copyright headers
2022-01-09 02:15:50 +01:00
version.h
update copyright headers
2022-01-09 02:15:50 +01:00