This website requires JavaScript.
93cd5a0691
mutex: added additional docstrings
bunnei
2014-05-26 22:47:47 -04:00
a432dc8f39
kernel: added WaitSynchronization method to Kernel::Object
bunnei
2014-05-26 22:17:49 -04:00
58a3adcdd2
kernel: updated SyncRequest to take boolean thread wait result as a parameter
bunnei
2014-05-26 22:12:46 -04:00
6e51c56fe4
svc: added some assertions
bunnei
2014-05-26 21:57:10 -04:00
16fea415d0
service: Renamed Sync to SyncRequest
bunnei
2014-05-26 21:56:51 -04:00
3d7693f75f
kernel: added enum for known CurrentThread and CurrentProcess handles
bunnei
2014-05-26 21:56:23 -04:00
96b2105524
srv: added a real mutex for GetProcSemaphore (instead of stubbed)
bunnei
2014-05-26 21:55:55 -04:00
9f7ed2d027
svc: changed SendSyncRequest to use Kernel::Object SyncRequest (instead of just service Interface class)
bunnei
2014-05-26 21:17:10 -04:00
d73d782ba7
kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest
bunnei
2014-05-26 21:01:27 -04:00
15d2ab1b33
svc: added stub for DuplicateHandle SVC call
bunnei
2014-05-26 20:55:48 -04:00
6448c2f300
Merge pull request #9 from bunnei/master
bunnei
2014-05-26 20:52:00 -04:00
0aa582bf89
service: fixed typo that MSVC did not catch as an error
bunnei
2014-05-22 23:48:37 -04:00
420971a849
core: fixed headers in CMakeLists
bunnei
2014-05-22 23:39:25 -04:00
32c314c992
Merge branch 'threading'
bunnei
2014-05-22 22:57:45 -04:00
9a2e7381e6
Merge branch 'master' of https://github.com/citra-emu/citra
bunnei
2014-05-22 22:56:25 -04:00
1de7e8cbe4
Merge branch 'master' of https://github.com/bunnei/citra
bunnei
2014-05-22 22:54:56 -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
7bb66421a0
lcd: added thread wait after (faked) vblank interrupt (would have) occurred
bunnei
2014-05-22 20:01:04 -04:00
b99ac2c3d6
thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reason" argument
bunnei
2014-05-22 19:36:56 -04:00
7c0b006076
thread: removed unused SwitchContext/Reschedule reason field, added missing arg parameter to SVC CreateThread
bunnei
2014-05-22 19:32:45 -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
978e1d4653
mutex: initial commit of HLE module
bunnei
2014-05-20 23:03:45 -04:00
08e6a9bf89
svc: added some comments
bunnei
2014-05-20 22:57:54 -04:00
1c5802c35a
kernel: fixed include, in general include "common.h" not "common_types.h"
bunnei
2014-05-20 22:27:46 -04:00
9bf7ce535a
service: removed redundant include of common_types.h
bunnei
2014-05-20 22:27:12 -04:00
a721a4eb33
arm: removed include of windows.h from armdefs.h to arminit.c (only module that uses it)
bunnei
2014-05-20 22:26:40 -04:00
22eb9a8981
armemu: missed rename of "Syscall" to "SVC"
bunnei
2014-05-20 22:25:40 -04:00
203541da11
thread: added correct lowest thread priority, added a thread priority check, and added some comments
bunnei
2014-05-20 21:02:35 -04:00
bed4e920fa
thread: exposed ResumeThreadFromWait function for use in other kernel modules
bunnei
2014-05-20 21:00:10 -04:00
75c6d2a8fa
thread: moved threading calls to the Kernel namespace
bunnei
2014-05-20 19:37:46 -04:00
0012802456
ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent with style guide
bunnei
2014-05-20 18:52:54 -04:00
49dc2ce8ac
ARM_Interface: added SaveContext and LoadContext functions for HLE thread switching
bunnei
2014-05-20 18:50:16 -04:00
143bba2045
renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-20 18:28:38 -04:00
f654a03f1f
thread: whitespace change - fixed * and & placement
bunnei
2014-05-20 18:20:35 -04:00
44336329ed
- created a Kernel namespace
bunnei
2014-05-20 18:13:25 -04:00
8bfd32e854
* Remove -fpermissive
Phillip Stephens
2014-05-19 20:48:14 -07:00
74f9726515
Merge pull request #4 from archshift/patch-1
bunnei
2014-05-19 23:44:52 -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
204c6bfeca
Merge pull request #2 from archshift/issue-7-fix
bunnei
2014-05-19 21:46:57 -04:00
5a8ed196e6
common_types: Changed BasicRect back to Rect, in the common namespace
archshift
2014-05-19 17:57:35 -07:00
9216c96f48
CMakeLists: Fixed GLEW include var name, compile flag vars
archshift
2014-05-19 16:33:23 -07:00
034e3aabc8
Improved clarity and whitespace
archshift
2014-05-19 15:21:55 -07:00
403e4bf837
CMakeLists: rename HEADS, improved comments
archshift
2014-05-19 15:19:36 -07:00
71b8789803
Indent fixes
archshift
2014-05-19 13:51:59 -07:00
9592d61037
Merge pull request #13 from archshift/master
bunnei
2014-05-18 22:39:40 -04:00
088a2de9a6
renamed "session" to "handle"
bunnei
2014-05-18 22:24:26 -04:00
112904b832
- renamed NewHandle to CreateHandle
bunnei
2014-05-18 22:09:08 -04:00
16d55842c5
fix warning
bunnei
2014-05-18 21:43:41 -04:00
eab6fd01d7
- updated service(s) to be KernelObject's
bunnei
2014-05-18 21:43:29 -04:00
b5d2ff9b26
updated Travis-CI image/link in readme for new project repo
bunnei
2014-05-18 21:14:37 -04:00
725d240bf7
renamed "UID" to "Handle" where appropriate
bunnei
2014-05-18 18:24:24 -04:00
772abad778
- moved Handle/Result definitions to kernel.h
bunnei
2014-05-18 18:12:29 -04:00
8fba88d5d5
- added stub for CreateEvent
bunnei
2014-05-18 17:52:02 -04:00
6a6c7eeccb
added stubbed function for WaitSynchronizationN
bunnei
2014-05-17 23:37:25 -04:00
603ef89dad
Indent fixes
archshift
2014-05-17 12:54:38 -07:00
c396a5ac57
Fixed vfp issues
archshift
2014-05-17 10:55:45 -07:00
fbc04ad0c7
ignore thumbemu 0xDEADCODE debugging catch on MCR
bunnei
2014-05-17 13:48:27 -04:00
09b8e8fb6a
changed a comment
bunnei
2014-05-17 13:47:55 -04:00
cfea5fdd58
cleanups to SVC CreateThread
bunnei
2014-05-17 13:47:44 -04:00
3fac6dc39e
Merge branch 'master' into threading
bunnei
2014-05-17 13:35:20 -04:00
265c770a9d
updated how we call ARM core to make things much faster
bunnei
2014-05-17 11:59:18 -04:00
c1394650ff
Updated cmakelists
archshift
2014-05-16 23:39:27 -07:00
b8c8d0903e
Merge remote-tracking branch 'upstream/master' into issue-7-fix
archshift
2014-05-16 23:21:03 -07:00
1e729e7cae
Added FindGLEW to cmake-modules
archshift
2014-05-16 23:03:10 -07:00
14ae026386
- added enum ThreadProcessorId
bunnei
2014-05-17 00:56:00 -04:00
43bc2ac724
added MIN, MAX, and CLAMP macros to common_funcs
bunnei
2014-05-17 00:53:41 -04:00
7cdb705059
- replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTH
bunnei
2014-05-16 23:48:15 -04:00
39ee75fc8d
added stubbed GetProcSemaphore - does nothing but avoids an exception
bunnei
2014-05-16 23:25:16 -04:00
4faed70b40
add kernel.* and thread.* to VS filters
bunnei
2014-05-16 23:24:39 -04:00
540a693eae
updated APT_U::GetLockHandle to return a valid handle
bunnei
2014-05-16 23:23:56 -04:00
0b1ba2f37a
Merge master into threading to add support for VFP
bunnei
2014-05-16 22:24:34 -04:00
a4fd257469
Merge pull request #17 from bunnei/arm-vfp
bunnei
2014-05-16 21:54:02 -04:00
92be5517c4
same fix as last commit - just for vfpsingle.cpp
bunnei
2014-05-16 21:25:33 -04:00
1dc08765a8
another VFP fix for GCC
bunnei
2014-05-16 21:18:01 -04:00
509f63486a
fixed VFP DBG log for GCC
bunnei
2014-05-16 21:10:30 -04:00
afc9e27fc7
fixed typo in CMakeLists.txt
bunnei
2014-05-16 20:57:31 -04:00
145a91f21f
- reenabled MCR and MRC functions now that VFP is attached
bunnei
2014-05-16 20:52:46 -04:00
a2804bf701
- removed unused stubbed out code
bunnei
2014-05-16 20:04:13 -04:00
f872807de2
added maverick.cpp to ARM core from skyeye
bunnei
2014-05-16 00:52:42 -04:00
f3c9875acb
fixed includes
bunnei
2014-05-16 00:52:13 -04:00
f5400080bd
enabled CP_ACCESS_ALLOWED
bunnei
2014-05-16 00:51:59 -04:00
68408ed9b9
fixed include path
bunnei
2014-05-16 00:51:45 -04:00
7cd7d17954
removed undefined function ARMul_ConsolePrint
bunnei
2014-05-16 00:51:36 -04:00
ad49d481a8
added missing armcopro from skyeye
bunnei
2014-05-16 00:23:36 -04:00
9a642caee7
added missing skyeye mmu code
bunnei
2014-05-15 23:39:06 -04:00
56846a4200
fixed armmmu imports
bunnei
2014-05-15 22:58:21 -04:00
3e1eafa244
- moved mmu to arm/interpreter folder
bunnei
2014-05-15 22:54:17 -04:00
4fba4f36bf
- added SVC stubs for QueryMemory and GetThreadId
bunnei
2014-05-15 20:17:30 -04:00