f49ac3a2d7
Kernel: Added freeing of kernel objects on emulator shutdown.
bunnei
2014-06-10 22:43:50 -04:00
83a4ad2885
Event: Updated several log messages to be assertions.
bunnei
2014-06-09 22:46:54 -04:00
edaefe9fa6
HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only module where they are needed).
bunnei
2014-06-09 22:40:52 -04:00
8957622d10
SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace.
bunnei
2014-06-09 22:30:39 -04:00
b62ef4bbd2
Thread: Renamed occurrences of "t" to "thread" to improve readability.
bunnei
2014-06-09 22:14:03 -04:00
5b7cf50a77
Thread: Cleaned up VerifyWait, fixed issue where nullptr msg could unnecessarily be logged.
bunnei
2014-06-09 22:08:49 -04:00
862db811f0
SVC: Cleaned up function wrappers to pass in correct argument types.
bunnei
2014-06-06 23:31:29 -04:00
bfdd874b1f
Thread: Moved position of * in arguments.
bunnei
2014-06-06 20:05:16 -04:00
12e2a59565
Thread: Updated VerifyWait to be more readable (but functionally the same).
bunnei
2014-06-06 17:57:52 -04:00
4d6c96b7d8
SVC: Moved declaration of "wait" variable in SendSyncRequest for improved readability.
bunnei
2014-06-06 00:44:44 -04:00
c95972275e
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-06 00:35:49 -04:00
5365ca157d
Kernel: Updated various kernel function "name" arguments to be const references.
bunnei
2014-06-06 00:23:33 -04:00
d7363322c7
HLE: Updated various handle debug assertions to be more clear.
bunnei
2014-06-06 00:19:40 -04:00
780a443b08
Mutex: Moved ReleaseMutex iterator declaration to be inside while loop.
bunnei
2014-06-06 00:13:50 -04:00
8cac527c94
Kernel: Updated several member functions to be const
bunnei
2014-06-06 00:10:50 -04:00
0deeda54ee
Core: Cleaned up SingleStep(), updated default LCD refresh to assume each instruction is ~3 cycles
bunnei
2014-06-06 00:06:33 -04:00
3449aaa350
Core: Changed HW update/thread reschedule to occur more frequently (assume each instruction is ~3 cycles)
bunnei
2014-06-05 23:32:02 -04:00
b774b8b04e
Thread: Fixed bug with ResetThread where cpu_registers[15] was being incorrectly set
bunnei
2014-06-05 23:19:55 -04:00
aae9fcf4a4
Kernel: 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
f5c7c15434
Kernel: Added real support for thread and event blocking
bunnei
2014-06-05 22:35:36 -04:00
c34ba38001
GPU debugger: Const correctness and build fix.
Tony Wasserka
2014-06-11 21:22:26 +02:00
b919158050
Removed definition of MAX_PATH, this is already defined in common_paths.h.
bunnei
2014-06-09 23:01:25 -04:00
ee4717aaae
Preprocessor: #if's out OSX-specific GL changes on other platforms
archshift
2014-06-09 16:51:09 -07:00
d6a4fbf34f
Added CONTRIBUTING.md with contents from Coding Style, updated README link
archshift
2014-05-20 14:52:02 -07:00
a002abf171
qt: updated disassembler to show 2X as many instructions
bunnei
2014-06-05 01:08:54 -04:00
174cc9a0ed
hle: 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
6cdad8390c
arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually executing one more instruction than expected
bunnei
2014-06-05 00:25:32 -04:00
ce1c561278
kernel: changed current default thread priority back to 0x30 - I think this is more correct
bunnei
2014-06-05 00:20:58 -04:00
9ece9da50d
arm: fixed bug in how thread context switch occurs with SkyEye
bunnei
2014-06-05 00:20:11 -04:00
870c6146e7
service: added a error log messages for unimplemented WaitSynchronization
bunnei
2014-06-04 18:50:50 -04:00
c330a0a1d6
arm: reverting a change made with cb0663de - this has to have been a typo!
bunnei
2014-06-04 18:41:44 -04:00
b78aff8585
svc: added optional name field to Event and Mutex (used for debugging)
bunnei
2014-06-02 20:38:34 -04:00
8c0f02a70c
kernel: moved position of * for GetTypeName and GetName
bunnei
2014-06-02 20:36:58 -04:00
0be75c13ee
Added 'this' reference to num_instructions field so it's properly updated,as before the method was affecting the local method parameter rather than the class field
Disruption
2014-06-01 21:08:26 +02:00
00adbc7817
log: updated MAX_LOGLEVEL to use correct log level enum type
bunnei
2014-06-01 11:49:58 -04:00
2f55c9e55b
svc: added missing function wrapper for SleepThread
bunnei
2014-06-01 10:41:41 -04:00
7dd18a8df9
gsp: always pass through synchronization barrier for commands
bunnei
2014-06-01 10:41:23 -04:00
f2f638492b
svc: updated waitSychronization to not overwrite handle on return, added stub for SleepThread (does nothing)
bunnei
2014-06-01 10:37:19 -04:00
ba98e25e97
thread: updated Reschedule to sit at a synchronization barrier when no other threads are ready for execution
bunnei
2014-06-01 10:35:42 -04:00
f7cececc5c
event: added a hackish ability to set an event as "locked" to its current state, cleaned up some comments
bunnei
2014-06-01 10:33:55 -04:00
55325dea4c
hle: added stubbed service for ndm_u
bunnei
2014-05-30 00:24:04 -04:00
c451ad2835
service: cleaned up log messages
bunnei
2014-05-30 00:22:39 -04:00
2482be13df
service: removed PT_A from, as this was just an alias for APT_U
bunnei
2014-05-30 00:22:25 -04:00
007b7edada
srv: fix to log unimplemented service (instead of crash)
bunnei
2014-05-29 23:54:09 -04:00
d8a2c8c657
mutex: fixed typo in ReleaseMutex
bunnei
2014-05-29 23:31:01 -04:00
c404d22036
hle: cleaned up log messages
bunnei
2014-05-29 23:26:58 -04:00
b0bad47c0e
svc: updated OutputDebugString to use OS_LOG
bunnei
2014-05-29 23:04:18 -04:00
55a540eb02
arm: removed unnecessary code when calling SVC from skyeye
bunnei
2014-05-29 23:03:47 -04:00
6fc62f8c93
log: fixed to not print twice, enabled coloring, added OS print logging as its own type
bunnei
2014-05-29 23:03:03 -04:00
9839f3b6cd
core: changed time delay before kernel reschedule to "approximate" a screen refresh
bunnei
2014-05-29 20:30:17 -04:00
6d267142ad
svc: changed unimplemented SVC log messages from "debug" messages to "error" messages
bunnei
2014-05-29 20:26:27 -04:00
58af0da792
svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and various fixes
bunnei
2014-05-29 20:24:51 -04:00
d51c84dde2
event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some comments
bunnei
2014-05-29 20:00:44 -04:00
545e6919ce
service: added additional hack to return success on unimplemented service calls
bunnei
2014-05-29 18:54:59 -04:00
b08b3c154f
srv: changed a NOTICE_LOG to DEBUG_LOG
bunnei
2014-05-29 18:53:45 -04:00
4b4a6de1d8
apt: added stubbed function for InquireNotification
bunnei
2014-05-28 23:33:24 -04:00
c4b5168b45
hle: properly cast 64-bit function wrapper parameters to (u64)
bunnei
2014-05-28 22:03:10 -04:00
9fd5d6c7d8
hle: removed PARAM64 macro (this was incorrect), made several bug fixes accordingly for decoding U64 function parameters
bunnei
2014-05-28 21:20:00 -04:00
46aef01d04
lcd: moved kFrameTicks to lcd.h for use in other modules
bunnei
2014-05-28 21:19:13 -04:00
70af9d620b
service: changed interface to return 0 (no error) when a service method is unimplemented - hack to make apps boot further
bunnei
2014-05-28 18:39:28 -04:00
3972d4ca8b
APT_U: added stubbed function for APT_U::Enable, fixed some log messages to be more consistent
bunnei
2014-05-27 23:56:08 -04:00