15c7d81706svc: cleaned up function_wrappers, updated various SVCs to make use of pointer arguments
bunnei
2014-06-01 20:48:29 -0400
a1c0087b9dMerge pull request #5 from Antidote/master
bunnei
2014-06-01 15:26:20 -0400
7527f238a1Merge pull request #12 from Disruption/stomas/bugfix/wrong-field-reference
bunnei
2014-06-01 15:25:35 -0400
0be75c13eeAdded '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 +0200
00adbc7817log: updated MAX_LOGLEVEL to use correct log level enum type
bunnei
2014-06-01 11:49:58 -0400
2f55c9e55bsvc: added missing function wrapper for SleepThread
bunnei
2014-06-01 10:41:41 -0400
7dd18a8df9gsp: always pass through synchronization barrier for commands
bunnei
2014-06-01 10:41:23 -0400
f2f638492bsvc: updated waitSychronization to not overwrite handle on return, added stub for SleepThread (does nothing)
bunnei
2014-06-01 10:37:19 -0400
ba98e25e97thread: updated Reschedule to sit at a synchronization barrier when no other threads are ready for execution
bunnei
2014-06-01 10:35:42 -0400
f7cececc5cevent: 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 -0400
55325dea4chle: added stubbed service for ndm_u
bunnei
2014-05-30 00:24:04 -0400
c451ad2835service: cleaned up log messages
bunnei
2014-05-30 00:22:39 -0400
2482be13dfservice: removed PT_A from, as this was just an alias for APT_U
bunnei
2014-05-30 00:22:25 -0400
007b7edadasrv: fix to log unimplemented service (instead of crash)
bunnei
2014-05-29 23:54:09 -0400
d8a2c8c657mutex: fixed typo in ReleaseMutex
bunnei
2014-05-29 23:31:01 -0400
c404d22036hle: cleaned up log messages
bunnei
2014-05-29 23:26:58 -0400
b0bad47c0esvc: updated OutputDebugString to use OS_LOG
bunnei
2014-05-29 23:04:18 -0400
55a540eb02arm: removed unnecessary code when calling SVC from skyeye
bunnei
2014-05-29 23:03:47 -0400
6fc62f8c93log: fixed to not print twice, enabled coloring, added OS print logging as its own type
bunnei
2014-05-29 23:03:03 -0400
9839f3b6cdcore: changed time delay before kernel reschedule to "approximate" a screen refresh
bunnei
2014-05-29 20:30:17 -0400
6d267142adsvc: changed unimplemented SVC log messages from "debug" messages to "error" messages
bunnei
2014-05-29 20:26:27 -0400
58af0da792svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and various fixes
bunnei
2014-05-29 20:24:51 -0400
d51c84dde2event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some comments
bunnei
2014-05-29 20:00:44 -0400
545e6919ceservice: added additional hack to return success on unimplemented service calls
bunnei
2014-05-29 18:54:59 -0400
b08b3c154fsrv: changed a NOTICE_LOG to DEBUG_LOG
bunnei
2014-05-29 18:53:45 -0400
4b4a6de1d8apt: added stubbed function for InquireNotification
bunnei
2014-05-28 23:33:24 -0400
c4b5168b45hle: properly cast 64-bit function wrapper parameters to (u64)
bunnei
2014-05-28 22:03:10 -0400
9fd5d6c7d8hle: removed PARAM64 macro (this was incorrect), made several bug fixes accordingly for decoding U64 function parameters
bunnei
2014-05-28 21:20:00 -0400
46aef01d04lcd: moved kFrameTicks to lcd.h for use in other modules
bunnei
2014-05-28 21:19:13 -0400
70af9d620bservice: 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 -0400
3972d4ca8bAPT_U: added stubbed function for APT_U::Enable, fixed some log messages to be more consistent
bunnei
2014-05-27 23:56:08 -0400
d26f3d4c1fkernel: refactored function naming to remove "__" prefix
bunnei
2014-05-22 19:06:12 -0400
ac21e8f2dbcore: moved armcopro.cpp to correct filter folder (arm/interpreter)
bunnei
2014-05-22 18:51:55 -0400
14bd37c5dcthread: moved ThreadStatus/WaitType to header, added support for arg on CreateThread, added correct CPSR reset
bunnei
2014-05-22 18:50:36 -0400
9fddba6843APT_U: added a debug log on calling GetLockHandle
bunnei
2014-05-22 18:48:14 -0400
481d936d34arm_interpreter: fixed load context to currently resume a thread
bunnei
2014-05-22 18:47:42 -0400
6a78be5930thread: fixed bug where result of __NextThread was not being properly checked when NULL
bunnei
2014-05-21 21:42:18 -0400
06e3c3d55asvc: added Kernel::Reschedule to svc WaitSynchronization1, updated log messages to include newly created handles
bunnei
2014-05-21 21:41:40 -0400
706584f007svc: enabled use of newly created kernel thread handle
bunnei
2014-05-20 23:36:35 -0400
eb537c560amutex: refactored the interface to code to return a Mutex* handle
bunnei
2014-05-20 23:23:58 -0400
978e1d4653mutex: initial commit of HLE module
bunnei
2014-05-20 23:03:45 -0400
08e6a9bf89svc: added some comments
bunnei
2014-05-20 22:57:54 -0400
1c5802c35akernel: fixed include, in general include "common.h" not "common_types.h"
bunnei
2014-05-20 22:27:46 -0400
9bf7ce535aservice: removed redundant include of common_types.h
bunnei
2014-05-20 22:27:12 -0400
a721a4eb33arm: removed include of windows.h from armdefs.h to arminit.c (only module that uses it)
bunnei
2014-05-20 22:26:40 -0400
22eb9a8981armemu: missed rename of "Syscall" to "SVC"
bunnei
2014-05-20 22:25:40 -0400
203541da11thread: added correct lowest thread priority, added a thread priority check, and added some comments
bunnei
2014-05-20 21:02:35 -0400
bed4e920fathread: exposed ResumeThreadFromWait function for use in other kernel modules
bunnei
2014-05-20 21:00:10 -0400
75c6d2a8fathread: moved threading calls to the Kernel namespace
bunnei
2014-05-20 19:37:46 -0400
0012802456ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent with style guide
bunnei
2014-05-20 18:52:54 -0400
49dc2ce8acARM_Interface: added SaveContext and LoadContext functions for HLE thread switching
bunnei
2014-05-20 18:50:16 -0400
143bba2045renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-20 18:28:38 -0400
74f9726515Merge pull request #4 from archshift/patch-1
bunnei
2014-05-19 23:44:52 -0400
6655a4751eREADME: Update wiki links
archshift
2014-05-19 20:17:08 -0700
0886dc70edapt: 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 -0400
f5a119a367thread: added declaration for __KernelReschedule to be used by syscall module
bunnei
2014-05-19 22:19:48 -0400
29930ac110VFP: disable DBG messages because they spam the console with unimportant skyeye junk
bunnei
2014-05-19 22:19:10 -0400
204c6bfecaMerge pull request #2 from archshift/issue-7-fix
bunnei
2014-05-19 21:46:57 -0400
5a8ed196e6common_types: Changed BasicRect back to Rect, in the common namespace
archshift
2014-05-19 17:57:35 -0700
9216c96f48CMakeLists: Fixed GLEW include var name, compile flag vars
archshift
2014-05-19 16:33:23 -0700
034e3aabc8Improved clarity and whitespace
archshift
2014-05-19 15:21:55 -0700