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
51f636b3d4
core: added Kernel::Reschedule() call to check for thread changes, shortened delay time to 100 instructions
bunnei
2014-05-22 22:54:07 -04:00
f8a98ab022
svc: added a check to ensure that a service was implemented before attempting to connect to its port
bunnei
2014-05-22 22:49:29 -04:00
d26f3d4c1f
kernel: refactored function naming to remove "__" prefix
bunnei
2014-05-22 19:06:12 -04:00
ac21e8f2db
core: moved armcopro.cpp to correct filter folder (arm/interpreter)
bunnei
2014-05-22 18:51:55 -04:00
14bd37c5dc
thread: moved ThreadStatus/WaitType to header, added support for arg on CreateThread, added correct CPSR reset
bunnei
2014-05-22 18:50:36 -04:00
9fddba6843
APT_U: added a debug log on calling GetLockHandle
bunnei
2014-05-22 18:48:14 -04:00
481d936d34
arm_interpreter: fixed load context to currently resume a thread
bunnei
2014-05-22 18:47:42 -04:00
6a78be5930
thread: fixed bug where result of __NextThread was not being properly checked when NULL
bunnei
2014-05-21 21:42:18 -04:00
06e3c3d55a
svc: added Kernel::Reschedule to svc WaitSynchronization1, updated log messages to include newly created handles
bunnei
2014-05-21 21:41:40 -04:00
706584f007
svc: enabled use of newly created kernel thread handle
bunnei
2014-05-20 23:36:35 -04:00
eb537c560a
mutex: refactored the interface to code to return a Mutex* handle
bunnei
2014-05-20 23:23:58 -04:00
6655a4751e
README: Update wiki links
archshift
2014-05-19 20:17:08 -07:00
0886dc70ed
apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a magic value in other places) so that I can track how it propagates through the app code
bunnei
2014-05-19 22:21:17 -04:00
f5a119a367
thread: added declaration for __KernelReschedule to be used by syscall module
bunnei
2014-05-19 22:19:48 -04:00
29930ac110
VFP: disable DBG messages because they spam the console with unimportant skyeye junk
bunnei
2014-05-19 22:19:10 -04:00