index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)
David
2018-01-21
8
-5
/
+162
*
|
|
Merge pull request #128 from Subv/parcel_query
bunnei
2018-01-21
2
-0
/
+58
|
\
\
\
|
*
|
|
VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some res...
Subv
2018-01-21
2
-0
/
+58
|
|
|
/
|
|
/
|
*
|
|
file_sys: Clang format fixes.
bunnei
2018-01-21
3
-4
/
+4
*
|
|
fsp_srv: Various improvements to IStorage:Read implementation.
bunnei
2018-01-21
5
-48
/
+79
*
|
|
deconstructed_rom_directory: Implement istorage loading for RomFS.
bunnei
2018-01-21
2
-2
/
+71
*
|
|
filesystem: Implement basic IStorage functionality.
David Marcec
2018-01-21
6
-0
/
+258
*
|
|
file_sys: Cleanup to better match Switch file system constructs.
bunnei
2018-01-21
10
-63
/
+136
*
|
|
file_sys: Remove disk_archive, savedata_archive, and title_metadata.
bunnei
2018-01-21
7
-835
/
+0
*
|
|
archive_backend: Minor changes to match Switch IFileSystem.
bunnei
2018-01-21
5
-26
/
+26
*
|
|
file_sys: Repurpose 3DS IVFC code for Switch ROMFS.
bunnei
2018-01-21
3
-51
/
+43
|
|
/
|
/
|
*
|
gdbstub: Update registers and sizes for aarch64
Rozlette
2018-01-21
1
-113
/
+155
|
/
*
Merge pull request #72 from N00byKing/patch-2
bunnei
2018-01-20
1
-1
/
+0
|
\
|
*
Update core.cpp
N00byKing
2018-01-17
1
-1
/
+0
*
|
Merge pull request #92 from gdkchan/nro_refactor
bunnei
2018-01-20
1
-2
/
+2
|
\
\
|
*
|
Fix NRO Entry Point
gdkchan
2018-01-18
1
-2
/
+2
*
|
|
Merge pull request #122 from tgsm/time-remove-pragma
bunnei
2018-01-20
2
-4
/
+0
|
\
\
\
|
*
|
|
service/time: remove accidental #pragmas
tgsm
2018-01-20
2
-4
/
+0
*
|
|
|
loader: Minor style fix in deconstructed_rom_directory
Rozlette
2018-01-20
1
-1
/
+0
|
/
/
/
*
|
|
Merge pull request #117 from jroweboy/clang-format
bunnei
2018-01-20
43
-57
/
+62
|
\
\
\
|
*
|
|
Format: Run the new clang format on everything
James Rowe
2018-01-20
43
-57
/
+62
*
|
|
|
Merge pull request #120 from Rozelette/master
bunnei
2018-01-20
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
memory: Return false for large VAddr in IsValidVirtualAddress
Rozlette
2018-01-20
1
-0
/
+3
|
|
/
/
/
*
|
|
|
loader: Clean up ctors and includes.
bunnei
2018-01-20
10
-18
/
+22
*
|
|
|
loader: Add DeconstructedRomDirectory for game dumps.
bunnei
2018-01-20
5
-0
/
+156
*
|
|
|
loader: Refactor to also pass filepath into IdentifyType.
bunnei
2018-01-20
8
-19
/
+19
*
|
|
|
nso: Remove code specific to directory loading.
bunnei
2018-01-20
2
-17
/
+6
|
/
/
/
*
|
|
Port citra #3352 to yuzu (#103)
River City Ransomware
2018-01-19
3
-4
/
+25
*
|
|
Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)
David
2018-01-19
3
-1
/
+23
*
|
|
Fixes some cast warnings, partial port of citra #3064 (#106)
River City Ransomware
2018-01-19
6
-21
/
+22
*
|
|
Merge pull request #112 from Rozelette/master
bunnei
2018-01-19
1
-0
/
+16
|
\
\
\
|
*
|
|
ISelfController: Stub LockExit and UnlockExit
Rozlette
2018-01-19
1
-0
/
+16
*
|
|
|
acc, set, applet_oe: stub various functions, add set service (#105)
goaaats
2018-01-19
8
-0
/
+161
|
/
/
/
*
|
|
Merge pull request #109 from bunnei/libnx-fixes
bunnei
2018-01-19
6
-1
/
+26
|
\
\
\
|
*
|
|
nvdrv: Stub SetClientPID.
bunnei
2018-01-18
2
-0
/
+13
|
*
|
|
svc: Fix svcGetInfo MapRegionBaseAddr.
bunnei
2018-01-18
3
-1
/
+9
|
*
|
|
svc: Add additional fields to MemoryInfo struct.
bunnei
2018-01-18
1
-0
/
+4
*
|
|
|
Merge pull request #97 from bunnei/time-stub
bunnei
2018-01-19
2
-4
/
+12
|
\
\
\
\
|
*
|
|
|
time: Stub out GetTotalLocationNameCount and some cleanup.
bunnei
2018-01-19
2
-4
/
+12
*
|
|
|
|
time: Add new line to ends of files.
bunnei
2018-01-19
4
-4
/
+4
*
|
|
|
|
applet_oe: Clang-format.
bunnei
2018-01-19
1
-2
/
+1
|
/
/
/
/
*
/
/
/
Fix dispdrv typo
gdkchan
2018-01-18
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #100 from Rozelette/master
bunnei
2018-01-18
7
-32
/
+113
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
time: Fix use of CamelCase in ToCalendarTimeWithMyRule
Rozlette
2018-01-18
1
-6
/
+6
|
*
|
time: Refactor time:* to use a single shared module
Rozlette
2018-01-18
7
-26
/
+107
*
|
|
Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc...
gdkchan
2018-01-18
5
-7
/
+127
*
|
|
Start to implement/stub BSD:U and SFDNSRES services (#78)
flerovium^-^
2018-01-18
7
-0
/
+159
*
|
|
Merge pull request #95 from bunnei/lm-skip-byte
bunnei
2018-01-18
1
-0
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
lm: Minor logging fix to skip a byte.
bunnei
2018-01-18
1
-0
/
+7
*
|
|
Merge pull request #84 from lioncash/cmake
bunnei
2018-01-18
1
-170
/
+167
|
\
\
\
[prev]
[next]