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
Yuri Kunde Schlesner
731b31fe97
Switch to C++14 to use std::make_unique
11 years ago
Lioncash
1c7f77334c
armemu: Implement UXTAB16
11 years ago
Tony Wasserka
1249454b7c
Update README.md
Fix spelling mistakes.
11 years ago
Tony Wasserka
69e546b7d5
More Readme updates.
11 years ago
Tony Wasserka
e47a60db06
Provide a direct webchat link to #citra in the Readme
11 years ago
Tony Wasserka
52b417353d
Update donation info
11 years ago
bunnei
b79f0c4ef3
Update README.md
11 years ago
bunnei
5df176425b
Merge pull request #282 from archshift/services
Added stubs for ldr:ro, cecd:u, nim:aoc, and am:app services
11 years ago
Yuri Kunde Schlesner
b5d9f7364e
Travis: Use gcc 4.9 instead of 4.8 since it's getting installed anyway
11 years ago
Yuri Kunde Schlesner
a69afb0670
Travis: Enable tracing on the script to ease troubleshooting
11 years ago
bunnei
0fd731ee63
Merge pull request #281 from lioncash/uxtb16
armemu: Fix UXTB16
11 years ago
bunnei
d0ce9d58f6
Merge pull request #279 from yuriks/session
Remove SyncRequest from K::Object and create a new K::Session type
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
1ee740898a
Merge pull request #276 from lioncash/decrappify
Clean up armdefs.h a little.
11 years ago
bunnei
17b4d6747a
Merge pull request #246 from Subv/cbranch_1
SVC: Implemented Semaphores
11 years ago
bunnei
2cac148ff3
Merge pull request #273 from bunnei/more-skyeye-fixes
ARM: Pull some SkyEye fixes from 3dmoo.
11 years ago
bunnei
d26b7146ce
ARM: Pull some SkyEye fixes from 3dmoo.
11 years ago
Tony Wasserka
befff3232d
Merge pull request #257 from lioncash/gitignore
Update gitignore with OS-specific global filetypes.
11 years ago
Lioncash
99f1326e81
Update gitignore with OS-specific global filetypes.
11 years ago
Lioncash
f6cb8c1927
Clean up armdefs.h
11 years ago
bunnei
8eac8ee3f3
Merge pull request #278 from yuriks/log-colors
Restore the original console color after logging a message.
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
bunnei
9ce11b2d92
Merge pull request #274 from lioncash/kernel
kernel: Remove unused log arguments
11 years ago
Lioncash
cfc0ee9c60
kernel: Remove unused log arguments
11 years ago
bunnei
af1cd769e7
Merge pull request #258 from yuriks/log-ng
New logging system
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