cd2a31eaf4
Merge pull request #283 from yuriks/archive-refactor
...
Archive refactor
2014-12-15 22:15:08 -05:00
666f6deb47
Work around libstdc++'s lack of support for std::hash on enums
2014-12-16 01:09:21 -02:00
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.
2014-12-16 01:08:44 -02:00
0931a42af0
Service.FS: Rename FileSys::File to FileBackend
2014-12-16 01:08:43 -02:00
d51afab0bc
Service.FS: Rename FileSys::Directory to DirectoryBackend
2014-12-16 01:08:43 -02:00
82fe821e87
Service.FS: Rename FileSys::Archive to ArchiveBackend
2014-12-16 01:08:42 -02:00
f6153679b0
Service.FS: Do archive registration using IdCode instead of name
2014-12-16 01:08:42 -02:00
ca67bb7945
HLE: Rename namespaces to match move & fix initialization order
2014-12-16 01:08:38 -02:00
c72ccfa6db
HLE: Move kernel/archive.* to service/fs/
2014-12-16 01:08:14 -02:00
731b31fe97
Switch to C++14 to use std::make_unique
2014-12-16 01:08:14 -02:00
1c7f77334c
armemu: Implement UXTAB16
2014-12-15 20:47:27 -05:00
1249454b7c
Update README.md
...
Fix spelling mistakes.
2014-12-16 02:39:15 +01:00
69e546b7d5
More Readme updates.
2014-12-16 02:34:44 +01:00
e47a60db06
Provide a direct webchat link to #citra in the Readme
2014-12-16 02:31:59 +01:00
52b417353d
Update donation info
2014-12-16 02:30:16 +01:00
b79f0c4ef3
Update README.md
2014-12-15 20:01:56 -05:00
5df176425b
Merge pull request #282 from archshift/services
...
Added stubs for ldr:ro, cecd:u, nim:aoc, and am:app services
2014-12-15 19:28:13 -05:00
b5d9f7364e
Travis: Use gcc 4.9 instead of 4.8 since it's getting installed anyway
2014-12-15 22:07:40 -02:00
a69afb0670
Travis: Enable tracing on the script to ease troubleshooting
2014-12-15 22:07:40 -02:00
0fd731ee63
Merge pull request #281 from lioncash/uxtb16
...
armemu: Fix UXTB16
2014-12-15 18:56:02 -05:00
d0ce9d58f6
Merge pull request #279 from yuriks/session
...
Remove SyncRequest from K::Object and create a new K::Session type
2014-12-15 18:45:53 -05:00
89eef9eb6d
Added stub for nim:aoc service...
2014-12-15 15:32:42 -08:00
1356a6b313
Added stub for cecd:u service...
...
I couldn't find any information about this service...
2014-12-15 15:32:42 -08:00
6117fad036
Added stub for ldr:ro service...
2014-12-15 15:32:42 -08:00
6b51683bb1
Added am:app service stub.
...
Apparently nothing at all is known about this service...
2014-12-15 15:32:41 -08:00
ea63b1a8c3
Build GLFW as a shared lib on Travis
2014-12-15 19:34:17 -02:00
06f31e8b47
Clean up CMake library specification
...
The X11 libraries don't need to be specified when doing dynamic linking
2014-12-15 19:34:17 -02:00
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.)
2014-12-15 18:26:17 -02:00
2b0acd36e1
armemu: Fix UXTB16
...
Rotation bits are 10 and 11, not 9 and 10.
2014-12-14 23:00:31 -05:00
1ee740898a
Merge pull request #276 from lioncash/decrappify
...
Clean up armdefs.h a little.
2014-12-14 22:08:14 -05:00
17b4d6747a
Merge pull request #246 from Subv/cbranch_1
...
SVC: Implemented Semaphores
2014-12-14 22:03:28 -05:00
2cac148ff3
Merge pull request #273 from bunnei/more-skyeye-fixes
...
ARM: Pull some SkyEye fixes from 3dmoo.
2014-12-14 21:58:05 -05:00
d26b7146ce
ARM: Pull some SkyEye fixes from 3dmoo.
2014-12-14 21:51:46 -05:00
befff3232d
Merge pull request #257 from lioncash/gitignore
...
Update gitignore with OS-specific global filetypes.
2014-12-14 23:20:52 +01:00
99f1326e81
Update gitignore with OS-specific global filetypes.
2014-12-14 17:19:47 -05:00
f6cb8c1927
Clean up armdefs.h
2014-12-14 02:00:42 -05:00
8eac8ee3f3
Merge pull request #278 from yuriks/log-colors
...
Restore the original console color after logging a message.
2014-12-14 01:59:18 -05:00
ac87c3b0d0
Restore the original console color after logging a message.
...
Fixes #277
2014-12-14 02:10:41 -02:00
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.
2014-12-13 18:29:57 -08:00
1051795c32
Kernel/Semaphores: Fixed build
2014-12-13 13:43:01 -05:00
ea95876431
Kernel/Semaphore: Small style change
2014-12-13 13:40:19 -05:00
effb181888
Kernel/Semaphores: Invert the available count checking.
...
Same semantics, idea by @yuriks
2014-12-13 13:40:18 -05:00
5e25986235
Kernel/Semaphores: Addressed some issues.
2014-12-13 13:40:16 -05:00
cc81a510e3
Semaphore: Removed an unneeded function
2014-12-13 13:40:15 -05:00
61434651d8
Semaphores: Addressed some style issues
2014-12-13 13:40:13 -05:00
abff4a7ee2
Semaphore: Implemented the initial_count parameter.
2014-12-13 13:40:12 -05:00
49b31badba
SVC: Implemented ReleaseSemaphore.
...
This behavior was tested on hardware, however i'm still not sure what use the "initial_count" parameter has
2014-12-13 13:40:10 -05:00
82c84883a5
SVC: Implemented svcCreateSemaphore
...
ToDo: Implement svcReleaseSemaphore
* Some testing against hardware needed
2014-12-13 13:40:09 -05:00
9ce11b2d92
Merge pull request #274 from lioncash/kernel
...
kernel: Remove unused log arguments
2014-12-13 12:42:23 -05:00
cfc0ee9c60
kernel: Remove unused log arguments
2014-12-13 10:15:58 -05:00