Gareth Higgins
|
8cbe9d6fcd
|
Update ptm_sysm.h
Fixed casing
|
2015-04-10 08:02:39 -04:00 |
|
Gareth Higgins
|
1d9a3d1c92
|
Update ptm.h
Fixed casing
Changed return description
|
2015-04-10 08:02:01 -04:00 |
|
Gareth Higgins
|
6738f0024a
|
Update ptm.cpp
Fixed casing of CheckNew3DS
|
2015-04-10 07:59:44 -04:00 |
|
Gareth Higgins
|
f86489c61a
|
Update apt_s.cpp
Replaced tabs with spaces
|
2015-04-10 07:58:04 -04:00 |
|
Gareth Higgins
|
921f1eee67
|
Update apt_u.cpp
Replaced tabs with spaces
|
2015-04-10 07:56:45 -04:00 |
|
Gareth Higgins
|
cbbdf838cc
|
Merge remote-tracking branch 'citra-emu/master' into apt_unk_0x0101
|
2015-04-10 02:03:12 -04:00 |
|
Gareth Higgins
|
8c16df695c
|
Added Service to ATP, and PTM
Added stubbed ATP::Uknown_0x01010000
Added PTM::CheckNew3Ds
|
2015-04-10 01:59:36 -04:00 |
|
bunnei
|
db4bd98bac
|
SVC: Assert on unsupported CreateThread processor ID.
|
2015-04-09 22:55:18 -04:00 |
|
bunnei
|
c077bcefa9
|
SVC: Update various SVCs to cause a reschedule.
- CreateMutex/ReleaseMutex/ReleaseSemaphore/SetTimer/CancelTimer/ArbitrateAddress
|
2015-04-09 19:06:42 -04:00 |
|
bunnei
|
9c3419ebcc
|
Kernel: Implemented priority inheritance for mutexes.
|
2015-04-09 19:06:39 -04:00 |
|
bunnei
|
7b9f428b23
|
Thread: Implement priority boost for starved threads.
SVC: Return correct error code on invalid CreateThread processor ID.
SVC: Assert when creating a thread with an invalid userland priority.
|
2015-04-09 19:05:21 -04:00 |
|
bunnei
|
ee3377b67d
|
SVC: Reschedule on svcCreateThread.
|
2015-04-09 19:04:20 -04:00 |
|
bunnei
|
bdd190363d
|
APT: (Subv) Fix bug where start event was being incorrectly signaled.
|
2015-04-09 19:04:19 -04:00 |
|
bunnei
|
e08f55b1a7
|
Kernel: Fixed default thread priority.
|
2015-04-09 19:04:19 -04:00 |
|
Gareth Higgins
|
25a43cd2ec
|
Initialize base address to 0x0
|
2015-04-08 20:34:41 -04:00 |
|
Tony Wasserka
|
8af5753da5
|
Merge pull request #689 from lioncash/format
gpu: Fix a missing format specifier
|
2015-04-08 15:41:21 +02:00 |
|
bunnei
|
114126b216
|
Merge pull request #688 from lioncash/unused
dyncom: Remove unnecessary enum and typedef
|
2015-04-07 23:03:08 -04:00 |
|
bunnei
|
e630fd2a95
|
Merge pull request #676 from purpasmart96/ir_service_refc
IR: Move The IR services to their own folder and implement "GetHandles"
|
2015-04-07 23:01:07 -04:00 |
|
Lioncash
|
7da90dee42
|
gpu: Fix a missing format specifier
|
2015-04-07 10:38:49 -04:00 |
|
Lioncash
|
a6c9e453b2
|
dyncom: Remove unnecessary enum and typedef
Also fixes descriptions in the process.
|
2015-04-07 08:05:41 -04:00 |
|
Lioncash
|
29a4b6c7ed
|
vfp: Make the FPSID values match the MPCore
|
2015-04-06 16:09:35 -04:00 |
|
Lioncash
|
f9cc6d6484
|
vfp: Get rid of the VFP_OFFSET macro
|
2015-04-06 16:09:28 -04:00 |
|
bunnei
|
14dcd98653
|
Merge pull request #685 from lioncash/cpregs
dyncom: Set the MPCore CP15 register reset values on initialization.
|
2015-04-06 15:06:07 -04:00 |
|
Lioncash
|
8004d35ea1
|
core: Migrate 3DS-specific CP15 register setting into Init
|
2015-04-06 13:01:19 -04:00 |
|
Lioncash
|
c3ffe8f9c3
|
arm_interface: Support retrieval/storage to CP15 registers
|
2015-04-06 12:57:49 -04:00 |
|
Lioncash
|
b7b8b67620
|
Move CP15 enum definitions into their own enum.
Also gets rid of preprocessor mumbo-jumbo
|
2015-04-06 12:48:35 -04:00 |
|
Lioncash
|
23dd2ca8a6
|
dyncom: Properly return the value of the user RO thread register
|
2015-04-06 09:26:04 -04:00 |
|
Lioncash
|
e628ed4810
|
dyncom: Set CP15 reset values on initialization
|
2015-04-06 09:16:42 -04:00 |
|
Lioncash
|
bb7dac022e
|
dyncom: Suppress uninitialized variable warnings
The switch cases will always be hit, but this makes compilers stop complaining.
|
2015-04-05 23:49:06 -04:00 |
|
bunnei
|
8997cfaeb4
|
Merge pull request #682 from yuriks/virtmem2
Clean-up mem_map constants and fix framebuffer translation errors
|
2015-04-05 22:07:25 -04:00 |
|
Yuri Kunde Schlesner
|
34b009cf38
|
Clean-up mem_map constants and fix framebuffer translation errors
|
2015-04-05 20:14:33 -03:00 |
|
Gareth Higgins
|
8060c519a6
|
Changed occurences of colour to color for consistency
|
2015-04-05 02:36:43 -04:00 |
|
bunnei
|
64196976b9
|
Merge pull request #680 from archshift/bg-color
Allow the user to set the background clear color during emulation
|
2015-04-04 15:14:14 -04:00 |
|
purpasmart96
|
d6c9af600f
|
IR: Move The IR services to their own folder and implement "GetHandles"
|
2015-04-03 19:36:03 -07:00 |
|
bunnei
|
3fd2cc566b
|
Merge pull request #641 from purpasmart96/service_stubs
Services: Stubs and minor changes
|
2015-04-03 22:16:50 -04:00 |
|
archshift
|
cae89fb315
|
Allow the user to set the background clear color during emulation
The background color can be seen at the sides of the bottom screen or when the window is wider than normal.
|
2015-04-03 15:35:51 -07:00 |
|
purpasmart96
|
198c0ddc72
|
Services: Stubs and minor changes
|
2015-04-02 20:05:11 -07:00 |
|
bunnei
|
e25ffaba86
|
Merge pull request #677 from lioncash/cp15
dyncom: Isolate CP15 register reading and writing
|
2015-04-02 20:21:11 -04:00 |
|
Lioncash
|
490df716f3
|
dyncom: Move CP15 register writing into its own function.
Also implements writing to the rest of the ARM11 MPCore CP15 register set.
|
2015-04-02 00:20:52 -04:00 |
|
Lioncash
|
5e5954c63b
|
dyncom: Move CP15 register reading into its own function.
Keeps everything contained. Added all supported readable registers in an ARM11 MPCore.
|
2015-04-02 00:19:11 -04:00 |
|
bunnei
|
d95d6e3ecd
|
Merge pull request #678 from lioncash/disasm
callstack: Remove unnecessary disassembler instantiation
|
2015-03-31 22:33:23 -04:00 |
|
Lioncash
|
e05d6220f5
|
disassembler: Get rid of a const_cast
|
2015-03-30 15:37:34 -04:00 |
|
Lioncash
|
0520a3b178
|
callstack: Remove unnecessary disassembler instantiation
Decode is a static function. There's no need to allocate a disassembler instance.
|
2015-03-30 11:25:02 -04:00 |
|
Lioncash
|
de6eba0288
|
dyncom: Migrate InAPrivilegedMode to armsupp
It's a generic helper function, so it should be here anyway.
|
2015-03-26 09:22:02 -04:00 |
|
bunnei
|
c4767f3bb2
|
Merge pull request #672 from purpasmart96/citra_moar_app_mem
ConfigMem: Set the app memory to be 96MB instead of the default 64MB
|
2015-03-24 23:22:56 -04:00 |
|
bunnei
|
b3d4a10e29
|
Merge pull request #674 from lioncash/sys-instrs
dyncom: Implement RFE and SRS.
|
2015-03-24 23:21:44 -04:00 |
|
Lioncash
|
a80d93685a
|
dyncom: Implement SRS
|
2015-03-24 12:44:31 -04:00 |
|
Lioncash
|
cde671795c
|
dyncom: Implement RFE
|
2015-03-24 11:34:48 -04:00 |
|
Lioncash
|
2df10d2284
|
dyncom: Remove unused/unnecessary macros and macro constants
|
2015-03-24 09:55:56 -04:00 |
|
purpasmart96
|
e0c72ec871
|
ConfigMem: Set the app memory to be 96MB instead of the default 64MB
|
2015-03-23 18:53:22 -07:00 |
|