index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stubbed y2r:u IsBusyConversion
archshift
2015-01-10
1
-1
/
+16
*
Added Archive ID to fs:USER debug logs involving opening the archive.
archshift
2015-01-10
1
-3
/
+3
*
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2015-01-10
7
-30
/
+20
*
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
1
-1
/
+2
*
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-09
1
-0
/
+1
*
Merge pull request #404 from bunnei/more-frame-synch-fixes
bunnei
2015-01-07
1
-1
/
+4
|
\
|
*
GSP: Toggle active framebuffer each frame
bunnei
2015-01-07
1
-1
/
+4
*
|
Fix double-free in Service manager during shutdown
Yuri Kunde Schlesner
2015-01-07
2
-25
/
+4
*
|
Merge pull request #376 from Subv/arc_reorder
bunnei
2015-01-06
4
-18
/
+23
|
\
\
|
|
/
|
/
|
|
*
Archives: Changed the unimplemented archives comment.
Subv
2015-01-06
1
-1
/
+1
|
*
Archives: Addressed some comments
Subv
2015-01-06
1
-2
/
+2
|
*
Archives: Make SYSTEM_ID and SDCARD_ID strings
Subv
2015-01-04
2
-4
/
+4
|
*
Archives: Changed the way paths are built for the archives.
Subv
2015-01-03
4
-15
/
+20
|
*
Archives: Change the folder layout of some archives.
Subv
2015-01-02
2
-2
/
+2
*
|
Merge pull request #413 from purpasmart96/serv_clean
bunnei
2015-01-05
7
-33
/
+36
|
\
\
|
*
|
Services: Clean up a few things and add a few function names
purpasmart96
2015-01-05
7
-33
/
+36
*
|
|
Merge pull request #272 from rohit-n/sign-compare
bunnei
2015-01-05
1
-4
/
+4
|
\
\
\
|
*
|
|
Silence some -Wsign-compare warnings.
Rohit Nirmal
2015-01-01
1
-4
/
+4
|
|
/
/
*
|
|
DSP: Signal (faked) interrupt on every frame.
bunnei
2015-01-05
2
-4
/
+21
*
|
|
Merge pull request #386 from archshift/y2ru
bunnei
2015-01-04
3
-0
/
+70
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Stub the y2r:u service
archshift
2015-01-03
3
-0
/
+70
|
|
/
*
|
Archives: Reduced duplicate code in RomFS and SaveCheck.
Subv
2015-01-02
2
-4
/
+5
*
|
SaveDataCheck: Preliminary work in this archive.
Subv
2015-01-02
2
-3
/
+35
*
|
Merge pull request #391 from lioncash/pedantic
bunnei
2015-01-02
1
-3
/
+3
|
\
\
|
*
|
archive: Fix initializer list order
Lioncash
2015-01-02
1
-3
/
+3
|
|
/
*
/
soc_u: Fix a missing formatting argument
Lioncash
2015-01-02
1
-1
/
+1
|
/
*
SOC_U: Preliminary implementation of sockets.
Subv
2014-12-31
2
-21
/
+701
*
APT:A: Some style changes
Subv
2014-12-29
1
-12
/
+12
*
Archives: Implemented ExtSaveData and SharedExtSaveData
Subv
2014-12-29
5
-45
/
+94
*
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
3
-7
/
+11
*
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-28
3
-8
/
+8
*
Merge pull request #330 from purpasmart96/new_srv
bunnei
2014-12-25
60
-305
/
+355
|
\
|
*
More services & small clean ups
purpasmart96
2014-12-25
60
-305
/
+355
*
|
Stubbed IsSdmcWriteable to always return writeable.
archshift
2014-12-23
1
-1
/
+18
*
|
Merge pull request #322 from chinhodado/master
bunnei
2014-12-22
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
More warning cleanups
Chin
2014-12-21
1
-2
/
+2
*
|
CFG: Fixed some warnings and errors in Clang
Subv
2014-12-21
2
-4
/
+4
*
|
CFG: More style changes
Subv
2014-12-21
1
-5
/
+5
*
|
CFGU: Indentation
Subv
2014-12-21
1
-4
/
+3
*
|
CFG: Some indentation
Subv
2014-12-21
1
-11
/
+13
*
|
CFG: Changed the CreateConfigInfoBlk search loop
Subv
2014-12-21
1
-7
/
+4
*
|
CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cpp
Subv
2014-12-21
2
-2
/
+2
*
|
CFG: Create a new subfolder cfg inside service to handle cfg
Subv
2014-12-21
8
-485
/
+607
*
|
CFGU: Some changes
Subv
2014-12-21
1
-12
/
+33
*
|
CFGU: Addressed some issues.
Subv
2014-12-21
1
-43
/
+55
*
|
CFGU: Addressed some comments.
Subv
2014-12-21
1
-11
/
+13
*
|
Style: Addressed some comments
Subv
2014-12-21
1
-4
/
+5
*
|
CFG_U: Use Common::make_unique instead of the std version
Subv
2014-12-21
1
-1
/
+2
*
|
CFG:U: Implemented some more blocks
Subv
2014-12-21
1
-4
/
+30
*
|
CFG: Implemented block 0x00070001 in the config savefile
Subv
2014-12-21
1
-0
/
+5
[next]