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
...
*
|
|
|
|
Merge pull request #480 from Subv/arb_2
bunnei
2015-01-14
3
-4
/
+21
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
AddrArbiter: Implement arbitration types 3 and 4.
Subv
2015-01-13
3
-4
/
+21
*
|
|
|
|
Services: Added some missing services.
Subv
2015-01-13
9
-1
/
+364
|
/
/
/
/
*
|
/
/
vfp: Remove dead code
Lioncash
2015-01-12
1
-50
/
+14
|
|
/
/
|
/
|
|
*
|
|
dyncom: Fix 32-bit ASR shifts for immediates
Lioncash
2015-01-12
1
-5
/
+3
*
|
|
dyncom: Remove unused flag macros
Lioncash
2015-01-12
1
-15
/
+3
*
|
|
Merge pull request #472 from lioncash/overflow
bunnei
2015-01-12
3
-147
/
+175
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
dyncom: Get rid of unnecessary outer-scope variables in InterpreterMainLoop
Lioncash
2015-01-12
1
-97
/
+108
|
*
|
dyncom: Fix overflow flag setting for ADD/RSB/RSC/SUB/SBC
Lioncash
2015-01-12
1
-38
/
+41
|
*
|
dyncom: Add a helper function for addition with a carry
Lioncash
2015-01-12
3
-12
/
+26
*
|
|
Fix building on MinGW
darkf
2015-01-11
1
-0
/
+13
|
/
/
*
|
dyncom: Fix ADC overflow flag setting
Lioncash
2015-01-11
1
-8
/
+12
*
|
Merge pull request #456 from Subv/waitsync1
bunnei
2015-01-11
1
-3
/
+2
|
\
\
|
*
|
SVC: Wake up the thread after the delay in WaitSync1
Subv
2015-01-11
1
-3
/
+2
*
|
|
dyncom: Fix conditional execution of MSR
Lioncash
2015-01-11
1
-29
/
+31
*
|
|
Merge pull request #466 from Subv/wake
bunnei
2015-01-11
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Thread: Prevent waking a thread multiple times.
Subv
2015-01-11
1
-0
/
+3
*
|
|
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
|
\
\
\
\
[prev]
[next]