index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
Age
Commit message (
Expand
)
Author
2015-01-21
Mutex: Fix a bug where the thread should not wait if it already has the mutex.
bunnei
2015-01-21
Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObj...
bunnei
2015-01-21
SVC: Removed a Sleep that made no sense
bunnei
2015-01-21
AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that mad...
bunnei
2015-01-21
Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.
bunnei
2015-01-21
WaitSynchronizationN: Improved comments
bunnei
2015-01-21
WaitSynchronizationN: Refactor to fix several bugs
bunnei
2015-01-21
Kernel: Separate WaitSynchronization into Wait and Acquire methods.
bunnei
2015-01-21
WaitSynchronizationN: Handle case where handles=nullptr.
bunnei
2015-01-21
WaitSynchronizationN: Handle case where handle_count is invalid.
bunnei
2015-01-21
WaitSynchronizationN: Handle case where handle_count=0.
bunnei
2015-01-21
WaitSynchronizationN: Implement return values
bunnei
2015-01-21
Event: Fixed some bugs and cleanup (Subv)
bunnei
2015-01-21
Thread: Keep track of multiple wait objects.
bunnei
2015-01-21
Event: Get rid of permanent_lock hack.
bunnei
2015-01-21
WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup.
bunnei
2015-01-21
Kernel: Added WaitObject and changed "waitable" objects inherit from it.
bunnei
2015-01-21
Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx
archshift
2015-01-20
core: Fix a few docstrings
Lioncash
2015-01-20
Merge pull request #492 from archshift/apt
bunnei
2015-01-18
Merge pull request #383 from zhuowei/shared_page
bunnei
2015-01-18
Expose GetSharedFont and NotifyToWait to APT:A and APT:S respectively
archshift
2015-01-15
Add some support for the shared page (currently 3d slider is implemented)
Zhuowei Zhang
2015-01-15
APT: Fix typo in setting return code for NotifyToWait
bunnei
2015-01-15
DSP: Removed useless spam log for SignalInterrupt
bunnei
2015-01-15
Merge pull request #482 from yuriks/fix-vblank
bunnei
2015-01-14
Merge pull request #481 from Subv/hm_b
bunnei
2015-01-14
APT: Fixed the comment style in some variables
Sebastian Valle
2015-01-14
Merge pull request #480 from Subv/arb_2
bunnei
2015-01-14
GSP: Fix appending of interrupts to the shared memory buffer
Yuri Kunde Schlesner
2015-01-14
GSP: Update framebuffer info on all interrupts
Yuri Kunde Schlesner
2015-01-14
GPU: Fire GPU interrupts at the correct places.
Yuri Kunde Schlesner
2015-01-13
APTU: Stubbed NotifyToWait, taken from 3dmoo.
Subv
2015-01-13
AddrArbiter: Implement arbitration types 3 and 4.
Subv
2015-01-13
Services: Added some missing services.
Subv
2015-01-11
Fix building on MinGW
darkf
2015-01-11
Merge pull request #456 from Subv/waitsync1
bunnei
2015-01-11
Merge pull request #466 from Subv/wake
bunnei
2015-01-11
Thread: Prevent waking a thread multiple times.
Subv
2015-01-11
SVC: Wake up the thread after the delay in WaitSync1
Subv
2015-01-10
Stubbed y2r:u IsBusyConversion
archshift
2015-01-10
Added Archive ID to fs:USER debug logs involving opening the archive.
archshift
2015-01-10
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2015-01-09
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
Kernel: Don't re-assign object's handle when duplicating one
Yuri Kunde Schlesner
2015-01-09
Merge pull request #444 from yuriks/handle-reform2
bunnei
2015-01-09
Merge pull request #436 from kevinhartman/system-core
bunnei
2015-01-09
Thread: Fix nullptr access in a logging function
Yuri Kunde Schlesner
2015-01-09
Thread: Rename thread_queue => thread_list
Yuri Kunde Schlesner
2015-01-09
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
[next]