index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Misc cleanup of common and related functions
archshift
2015-02-19
1
-2
/
+3
*
Build: Fixed some warnings
Subv
2015-02-12
3
-4
/
+4
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-10
7
-15
/
+13
*
Scheduler refactor Pt. 1
Kevin Hartman
2015-02-09
3
-223
/
+258
*
Mutex: Locks should be recursive.
bunnei
2015-02-09
2
-16
/
+20
*
core: Fix some warnings on OSX
Lioncash
2015-02-03
1
-1
/
+0
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
12
-36
/
+17
*
Kernel: Make WaitObjects share ownership of Threads waiting on them
Yuri Kunde Schlesner
2015-02-02
6
-12
/
+17
*
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
16
-8
/
+50
*
Mutex: Replace g_mutex_held_locks with a set inside Thread
Yuri Kunde Schlesner
2015-02-02
3
-23
/
+18
*
Kernel: Fix bug in HandleTable::Close
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
*
Kernel: Remove Object::GetHandle (it's not used anymore :D)
Yuri Kunde Schlesner
2015-02-02
2
-9
/
+1
*
Kernel: Introduce unique Object ids for debugging
Yuri Kunde Schlesner
2015-02-02
4
-8
/
+16
*
Kernel: Use separate Handle tables for CoreTiming userdata
Yuri Kunde Schlesner
2015-02-02
4
-18
/
+25
*
Kernel: Remove previous scheduled event when a Timer is re-Set
Yuri Kunde Schlesner
2015-02-02
1
-0
/
+3
*
Thread: Modernize two functions that slipped through previous rebases
Yuri Kunde Schlesner
2015-02-02
3
-15
/
+13
*
arm: Clean up ARMul_State
Lioncash
2015-01-31
1
-1
/
+1
*
shared_memory: Fix assignments in SharedMemory::Map
Lioncash
2015-01-30
2
-4
/
+4
*
Kernel: Mark all appropriate kernel objects as "final"
Yuri Kunde Schlesner
2015-01-30
7
-8
/
+7
*
Remove result.h InvalidHandle
Yuri Kunde Schlesner
2015-01-30
1
-1
/
+2
*
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-30
2
-83
/
+51
*
Kernel: Convert Timer to (mostly) not use Handles
Yuri Kunde Schlesner
2015-01-30
2
-104
/
+72
*
Kernel: Convert Mutex to not use Handles
Yuri Kunde Schlesner
2015-01-30
2
-101
/
+82
*
Kernel: Convert AddressArbiter to not use Handles
Yuri Kunde Schlesner
2015-01-30
2
-32
/
+31
*
Kernel: Convert Semaphore to not use Handles
Yuri Kunde Schlesner
2015-01-30
2
-61
/
+61
*
Kernel: Convert SharedMemory to not use Handles
Yuri Kunde Schlesner
2015-01-30
2
-71
/
+54
*
Move VAddr/PAddr typedefs to kernel.h
Yuri Kunde Schlesner
2015-01-30
1
-0
/
+5
*
Kernel: Remove useless/duplicated comments; mark functions static
Yuri Kunde Schlesner
2015-01-30
6
-32
/
+8
*
Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup.
bunnei
2015-01-21
2
-22
/
+42
*
Thread: Use std::find in CheckWait_WaitObject.
bunnei
2015-01-21
1
-4
/
+5
*
Mutex: Cleanup and remove redundant code.
bunnei
2015-01-21
3
-47
/
+29
*
Kernel: Renamed some functions for clarity.
bunnei
2015-01-21
7
-10
/
+10
*
Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.
bunnei
2015-01-21
8
-64
/
+39
*
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...
bunnei
2015-01-21
8
-21
/
+20
*
Event: Fix implementation of "non-sticky" events.
bunnei
2015-01-21
1
-0
/
+4
*
Session: Change to a WaitObject.
bunnei
2015-01-21
3
-2
/
+9
*
Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs.
bunnei
2015-01-21
1
-1
/
+1
*
Mutex: Fix a bug where the thread should not wait if it already has the mutex.
bunnei
2015-01-21
1
-1
/
+4
*
Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObj...
bunnei
2015-01-21
3
-18
/
+57
*
AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that mad...
bunnei
2015-01-21
4
-35
/
+42
*
Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.
bunnei
2015-01-21
8
-112
/
+43
*
WaitSynchronizationN: Refactor to fix several bugs
bunnei
2015-01-21
7
-54
/
+49
*
Kernel: Separate WaitSynchronization into Wait and Acquire methods.
bunnei
2015-01-21
7
-14
/
+54
*
WaitSynchronizationN: Implement return values
bunnei
2015-01-21
9
-56
/
+139
*
Event: Fixed some bugs and cleanup (Subv)
bunnei
2015-01-21
2
-54
/
+13
*
Thread: Keep track of multiple wait objects.
bunnei
2015-01-21
3
-16
/
+30
*
Event: Get rid of permanent_lock hack.
bunnei
2015-01-21
2
-36
/
+8
*
WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup.
bunnei
2015-01-21
2
-4
/
+17
*
Kernel: Added WaitObject and changed "waitable" objects inherit from it.
bunnei
2015-01-21
8
-71
/
+73
*
core: Fix a few docstrings
Lioncash
2015-01-20
2
-2
/
+2
[next]