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: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-25
1
-4
/
+3
*
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2016-12-22
1
-1
/
+0
*
Threading: Reworked the way our scheduler works.
Subv
2016-12-04
1
-2
/
+0
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-4
/
+2
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-4
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-12
/
+14
*
SVC: Fixed ArbitrateAddress to behave as it does on hardware.
Subv
2015-12-28
1
-8
/
+17
*
Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
bunnei
2015-05-21
1
-0
/
+3
*
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
1
-1
/
+1
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+1
*
SVC: Update various SVCs to cause a reschedule.
bunnei
2015-04-10
1
-4
/
+0
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
1
-4
/
+2
*
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
1
-0
/
+3
*
Thread: Modernize two functions that slipped through previous rebases
Yuri Kunde Schlesner
2015-02-02
1
-2
/
+2
*
Kernel: Convert AddressArbiter to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-30
/
+9
*
Kernel: Remove useless/duplicated comments; mark functions static
Yuri Kunde Schlesner
2015-01-30
1
-4
/
+1
*
AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense.
bunnei
2015-01-22
1
-8
/
+8
*
WaitSynchronizationN: Implement return values
bunnei
2015-01-22
1
-4
/
+4
*
Thread: Keep track of multiple wait objects.
bunnei
2015-01-22
1
-2
/
+3
*
AddrArbiter: Implement arbitration types 3 and 4.
Subv
2015-01-13
1
-2
/
+19
*
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
1
-1
/
+1
*
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
2015-01-09
1
-4
/
+8
*
AddressArbiter: Ported arbitration type 2 from 3dmoo.
Subv
2015-01-03
1
-0
/
+11
*
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