index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
address_arbiter.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
1
-1
/
+2
*
Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants
Yuri Kunde Schlesner
2014-12-28
1
-2
/
+2
*
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-28
1
-1
/
+1
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-7
/
+1
*
Thread: Fixed to wait on address when in arbitration.
bunnei
2014-12-09
1
-1
/
+1
*
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
2014-11-24
1
-5
/
+0
*
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
1
-5
/
+5
*
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-26
1
-4
/
+4
*
Core: Alter the kernel string functions to use std::string instead of const char*.
Lioncash
2014-08-18
1
-2
/
+2
*
AddressArbiter: Removed unnecessary HLE::Reschedule.
bunnei
2014-08-06
1
-1
/
+0
*
AddressArbiter: Fixed bug with break statements missing from case statements.
bunnei
2014-08-06
1
-0
/
+2
*
Kernel: Added preliminary support for address arbiters.
bunnei
2014-07-09
1
-0
/
+87