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