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
/
CMakeLists.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kernel: Added preliminary support for address arbiters.
bunnei
2014-07-09
1
-0
/
+2
*
Kernel: Added support for shared memory objects.
bunnei
2014-07-05
1
-0
/
+2
*
FileSys: Added preliminary support for applications reading the RomFS archive.
bunnei
2014-07-05
1
-1
/
+3
*
FS: Added stubbed code to intercept and decode file system service functions.
bunnei
2014-06-27
1
-0
/
+2
*
Kernel: Added stubbed code to support creation of kernel Archive objects.
bunnei
2014-06-27
1
-0
/
+2
*
Core: Removed unused directory_file_system and meta_file_system modules.
bunnei
2014-06-27
1
-4
/
+0
*
Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.
bunnei
2014-06-17
1
-3
/
+2
*
Loader: Added support for booting NCCH executables.
bunnei
2014-06-17
1
-0
/
+2
*
Loader: Moved elf and loader modules to a "loader" subdirectory.
bunnei
2014-06-17
1
-5
/
+5
*
Merge branch 'threading' of https://github.com/bunnei/citra
bunnei
2014-06-14
1
-0
/
+2
|
\
|
*
hle: added stubbed service for ndm_u
bunnei
2014-05-30
1
-0
/
+1
|
*
event: fixed typos and updated CMakeLists
bunnei
2014-05-28
1
-0
/
+1
*
|
Rename LCD to GPU.
Tony Wasserka
2014-06-12
1
-2
/
+2
*
|
core: fixed headers in CMakeLists
bunnei
2014-05-23
1
-1
/
+4
*
|
Merge branch 'threading'
bunnei
2014-05-23
1
-1
/
+4
|
\
|
|
*
mutex: initial commit of HLE module
bunnei
2014-05-21
1
-0
/
+1
|
*
renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-21
1
-1
/
+1
|
*
Merge master into threading to add support for VFP
bunnei
2014-05-17
1
-1
/
+13
|
|
\
|
*
|
added initial kernel/thread modules
bunnei
2014-05-10
1
-0
/
+2
*
|
|
CMakeLists: rename HEADS, improved comments
archshift
2014-05-20
1
-2
/
+2
*
|
|
Updated cmakelists
archshift
2014-05-17
1
-6
/
+12
*
|
|
Merge remote-tracking branch 'upstream/master' into issue-7-fix
archshift
2014-05-17
1
-2
/
+16
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
fixed typo in CMakeLists.txt
bunnei
2014-05-17
1
-1
/
+1
|
*
|
added maverick.cpp to ARM core from skyeye
bunnei
2014-05-16
1
-1
/
+2
|
*
|
added missing armcopro from skyeye
bunnei
2014-05-16
1
-0
/
+1
|
*
|
added missing skyeye mmu code
bunnei
2014-05-16
1
-0
/
+6
|
*
|
- moved mmu to arm/interpreter folder
bunnei
2014-05-16
1
-1
/
+5
|
|
/
|
*
added config_mem module for HLE of firmware configuration memory settings
bunnei
2014-05-07
1
-0
/
+1
|
*
renamed hle "mrc" module to "coprocessor"
bunnei
2014-05-02
1
-1
/
+1
|
*
added a module to load symbol map files for debugging
bunnei
2014-05-01
1
-0
/
+1
*
|
Fixed indents
archshift
2014-05-01
1
-2
/
+2
*
|
A bit of Cmake love
archshift
2014-05-01
1
-1
/
+38
|
/
*
moved HLE::MRC to its own module, added support for catching data synchronization barrier command
bunnei
2014-04-25
1
-0
/
+1
*
updated CMakeLists for missing files
ShizZy
2014-04-23
1
-1
/
+9
*
fixed a bunch of errors in CMakeLists
bunnei
2014-04-10
1
-1
/
+1
*
updated CMakeLists
bunnei
2014-04-10
1
-8
/
+21
*
adding initial project layout
ShizZy
2013-08-30
1
-0
/
+10