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
/
core.vcxproj
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-09-01
Remove hand-crafted Visual Studio solution.
Yuri Kunde Schlesner
1
-253
/
+0
2014-07-09
Kernel: Added preliminary support for address arbiters.
bunnei
1
-0
/
+2
2014-07-05
Kernel: Added support for shared memory objects.
bunnei
1
-0
/
+2
2014-07-05
FileSys: Added preliminary support for applications reading the RomFS archive.
bunnei
1
-1
/
+3
2014-06-27
FS: Added stubbed code to intercept and decode file system service functions.
bunnei
1
-0
/
+2
2014-06-27
Kernel: Added stubbed code to support creation of kernel Archive objects.
bunnei
1
-0
/
+2
2014-06-27
Core: Removed unused directory_file_system and meta_file_system modules.
bunnei
1
-4
/
+0
2014-06-17
Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.
bunnei
1
-3
/
+2
2014-06-17
Loader: Added support for booting NCCH executables.
bunnei
1
-0
/
+2
2014-06-17
Loader: Moved elf and loader modules to a "loader" subdirectory.
bunnei
1
-6
/
+6
2014-06-12
Rename LCD to GPU.
Tony Wasserka
1
-3
/
+3
2014-05-30
hle: added stubbed service for ndm_u
bunnei
1
-0
/
+2
2014-05-28
kernel: added event module to support creation of CTR "Event" objects
bunnei
1
-0
/
+2
2014-05-21
mutex: initial commit of HLE module
bunnei
1
-0
/
+2
2014-05-21
renamed "syscall" module to "svc" (more accurate naming)
bunnei
1
-2
/
+2
2014-05-16
added maverick.cpp to ARM core from skyeye
bunnei
1
-0
/
+1
2014-05-16
added missing armcopro from skyeye
bunnei
1
-0
/
+1
2014-05-16
added missing skyeye mmu code
bunnei
1
-6
/
+13
2014-05-16
- moved mmu to arm/interpreter folder
bunnei
1
-0
/
+7
2014-05-10
added initial kernel/thread modules
bunnei
1
-0
/
+4
2014-05-07
added config_mem module for HLE of firmware configuration memory settings
bunnei
1
-0
/
+2
2014-05-02
renamed hle "mrc" module to "coprocessor"
bunnei
1
-2
/
+2
2014-05-01
added a module to load symbol map files for debugging
bunnei
1
-0
/
+2
2014-04-25
moved HLE::MRC to its own module, added support for catching data synchronization barrier command
bunnei
1
-0
/
+2
2014-04-18
renamed hw_lcd module to just lcd
bunnei
1
-2
/
+2
2014-04-18
added NDMA hardware interface
bunnei
1
-0
/
+2
2014-04-17
added class stub for HID:User service
bunnei
1
-0
/
+2
2014-04-16
- added stubbed out GSP::Gpu service interface
bunnei
1
-0
/
+2
2014-04-16
- extracted srv: calls from service.cpp and put in its own module
bunnei
1
-0
/
+2
2014-04-13
added framework for APT service (application and title launching service)
bunnei
1
-0
/
+2
2014-04-13
- added HLE to connect to "srv:" service
bunnei
1
-0
/
+1
2014-04-12
- renamed hle_syscall to just syscall
bunnei
1
-2
/
+3
2014-04-12
moved hle.cpp into hle folder (due to mistake earlier)
bunnei
1
-1
/
+1
2014-04-11
- removed syscall classes (will just use HLEFunction)
bunnei
1
-0
/
+1
2014-04-11
added initial modules for setting up SysCall HLE
bunnei
1
-0
/
+4
2014-04-09
fixed project includes to use new directory structure
bunnei
1
-49
/
+49
2014-04-05
add hw_lcd.* to VS project files
bunnei
1
-0
/
+2
2014-04-05
added initial support for hw.cpp module
bunnei
1
-1
/
+1
2014-04-05
added hw module to interface h/w register reads/writes
bunnei
1
-0
/
+2
2014-04-05
- added an interface layer for ARM cores
bunnei
1
-0
/
+3
2014-04-05
moved arm core to interpreter directory
bunnei
1
-14
/
+14
2014-04-04
added thumb mode emulation
bunnei
1
-0
/
+1
2014-03-30
added ARM11 MMU from skyeye
bunnei
1
-0
/
+1
2014-03-30
added various arm modules from skyeye to make project link OK
bunnei
1
-1
/
+7
2014-03-25
updated Windows project files to include ELF files
bunnei
1
-0
/
+1
2013-10-02
added core_timing and system modules to core vcproj
ShizZy
1
-0
/
+3
2013-09-27
upgraded proj files to vs 2013
ShizZy
1
-1
/
+5
2013-09-27
added system.h to project
ShizZy
1
-0
/
+1
2013-09-26
added meta_file_system to project
ShizZy
1
-0
/
+2
2013-09-26
renamed file_sys_directory.* to directory_file_system.*
ShizZy
1
-2
/
+2
2013-09-26
moved file_sys back to core
ShizZy
1
-0
/
+3
2013-09-24
moved file_sys to common
ShizZy
1
-3
/
+0
2013-09-24
added PPSSPP's file system directory module for game loading
ShizZy
1
-0
/
+3
2013-09-20
added a module for loading bootable binaries
ShizZy
1
-0
/
+2
2013-09-19
added hw R/W/ memory functions
ShizZy
1
-0
/
+1
2013-09-18
added ARMulator/skyeye ARM11 core to the project
ShizZy
1
-0
/
+14
2013-09-09
cleaned up VS project files
ShizZy
1
-52
/
+7
2013-09-06
added core and mem_map files to the project
ShizZy
1
-0
/
+3
2013-09-05
added an ARM disassembler from the android project
ShizZy
1
-0
/
+4
2013-09-05
various fixes to be able to build project
ShizZy
1
-16
/
+19
2013-08-30
adding initial project layout
ShizZy
1
-0
/
+186