- May 21, 2016
-
-
Emmanuel Gil Peyrot authored
Also rewrite Qt wrappers to use those.
-
- May 18, 2016
-
-
András Domonkos authored
* Update ACT_U * Create act_a.h * Create act_a.cpp * Add service ACT:A * Add ACT:A source and header * Fix wrong header
-
- May 13, 2016
-
-
Subv authored
APT: Move the shared font loading and relocation functions to their own subdirectory services/apt/bcfnt.
-
- Apr 02, 2016
-
-
exhalatio authored
-
- Mar 14, 2016
-
-
JamePeng authored
SuspendDaemons , ResumeDaemons , OverrideDefaultDaemons The NDM file move to /core/hle/service/ndm/ now!
-
- Mar 12, 2016
-
-
Subv authored
This prevents some games (like Super Mario 3D Land) from freezing when trying to launch it, however, it's not complete and won't let you go past Mii selection as the parameter structure hasn't been reverse engineered yet.
-
- Jan 30, 2016
-
-
MerryMage authored
-
- Oct 04, 2015
-
-
polaris- authored
-
- Sep 20, 2015
-
-
polaris- authored
-
- Aug 16, 2015
-
-
Yuri Kunde Schlesner authored
-
- Jul 26, 2015
- Jul 13, 2015
-
-
Tony Wasserka authored
-
Tony Wasserka authored
This is exposed in the GUI as a new "CiTrace Recording" widget. Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still).
-
- Jul 12, 2015
-
-
Subv authored
Currently only the SWKBD is emulated, and there's currently no way to ask the user for input, so it always returns "Subv" as the text.
-
- Jun 21, 2015
-
-
Yuri Kunde Schlesner authored
-
- Jun 12, 2015
-
-
purpasmart96 authored
-
- May 27, 2015
-
-
Yuri Kunde Schlesner authored
This enables more dynamic management of the process address space, compared to just directly configuring the page table for major areas. This will serve as the foundation upon which the rest of the Kernel memory management functions will be built.
-
- May 24, 2015
-
-
Lioncash authored
-
- May 15, 2015
-
-
Subv authored
Implemented svcs GetResourceLimit, GetResourceLimitCurrentValues and GetResourceLimitLimitValues. Note that the resource limits do not currently keep track of used objects, since we have no way to distinguish between an object created by the application, and an object created by some HLE module once we're inside Kernel::T::Create.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory.
-
- May 09, 2015
-
-
Yuri Kunde Schlesner authored
-
- May 08, 2015
-
-
Yuri Kunde Schlesner authored
-
Lioncash authored
-
- May 07, 2015
-
-
Yuri Kunde Schlesner authored
-
- Apr 18, 2015
-
-
Lioncash authored
-
- Apr 04, 2015
-
-
purpasmart96 authored
-
- Apr 03, 2015
-
-
purpasmart96 authored
-
- Mar 09, 2015
-
-
archshift authored
-
- Mar 04, 2015
-
-
Subv authored
This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
-
- Feb 02, 2015
-
-
Yuri Kunde Schlesner authored
This should speed up compile times a bit, as well as enable more liberal use of forward declarations. (Due to SharedPtr not trying to emit the destructor anymore.)
-
- Feb 01, 2015
-
-
Lioncash authored
-
- Jan 30, 2015
-
-
Lioncash authored
-
- Jan 24, 2015
-
-
Subv authored
Implemented FSUser::CreateExtSaveData
-
- Jan 21, 2015