862db811f0SVC: Cleaned up function wrappers to pass in correct argument types.
bunnei
2014-06-06 23:31:29 -04:00
bfdd874b1fThread: Moved position of * in arguments.
bunnei
2014-06-06 20:05:16 -04:00
12e2a59565Thread: Updated VerifyWait to be more readable (but functionally the same).
bunnei
2014-06-06 17:57:52 -04:00
4d6c96b7d8SVC: Moved declaration of "wait" variable in SendSyncRequest for improved readability.
bunnei
2014-06-06 00:44:44 -04:00
c95972275eHLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-06 00:35:49 -04:00
5365ca157dKernel: Updated various kernel function "name" arguments to be const references.
bunnei
2014-06-06 00:23:33 -04:00
d7363322c7HLE: Updated various handle debug assertions to be more clear.
bunnei
2014-06-06 00:19:40 -04:00
780a443b08Mutex: Moved ReleaseMutex iterator declaration to be inside while loop.
bunnei
2014-06-06 00:13:50 -04:00
8cac527c94Kernel: Updated several member functions to be const
bunnei
2014-06-06 00:10:50 -04:00
0deeda54eeCore: Cleaned up SingleStep(), updated default LCD refresh to assume each instruction is ~3 cycles
bunnei
2014-06-06 00:06:33 -04:00
3449aaa350Core: Changed HW update/thread reschedule to occur more frequently (assume each instruction is ~3 cycles)
bunnei
2014-06-05 23:32:02 -04:00
b774b8b04eThread: Fixed bug with ResetThread where cpu_registers[15] was being incorrectly set
bunnei
2014-06-05 23:19:55 -04:00
aae9fcf4a4Kernel: Made SyncRequest not pure virtual, with a default implementation of error (as this is not required for all kernel objects)
bunnei
2014-06-05 23:13:28 -04:00
f5c7c15434Kernel: Added real support for thread and event blocking
bunnei
2014-06-05 22:35:36 -04:00
c34ba38001GPU debugger: Const correctness and build fix.
Tony Wasserka
2014-06-11 21:22:26 +02:00
b919158050Removed definition of MAX_PATH, this is already defined in common_paths.h.
bunnei
2014-06-09 23:01:25 -04:00
ee4717aaaePreprocessor: #if's out OSX-specific GL changes on other platforms
archshift
2014-06-09 16:51:09 -07:00
0a48e97c36CONTRIBUTING: Fix some examples, escape underscores
archshift
2014-05-20 15:08:27 -07:00
d6a4fbf34fAdded CONTRIBUTING.md with contents from Coding Style, updated README link
archshift
2014-05-20 14:52:02 -07:00
a002abf171qt: updated disassembler to show 2X as many instructions
bunnei
2014-06-05 01:08:54 -04:00
174cc9a0edhle: added a hokey way to force a thread reschedule during CPU single step mode (as used by the debugger)
bunnei
2014-06-05 00:26:48 -04:00
6cdad8390carm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually executing one more instruction than expected
bunnei
2014-06-05 00:25:32 -04:00
ce1c561278kernel: changed current default thread priority back to 0x30 - I think this is more correct
bunnei
2014-06-05 00:20:58 -04:00
9ece9da50darm: fixed bug in how thread context switch occurs with SkyEye
bunnei
2014-06-05 00:20:11 -04:00