summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-13Kernel: Added real support for thread and event blockingbunnei
2014-06-12GPU debugger: Const correctness and build fix.Tony Wasserka
2014-06-12Removed definition of MAX_PATH, this is already defined in common_paths.h.bunnei
2014-06-12Preprocessor: #if's out OSX-specific GL changes on other platformsarchshift
2014-06-12Common: Removed duplicate "LONG" and "MAX_PATH" definitions.bunnei
2014-06-12Pica: Use some template magic to define register structures efficiently.Tony Wasserka
2014-06-12Further refine GPU command list debugging.Tony Wasserka
2014-06-12Refine command list debugging functionality and its qt interface.Tony Wasserka
2014-06-12citra-qt: Add command list view.Tony Wasserka
2014-06-12GPU debugger: Add functionality to inspect command lists.Tony Wasserka
2014-06-12video core: added PICA definitions file.Tony Wasserka
2014-06-12GPU: Cleanup register definitions.Tony Wasserka
2014-06-12Rename LCD to GPU.Tony Wasserka
2014-06-12citra-qt: Add GX command history viewer.Tony Wasserka
2014-06-12Add initial graphics debugger interface.Tony Wasserka
2014-06-12GSP: Define more GX commands.Tony Wasserka
2014-06-12Pica: Add command list registers.Tony Wasserka
2014-06-12Update CONTRIBUTING.mdbunnei
2014-06-12CONTRIBUTING: Fix some examples, escape underscoresarchshift
2014-06-12Added CONTRIBUTING.md with contents from Coding Style, updated README linkarchshift
2014-06-05qt: updated disassembler to show 2X as many instructionsbunnei
2014-06-05hle: added a hokey way to force a thread reschedule during CPU single step mo...bunnei
2014-06-05arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually exec...bunnei
2014-06-05kernel: changed current default thread priority back to 0x30 - I think this i...bunnei
2014-06-05arm: fixed bug in how thread context switch occurs with SkyEyebunnei
2014-06-04service: added a error log messages for unimplemented WaitSynchronizationbunnei
2014-06-04arm: reverting a change made with cb0663de - this has to have been a typo!bunnei
2014-06-02svc: added optional name field to Event and Mutex (used for debugging)bunnei
2014-06-02kernel: moved position of * for GetTypeName and GetNamebunnei
2014-06-02coprocessor: reenabled debug logbunnei
2014-06-02svc: updated WaitSynchronizationN to properly use first pointer argumentbunnei
2014-06-01svc: changed DuplicateHandle log message from "error" to "debug"bunnei
2014-06-01svc: added GetThreadPriority and SetThreadPriority, added (incomplete) Duplic...bunnei
2014-06-01kernel: changed main thread priority to default, updated Kernel::Reschedule t...bunnei
2014-06-01arm: added option to prepare CPU core (while mid-instruction) for thread resc...bunnei
2014-06-01svc: cleaned up function_wrappers, updated various SVCs to make use of pointe...bunnei
2014-06-01Merge pull request #5 from Antidote/masterbunnei
2014-06-01Merge pull request #12 from Disruption/stomas/bugfix/wrong-field-referencebunnei
2014-06-01Added 'this' reference to num_instructions field so it's properly updated,as ...Disruption
2014-06-01log: updated MAX_LOGLEVEL to use correct log level enum typebunnei
2014-06-01log: updated GenericLog __attribute__ for newly added parameterbunnei
2014-06-01svc: added missing function wrapper for SleepThreadbunnei
2014-06-01gsp: always pass through synchronization barrier for commandsbunnei
2014-06-01svc: updated waitSychronization to not overwrite handle on return, added stub...bunnei
2014-06-01thread: updated Reschedule to sit at a synchronization barrier when no other ...bunnei
2014-06-01event: added a hackish ability to set an event as "locked" to its current sta...bunnei
2014-05-30hle: added stubbed service for ndm_ubunnei
2014-05-30service: cleaned up log messagesbunnei
2014-05-30service: removed PT_A from, as this was just an alias for APT_Ubunnei
2014-05-29srv: fix to log unimplemented service (instead of crash)bunnei