Commit History

Author SHA1 Message Date
  bunnei aae9fcf4a4 Kernel: Made SyncRequest not pure virtual, with a default implementation of error (as this is not required for all kernel objects) 12 years ago
  bunnei f5c7c15434 Kernel: Added real support for thread and event blocking 12 years ago
  Tony Wasserka c34ba38001 GPU debugger: Const correctness and build fix. 12 years ago
  bunnei b919158050 Removed definition of MAX_PATH, this is already defined in common_paths.h. 12 years ago
  archshift ee4717aaae Preprocessor: #if's out OSX-specific GL changes on other platforms 12 years ago
  bunnei 06ef8f001a Common: Removed duplicate "LONG" and "MAX_PATH" definitions. 12 years ago
  Tony Wasserka 4c2bff61e5 Pica: Use some template magic to define register structures efficiently. 12 years ago
  Tony Wasserka f82410e633 Further refine GPU command list debugging. 12 years ago
  Tony Wasserka b0051b2203 Refine command list debugging functionality and its qt interface. 12 years ago
  Tony Wasserka 6893732348 citra-qt: Add command list view. 12 years ago
  Tony Wasserka 5d62f5d92a GPU debugger: Add functionality to inspect command lists. 12 years ago
  Tony Wasserka 50b2b73be4 video core: added PICA definitions file. 12 years ago
  Tony Wasserka d4530765ce GPU: Cleanup register definitions. 12 years ago
  Tony Wasserka 1dfa392824 Rename LCD to GPU. 12 years ago
  Tony Wasserka 87e98ff97b citra-qt: Add GX command history viewer. 12 years ago
  Tony Wasserka 31666632ca Add initial graphics debugger interface. 12 years ago
  Tony Wasserka 82d3260359 GSP: Define more GX commands. 12 years ago
  Tony Wasserka b1c8bad9a6 Pica: Add command list registers. 12 years ago
  bunnei 77c0f9868e Update CONTRIBUTING.md 12 years ago
  archshift 0a48e97c36 CONTRIBUTING: Fix some examples, escape underscores 12 years ago
  archshift d6a4fbf34f Added CONTRIBUTING.md with contents from Coding Style, updated README link 12 years ago
  bunnei a002abf171 qt: updated disassembler to show 2X as many instructions 12 years ago
  bunnei 174cc9a0ed hle: added a hokey way to force a thread reschedule during CPU single step mode (as used by the debugger) 12 years ago
  bunnei 6cdad8390c arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually executing one more instruction than expected 12 years ago
  bunnei ce1c561278 kernel: changed current default thread priority back to 0x30 - I think this is more correct 12 years ago
  bunnei 9ece9da50d arm: fixed bug in how thread context switch occurs with SkyEye 12 years ago
  bunnei 870c6146e7 service: added a error log messages for unimplemented WaitSynchronization 12 years ago
  bunnei c330a0a1d6 arm: reverting a change made with cb0663de - this has to have been a typo! 12 years ago
  bunnei b78aff8585 svc: added optional name field to Event and Mutex (used for debugging) 12 years ago
  bunnei 8c0f02a70c kernel: moved position of * for GetTypeName and GetName 12 years ago