summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-23vfp: Clean up vertical alignment for instructionsLioncash
2015-01-22Merge pull request #502 from archshift/patch-1bunnei
cam_u.h: fix indentation
2015-01-22cam_u.h: fix indentationarchshift
Withholding my profanity towards Xcode.
2015-01-22Merge pull request #493 from archshift/ptmplaybunnei
Stubbed some services
2015-01-22Merge pull request #501 from lioncash/cleanbunnei
dyncom: Minor cleanup
2015-01-22dyncom: Minor cleanupLioncash
Removes some unused macros and cleans up indentation inconsistencies
2015-01-21Merge pull request #495 from bunnei/fix-waitsynchbunnei
Fix WaitSynchronization
2015-01-21WaitSynchronization: Added a result code for invalid result, fixed bug.bunnei
2015-01-21Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup.bunnei
2015-01-21Thread: Use std::find in CheckWait_WaitObject.bunnei
2015-01-21Mutex: Cleanup and remove redundant code.bunnei
2015-01-21Kernel: Renamed some functions for clarity.bunnei
- ReleaseNextThread->WakeupNextThread - ReleaseAllWaitingThreads->WakeupAllWaitingThreads.
2015-01-21Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.bunnei
2015-01-21WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" ↵bunnei
pure virtual.
2015-01-21Event: Fix implementation of "non-sticky" events.bunnei
2015-01-21Session: Change to a WaitObject.bunnei
2015-01-21Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs.bunnei
2015-01-21Mutex: Fix a bug where the thread should not wait if it already has the mutex.bunnei
2015-01-21Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a ↵bunnei
WaitObject safely.
2015-01-21SVC: Removed a Sleep that made no sensebunnei
- Would deadlock the calling thread - Code would never get hit anyways
2015-01-21AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that ↵bunnei
made no sense.
2015-01-21Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.bunnei
2015-01-21WaitSynchronizationN: Improved commentsbunnei
2015-01-21WaitSynchronizationN: Refactor to fix several bugsbunnei
- Separate wait checking from waiting the current thread - Resume thread when wait_all=true only if all objects are available at once - Set output to correct wait object index when there are duplicate handles
2015-01-21Kernel: Separate WaitSynchronization into Wait and Acquire methods.bunnei
2015-01-21WaitSynchronizationN: Handle case where handles=nullptr.bunnei
2015-01-21WaitSynchronizationN: Handle case where handle_count is invalid.bunnei
2015-01-21WaitSynchronizationN: Handle case where handle_count=0.bunnei
2015-01-21WaitSynchronizationN: Implement return valuesbunnei
2015-01-21Event: Fixed some bugs and cleanup (Subv)bunnei
2015-01-21Thread: Keep track of multiple wait objects.bunnei
2015-01-21Event: Get rid of permanent_lock hack.bunnei
2015-01-21WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup.bunnei
2015-01-21Kernel: Added WaitObject and changed "waitable" objects inherit from it.bunnei
2015-01-21Merge pull request #491 from archshift/hidspvrbunnei
Added HID_SPVR service and split HID_U implementation into hle/service/hid/hid.xxx
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift
2015-01-21Stubbed cam:u servicearchshift
2015-01-21Stubbed ptm:play servicearchshift
2015-01-20Merge pull request #429 from Kingcom/titlebarTony Wasserka
Add option to hide dock widget title bars
2015-01-20citra-qt: Add option to hide dock widget title barsKingcom
2015-01-20Merge pull request #498 from lioncash/staticsbunnei
core_timing: Mark several variables as static
2015-01-20Merge pull request #499 from lioncash/docsbunnei
core: Fix a few docstrings
2015-01-20core: Fix a few docstringsLioncash
2015-01-20core_timing: Mark several variables as staticLioncash
These are only used in this translation unit.
2015-01-20Merge pull request #492 from archshift/aptbunnei
Expose GetSharedFont and NotifyToWait to APT:A and APT:S respectively
2015-01-20Merge pull request #241 from linkmauve/better-loaderbunnei
Improve the loader a bit
2015-01-20Merge pull request #496 from lioncash/warnbunnei
dyncom: Clarify precedence for ternary statements
2015-01-19dyncom: Clarify precedence for ternary statementsLioncash
2015-01-19Merge pull request #494 from lioncash/shiftbunnei
dyncom: Implement missing shifts in ScaledRegisterPostIndexed, etc
2015-01-18dyncom: Implement missing shifts in ScaledRegisterPostIndexed, etcLioncash