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
*
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
9
-33
/
+22
*
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
12
-90
/
+95
*
Kernel: Don't re-assign object's handle when duplicating one
Yuri Kunde Schlesner
2015-01-09
2
-2
/
+3
*
Merge pull request #444 from yuriks/handle-reform2
bunnei
2015-01-09
24
-374
/
+329
|
\
|
*
Thread: Fix nullptr access in a logging function
Yuri Kunde Schlesner
2015-01-09
1
-1
/
+2
|
*
Thread: Rename thread_queue => thread_list
Yuri Kunde Schlesner
2015-01-09
1
-6
/
+6
|
*
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
2015-01-09
11
-302
/
+222
|
*
Kernel: Move Thread's definition to the header file
Yuri Kunde Schlesner
2015-01-09
3
-53
/
+67
|
*
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-09
17
-32
/
+52
*
|
Merge pull request #436 from kevinhartman/system-core
bunnei
2015-01-09
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Warn if a new thread is intended to be run on the system CPU core until we im...
Kevin Hartman
2015-01-07
1
-0
/
+5
*
|
Merge pull request #255 from Subv/cbranch_3
bunnei
2015-01-08
8
-5
/
+234
|
\
\
|
*
|
SVC: Implemented the Timer service calls.
Subv
2015-01-08
8
-5
/
+234
*
|
|
Core: Fixed a crash and removed some unused variables.
Subv
2015-01-08
2
-8
/
+2
*
|
|
DynCom: Add a comment to GetTicks.
Subv
2015-01-08
1
-0
/
+1
*
|
|
Timing: Use CoreTiming::GetTicks to keep track of ticks.
Subv
2015-01-08
2
-6
/
+2
*
|
|
Merge pull request #443 from Subv/sleep_thread
bunnei
2015-01-08
3
-8
/
+43
|
\
\
\
|
*
|
|
SVC: Fixed SleepThread.
Subv
2015-01-08
3
-8
/
+43
*
|
|
|
Merge pull request #446 from lioncash/umaal
bunnei
2015-01-08
1
-4
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
dyncom: Fix UMAAL
Lioncash
2015-01-08
1
-4
/
+4
*
|
|
|
Threads: Use a dummy idle thread when no other are ready.
Subv
2015-01-07
4
-2
/
+47
*
|
|
|
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
*
|
|
|
|
Merge pull request #431 from yuriks/thread-queue-cleanup
bunnei
2015-01-07
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Common: Clean up ThreadQueueList
Yuri Kunde Schlesner
2015-01-07
1
-1
/
+1
*
|
|
|
|
Merge pull request #442 from lioncash/smul
bunnei
2015-01-07
1
-10
/
+7
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
dyncom: Fix SMULWB/SMULWT
Lioncash
2015-01-07
1
-10
/
+7
|
|
/
/
/
*
|
|
|
Merge pull request #425 from Subv/coretiming
bunnei
2015-01-07
4
-418
/
+378
|
\
\
\
\
|
*
|
|
|
CoreTiming: Ported the CoreTiming namespace from PPSSPP
Subv
2015-01-07
4
-418
/
+378
*
|
|
|
|
Fix double-free in Service manager during shutdown
Yuri Kunde Schlesner
2015-01-07
2
-25
/
+4
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #438 from lioncash/swp
bunnei
2015-01-07
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
dyncom: Fix SWPB
Lioncash
2015-01-07
1
-0
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #434 from lioncash/sm
bunnei
2015-01-07
1
-1
/
+56
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
dyncom: Move over SMLALXY
Lioncash
2015-01-07
1
-1
/
+56
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #376 from Subv/arc_reorder
bunnei
2015-01-06
11
-34
/
+73
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Archives/Exdata: Don't set concrete_mount_point in the ctor
Subv
2015-01-06
1
-1
/
+1
|
*
|
Archives: Changed the unimplemented archives comment.
Subv
2015-01-06
1
-1
/
+1
|
*
|
Archives: Addressed some comments
Subv
2015-01-06
5
-15
/
+15
|
*
|
SaveDataCheck: Fixed a typo
Subv
2015-01-05
1
-1
/
+1
|
*
|
Archives: Make SYSTEM_ID and SDCARD_ID strings
Subv
2015-01-04
6
-9
/
+11
|
*
|
Archives: Changed the way paths are built for the archives.
Subv
2015-01-03
10
-27
/
+64
|
*
|
SaveDataCheck: Move the files to nand/title
Subv
2015-01-03
1
-1
/
+2
|
*
|
Archives: Change the folder layout of some archives.
Subv
2015-01-02
3
-4
/
+3
*
|
|
Merge pull request #417 from kevinhartman/exclusive-tag-fix
bunnei
2015-01-06
2
-16
/
+18
|
\
\
\
|
*
|
|
Added exclusive reservation granule from ARMv7 spec to dyncom to protect LDR/...
Kevin Hartman
2015-01-05
2
-16
/
+18
*
|
|
|
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
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
[next]