index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
renamed some functions
bunnei
2014-04-05
1
-11
/
+11
*
added entry point loading from ELF file
bunnei
2014-04-05
1
-2
/
+4
*
- added an interface layer for ARM cores
bunnei
2014-04-05
7
-77
/
+213
*
renamed ARM disassembler class from "Arm" to "ARM_Disasm"
bunnei
2014-04-05
2
-27
/
+27
*
got rid of some really poorly named macros in SkyEye core
bunnei
2014-04-05
3
-9
/
+9
*
moved arm core to interpreter directory
bunnei
2014-04-05
17
-65
/
+71
*
added some commented out ARMulator functions
bunnei
2014-04-04
1
-20
/
+3
*
added hack to allow physical mem read/writes
bunnei
2014-04-04
1
-2
/
+20
*
made memory #define's enum to make debugging easier
bunnei
2014-04-04
1
-15
/
+21
*
Add Core::GetState() for debugger
Mathieu Vaillancourt
2014-04-04
2
-0
/
+9
*
removed some useless log messages
bunnei
2014-04-04
1
-2
/
+0
*
added thumb mode emulation
bunnei
2014-04-04
6
-4
/
+522
*
convert tabs to spaces
bunnei
2014-04-02
10
-6796
/
+6796
*
-converted tabs to spaces
bunnei
2014-04-02
2
-149
/
+145
*
added very hackish ARMulator core initialization and CPU stepping
bunnei
2014-04-01
1
-6
/
+97
*
added ELF loading support to loader.cpp
bunnei
2014-04-01
1
-69
/
+113
*
commented out bswap stuff... ARM ELF files are little endian anyway
bunnei
2014-04-01
1
-9
/
+10
*
added support for reading/writing to stack mem
bunnei
2014-04-01
3
-17
/
+40
*
replaced some error logs with debug asserts
bunnei
2014-03-30
1
-4
/
+2
*
removed unnecessary debug assert
bunnei
2014-03-30
1
-1
/
+0
*
added ARM11 MMU from skyeye
bunnei
2014-03-30
6
-145
/
+116
*
initialize mem regions
bunnei
2014-03-30
1
-0
/
+2
*
added various arm modules from skyeye to make project link OK
bunnei
2014-03-30
9
-166
/
+2582
*
added a GetPointer function to Memory for use with ELF loading
bunnei
2014-03-25
3
-30
/
+33
*
updated Windows project files to include ELF files
bunnei
2014-03-25
2
-0
/
+7
*
added Dolphin's ELF reader to the project
bunnei
2014-03-25
3
-0
/
+594
*
renamed FILETYPE_CTR_DIRECTORY to FILETYPE_DIRECTORY_CXI
ShizZy
2013-10-06
2
-12
/
+10
*
fixed a typo in declaration of meta file system
ShizZy
2013-10-06
1
-2
/
+2
*
moved some core functions over to system module
ShizZy
2013-10-03
4
-13
/
+11
*
added core_timing and system modules to core vcproj
ShizZy
2013-10-02
6
-2
/
+823
*
added an early function for booting from a directory
ShizZy
2013-10-02
2
-16
/
+35
*
added a message option to Core::Halt function
ShizZy
2013-10-02
2
-2
/
+2
*
upgraded proj files to vs 2013
ShizZy
2013-09-27
1
-1
/
+5
*
added system.h to project
ShizZy
2013-09-27
5
-22
/
+87
*
added meta_file_system to project
ShizZy
2013-09-26
4
-0
/
+637
*
renamed file_sys_directory.* to directory_file_system.*
ShizZy
2013-09-26
4
-5
/
+5
*
moved file_sys back to core
ShizZy
2013-09-26
5
-0
/
+982
*
removed <windows.h> include from common.h and added it only where needed
ShizZy
2013-09-24
1
-0
/
+4
*
moved file_sys to common
ShizZy
2013-09-24
5
-982
/
+0
*
removed unused commented-out code
ShizZy
2013-09-24
1
-154
/
+0
*
renamed PSPFileInfo to just FileInfo
ShizZy
2013-09-24
3
-21
/
+21
*
added PPSSPP's file system directory module for game loading
ShizZy
2013-09-24
3
-10
/
+138
*
ppsspp file system module - currently unused
ShizZy
2013-09-20
3
-0
/
+1008
*
added a module for loading bootable binaries
ShizZy
2013-09-20
4
-0
/
+203
*
added mem_map hardware writing
ShizZy
2013-09-20
3
-75
/
+76
*
added hw R/W/ memory functions
ShizZy
2013-09-19
5
-3
/
+161
*
refactored some mem_map stuff
ShizZy
2013-09-19
2
-19
/
+36
*
added log msg to core
ShizZy
2013-09-19
1
-0
/
+2
*
added ARMulator/skyeye ARM11 core to the project
ShizZy
2013-09-18
18
-0
/
+11356
*
renamed project to 'citrus'
ShizZy
2013-09-14
4
-4
/
+4
*
cleaned up VS project files
ShizZy
2013-09-09
1
-52
/
+7
*
updated common paths
ShizZy
2013-09-08
1
-0
/
+2
*
start of 3DS memory map
ShizZy
2013-09-06
2
-4
/
+77
*
added core and mem_map files to the project
ShizZy
2013-09-06
6
-2
/
+232
*
added an ARM disassembler from the android project
ShizZy
2013-09-05
4
-0
/
+1175
*
added missing files
ShizZy
2013-09-05
1
-0
/
+2
*
various fixes to be able to build project
ShizZy
2013-09-05
1
-16
/
+19
*
adding initial project layout
ShizZy
2013-08-30
2
-0
/
+196