Tony Wasserka
69e546b7d5
More Readme updates.
10 years ago
Tony Wasserka
e47a60db06
Provide a direct webchat link to #citra in the Readme
10 years ago
Tony Wasserka
52b417353d
Update donation info
10 years ago
bunnei
b79f0c4ef3
Update README.md
10 years ago
bunnei
5df176425b
Merge pull request #282 from archshift/services
...
Added stubs for ldr:ro, cecd:u, nim:aoc, and am:app services
10 years ago
Yuri Kunde Schlesner
b5d9f7364e
Travis: Use gcc 4.9 instead of 4.8 since it's getting installed anyway
10 years ago
Yuri Kunde Schlesner
a69afb0670
Travis: Enable tracing on the script to ease troubleshooting
10 years ago
bunnei
0fd731ee63
Merge pull request #281 from lioncash/uxtb16
...
armemu: Fix UXTB16
10 years ago
bunnei
d0ce9d58f6
Merge pull request #279 from yuriks/session
...
Remove SyncRequest from K::Object and create a new K::Session type
10 years ago
archshift
89eef9eb6d
Added stub for nim:aoc service...
10 years ago
archshift
1356a6b313
Added stub for cecd:u service...
...
I couldn't find any information about this service...
10 years ago
archshift
6117fad036
Added stub for ldr:ro service...
10 years ago
archshift
6b51683bb1
Added am:app service stub.
...
Apparently nothing at all is known about this service...
10 years ago
Yuri Kunde Schlesner
ea63b1a8c3
Build GLFW as a shared lib on Travis
10 years ago
Yuri Kunde Schlesner
06f31e8b47
Clean up CMake library specification
...
The X11 libraries don't need to be specified when doing dynamic linking
10 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.)
10 years ago
Lioncash
2b0acd36e1
armemu: Fix UXTB16
...
Rotation bits are 10 and 11, not 9 and 10.
10 years ago
bunnei
1ee740898a
Merge pull request #276 from lioncash/decrappify
...
Clean up armdefs.h a little.
10 years ago
bunnei
17b4d6747a
Merge pull request #246 from Subv/cbranch_1
...
SVC: Implemented Semaphores
10 years ago
bunnei
2cac148ff3
Merge pull request #273 from bunnei/more-skyeye-fixes
...
ARM: Pull some SkyEye fixes from 3dmoo.
10 years ago
bunnei
d26b7146ce
ARM: Pull some SkyEye fixes from 3dmoo.
10 years ago
Tony Wasserka
befff3232d
Merge pull request #257 from lioncash/gitignore
...
Update gitignore with OS-specific global filetypes.
10 years ago
Lioncash
99f1326e81
Update gitignore with OS-specific global filetypes.
10 years ago
Lioncash
f6cb8c1927
Clean up armdefs.h
10 years ago
bunnei
8eac8ee3f3
Merge pull request #278 from yuriks/log-colors
...
Restore the original console color after logging a message.
10 years ago
Yuri Kunde Schlesner
ac87c3b0d0
Restore the original console color after logging a message.
...
Fixes #277
10 years ago
purpasmart96
23ae8aa4d3
MemMap: Added AXI_WRAM & SHARED_PAGE along with other stuff
...
Got rid of I/O address's since the I/O addresses range's overlap with other
address's types such as vram, these I/O addresses need to be done in an different
way.
10 years ago
Subv
1051795c32
Kernel/Semaphores: Fixed build
10 years ago
Subv
ea95876431
Kernel/Semaphore: Small style change
10 years ago
Subv
effb181888
Kernel/Semaphores: Invert the available count checking.
...
Same semantics, idea by @yuriks
10 years ago
Subv
5e25986235
Kernel/Semaphores: Addressed some issues.
10 years ago
Subv
cc81a510e3
Semaphore: Removed an unneeded function
10 years ago
Subv
61434651d8
Semaphores: Addressed some style issues
10 years ago
Subv
abff4a7ee2
Semaphore: Implemented the initial_count parameter.
10 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
10 years ago
Subv
82c84883a5
SVC: Implemented svcCreateSemaphore
...
ToDo: Implement svcReleaseSemaphore
* Some testing against hardware needed
10 years ago
bunnei
9ce11b2d92
Merge pull request #274 from lioncash/kernel
...
kernel: Remove unused log arguments
10 years ago
Lioncash
cfc0ee9c60
kernel: Remove unused log arguments
10 years ago
bunnei
af1cd769e7
Merge pull request #258 from yuriks/log-ng
...
New logging system
10 years ago
Yuri Kunde Schlesner
4d2a6f8b9b
Remove old logging system
10 years ago
Yuri Kunde Schlesner
0e0a007a25
Add configurable per-class log filtering
10 years ago
Yuri Kunde Schlesner
0600e2d8b5
Convert old logging calls to new logging macros
10 years ago
Yuri Kunde Schlesner
6390c66e95
Implement text path trimming for shorter paths.
10 years ago
Yuri Kunde Schlesner
6b0fb62c47
Re-add coloring to the console logging output.
10 years ago
Yuri Kunde Schlesner
616d874443
New logging system
10 years ago
Yuri Kunde Schlesner
04b1f2936c
Add SCOPE_EXIT macro to conveniently execute cleanup actions
10 years ago
Yuri Kunde Schlesner
ed0221552a
doxygen: Enable EXTRACT_ALL so that Doxygen identifies namespaces
10 years ago
Yuri Kunde Schlesner
eda30c36ee
Added missing include in common_funcs.h
10 years ago
Yuri Kunde Schlesner
8a681cdf3d
Remove redundant include from common_funcs.h
10 years ago
bunnei
a6791e4fc7
Merge pull request #267 from bunnei/apt-shared-font
...
APT shared font loading
10 years ago