Lioncash
5289a496a7
armemu: Fix SADD16
The lo and hi parts of the result were being constructed as a result of hi and lo halfword intermixing from the rm and rn regs. However the lo part of the result should be constructed only from the lo halfwords of rm and rn, and the hi part of the result should only be constructed from the hi halfwords of rm and rn.
11 years ago
Normmatt
9c127f4a01
armemu: Fix FTOUI NaN sign.
11 years ago
Normmatt
2ed03c10e0
armemu: Fix FSUBS bug where NaN shouldn't be negated
11 years ago
Lioncash
d5bcddb77c
armemu: Fix SMUAD, SMUSD, and SMLAD
Wrong values were being multiplied together.
11 years ago
Lioncash
0f9e3baf39
armemu: Join SMUAD, SMUSD, and SMLAD
11 years ago
Lioncash
4c53799229
armemu: Fix lower-bound signed saturation clamping for QADD16/QSUB16.
11 years ago
Lioncash
49817e89d9
armemu: Join QADD16 and QSUB16 together.
The only difference between these ops is one adds and one subtracts. Everything is literally the same.
11 years ago
Yuri Kunde Schlesner
082bf803ab
Comment out empty arrays causing compile errors in MSVC
11 years ago
Yuri Kunde Schlesner
666f6deb47
Work around libstdc++'s lack of support for std::hash on enums
11 years ago
Yuri Kunde Schlesner
83e6e4ffec
FS.Archive: Clean up treatment of archives and their handles
- Refactor FS::Archive internals to make Archive creation and lifetime
management clearer.
- Remove the "Archive as a File" hack.
- Implement 64-bit Archive handles.
11 years ago
Yuri Kunde Schlesner
0931a42af0
Service.FS: Rename FileSys::File to FileBackend
11 years ago
Yuri Kunde Schlesner
d51afab0bc
Service.FS: Rename FileSys::Directory to DirectoryBackend
11 years ago
Yuri Kunde Schlesner
82fe821e87
Service.FS: Rename FileSys::Archive to ArchiveBackend
11 years ago
Yuri Kunde Schlesner
f6153679b0
Service.FS: Do archive registration using IdCode instead of name
11 years ago
Yuri Kunde Schlesner
ca67bb7945
HLE: Rename namespaces to match move & fix initialization order
11 years ago
Yuri Kunde Schlesner
c72ccfa6db
HLE: Move kernel/archive.* to service/fs/
11 years ago
Lioncash
1c7f77334c
armemu: Implement UXTAB16
11 years ago
archshift
89eef9eb6d
Added stub for nim:aoc service...
11 years ago
archshift
1356a6b313
Added stub for cecd:u service...
I couldn't find any information about this service...
11 years ago
archshift
6117fad036
Added stub for ldr:ro service...
11 years ago
archshift
6b51683bb1
Added am:app service stub.
Apparently nothing at all is known about this service...
11 years ago
Yuri Kunde Schlesner
e321decf98
Remove SyncRequest from K::Object and create a new K::Session type
This is a first step at fixing the conceptual insanity that is our
handling of service and IPC calls. For now, interfaces still directly
derived from Session because we don't have the infrastructure to do it
properly. (That is, Processes and scheduling them.)
11 years ago
Lioncash
2b0acd36e1
armemu: Fix UXTB16
Rotation bits are 10 and 11, not 9 and 10.
11 years ago
bunnei
d26b7146ce
ARM: Pull some SkyEye fixes from 3dmoo.
11 years ago
Lioncash
f6cb8c1927
Clean up armdefs.h
11 years ago
Yuri Kunde Schlesner
ac87c3b0d0
Restore the original console color after logging a message.
Fixes #277
11 years ago
Subv
1051795c32
Kernel/Semaphores: Fixed build
11 years ago
Subv
ea95876431
Kernel/Semaphore: Small style change
11 years ago
Subv
effb181888
Kernel/Semaphores: Invert the available count checking.
Same semantics, idea by @yuriks
11 years ago
Subv
5e25986235
Kernel/Semaphores: Addressed some issues.
11 years ago
Subv
cc81a510e3
Semaphore: Removed an unneeded function
11 years ago
Subv
61434651d8
Semaphores: Addressed some style issues
11 years ago
Subv
abff4a7ee2
Semaphore: Implemented the initial_count parameter.
11 years ago
Subv
49b31badba
SVC: Implemented ReleaseSemaphore.
This behavior was tested on hardware, however i'm still not sure what use the "initial_count" parameter has
11 years ago
Subv
82c84883a5
SVC: Implemented svcCreateSemaphore
ToDo: Implement svcReleaseSemaphore
* Some testing against hardware needed
11 years ago
Lioncash
cfc0ee9c60
kernel: Remove unused log arguments
11 years ago
Yuri Kunde Schlesner
4d2a6f8b9b
Remove old logging system
11 years ago
Yuri Kunde Schlesner
0e0a007a25
Add configurable per-class log filtering
11 years ago
Yuri Kunde Schlesner
0600e2d8b5
Convert old logging calls to new logging macros
11 years ago
Yuri Kunde Schlesner
6390c66e95
Implement text path trimming for shorter paths.
11 years ago
Yuri Kunde Schlesner
6b0fb62c47
Re-add coloring to the console logging output.
11 years ago
Yuri Kunde Schlesner
616d874443
New logging system
11 years ago
Yuri Kunde Schlesner
04b1f2936c
Add SCOPE_EXIT macro to conveniently execute cleanup actions
11 years ago
Yuri Kunde Schlesner
eda30c36ee
Added missing include in common_funcs.h
11 years ago
Yuri Kunde Schlesner
8a681cdf3d
Remove redundant include from common_funcs.h
11 years ago
bunnei
6fe61d3deb
APT_U: Added GetSharedFont service function.
11 years ago
bunnei
988998cca5
DSP: Added stub for ReadPipeIfPossible.
11 years ago
bunnei
5bac72282a
Common: Add "sysdata" to GetUserPath and cleanup.
11 years ago
bunnei
4cb7a44d4e
MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.
- Linear simply indicates that the mapped physical address is always MappedVAddr+0x0C000000, thus this memory can be used for hardware devices' DMA (such as the GPU).
11 years ago
Emmanuel Gil Peyrot
5a3b1b5f44
CFG:U: Store country codes as u16 instead of char pointers, and return the correct error in GetCountryCodeID.
11 years ago