index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-06-13
Kernel: Added freeing of kernel objects on emulator shutdown.
bunnei
2014-06-13
Event: Updated several log messages to be assertions.
bunnei
2014-06-13
HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only m...
bunnei
2014-06-13
SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace.
bunnei
2014-06-13
Thread: Renamed occurrences of "t" to "thread" to improve readability.
bunnei
2014-06-13
Thread: Cleaned up VerifyWait, fixed issue where nullptr msg could unnecessar...
bunnei
2014-06-13
HLE: Removed usnused EatCycles function.
bunnei
2014-06-13
SVC: Cleaned up function wrappers to pass in correct argument types.
bunnei
2014-06-13
Thread: Moved position of * in arguments.
bunnei
2014-06-13
Thread: Updated VerifyWait to be more readable (but functionally the same).
bunnei
2014-06-13
SVC: Moved declaration of "wait" variable in SendSyncRequest for improved rea...
bunnei
2014-06-13
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-13
Kernel: Updated various kernel function "name" arguments to be const references.
bunnei
2014-06-13
HLE: Updated various handle debug assertions to be more clear.
bunnei
2014-06-13
Mutex: Moved ReleaseMutex iterator declaration to be inside while loop.
bunnei
2014-06-13
Kernel: Updated several member functions to be const
bunnei
2014-06-13
Core: Cleaned up SingleStep(), updated default LCD refresh to assume each ins...
bunnei
2014-06-13
Core: Changed HW update/thread reschedule to occur more frequently (assume ea...
bunnei
2014-06-13
Thread: Fixed bug with ResetThread where cpu_registers[15] was being incorrec...
bunnei
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
[prev]
[next]