summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-05-26Merge pull request #9 from bunnei/masterbunnei
2014-05-22service: fixed typo that MSVC did not catch as an errorbunnei
2014-05-22core: fixed headers in CMakeListsbunnei
2014-05-22Merge branch 'threading'bunnei
2014-05-22Merge branch 'master' of https://github.com/citra-emu/citrabunnei
2014-05-22Merge branch 'master' of https://github.com/bunnei/citrabunnei
2014-05-22core: added Kernel::Reschedule() call to check for thread changes, shortened ...bunnei
2014-05-22svc: added a check to ensure that a service was implemented before attempting...bunnei
2014-05-22lcd: added thread wait after (faked) vblank interrupt (would have) occurredbunnei
2014-05-22thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reaso...bunnei
2014-05-22thread: removed unused SwitchContext/Reschedule reason field, added missing a...bunnei
2014-05-22kernel: refactored function naming to remove "__" prefixbunnei
2014-05-22core: moved armcopro.cpp to correct filter folder (arm/interpreter)bunnei
2014-05-22thread: moved ThreadStatus/WaitType to header, added support for arg on Creat...bunnei
2014-05-22APT_U: added a debug log on calling GetLockHandlebunnei
2014-05-22arm_interpreter: fixed load context to currently resume a threadbunnei
2014-05-21thread: fixed bug where result of __NextThread was not being properly checked...bunnei
2014-05-21svc: added Kernel::Reschedule to svc WaitSynchronization1, updated log messag...bunnei
2014-05-20svc: enabled use of newly created kernel thread handlebunnei
2014-05-20mutex: refactored the interface to code to return a Mutex* handlebunnei
2014-05-20mutex: initial commit of HLE modulebunnei
2014-05-20svc: added some commentsbunnei
2014-05-20kernel: fixed include, in general include "common.h" not "common_types.h"bunnei
2014-05-20service: removed redundant include of common_types.hbunnei
2014-05-20arm: removed include of windows.h from armdefs.h to arminit.c (only module th...bunnei
2014-05-20armemu: missed rename of "Syscall" to "SVC"bunnei
2014-05-20thread: added correct lowest thread priority, added a thread priority check, ...bunnei
2014-05-20thread: exposed ResumeThreadFromWait function for use in other kernel modulesbunnei
2014-05-20thread: moved threading calls to the Kernel namespacebunnei
2014-05-20ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent ...bunnei
2014-05-20ARM_Interface: added SaveContext and LoadContext functions for HLE thread swi...bunnei
2014-05-20renamed "syscall" module to "svc" (more accurate naming)bunnei
2014-05-20thread: whitespace change - fixed * and & placementbunnei
2014-05-20- created a Kernel namespacebunnei
2014-05-19* Remove -fpermissivePhillip Stephens
2014-05-19Merge pull request #4 from archshift/patch-1bunnei