| Commit message (Expand) | Author | Age | Files | Lines |
* | Stubs for QLaunch (#428) | Hexagon12 | 2018-05-07 | 4 | -5/+221 |
* | general: Make formatting of logged hex values more straightforward | Lioncash | 2018-05-02 | 1 | -1/+1 |
* | am: Fix GetDesiredLanguage implementation. | bunnei | 2018-04-29 | 1 | -2/+4 |
* | am: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 3 | -50/+50 |
* | service: Use nested namespace specifiers where applicable | Lioncash | 2018-04-20 | 3 | -12/+6 |
* | Various fixes and clang | Hexagon12 | 2018-04-11 | 1 | -1/+1 |
* | Updated AppletOE with more service names. | Hexagon12 | 2018-04-10 | 1 | -0/+1 |
* | Updated AppletAE with more service names. | Hexagon12 | 2018-04-10 | 1 | -0/+1 |
* | Updated AM with more service names. | Hexagon12 | 2018-04-10 | 1 | -2/+82 |
* | config: Rename is_docked to use_docked_mode to be consistent with other config bools. | bunnei | 2018-03-27 | 1 | -5/+5 |
* | config: Add setting for whether the system is docked or not. | bunnei | 2018-03-27 | 1 | -2/+6 |
* | FS: Make EnsureSaveData create the savedata folder when called for the first time. | Subv | 2018-03-04 | 1 | -2/+20 |
* | Stub more functions | mailwl | 2018-02-22 | 2 | -1/+39 |
* | Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions | mailwl | 2018-02-22 | 2 | -0/+9 |
* | AM: Corrected the response in EnsureSaveData. | Subv | 2018-02-19 | 1 | -1/+2 |
* | service: Remove remaining uses of BufferDescriptor*. | bunnei | 2018-02-14 | 1 | -3/+3 |
* | Service: stub some functions in am, audio, time, vi services | mailwl | 2018-02-07 | 2 | -1/+82 |
* | IApplicationFunctions: Stub out EnsureSaveData. | bunnei | 2018-02-06 | 2 | -0/+8 |
* | logger: Add AM service logging category. | bunnei | 2018-02-04 | 3 | -42/+42 |
* | Service/am: Add AppletAE service (#153) | mailwl | 2018-02-02 | 6 | -379/+569 |
* | hle: Rename RequestBuilder to ResponseBuilder. | bunnei | 2018-01-25 | 1 | -33/+33 |
* | service: Fix all incorrect IPC response headers. | bunnei | 2018-01-25 | 1 | -11/+11 |
* | AppletOE: Stubbed CreateManagedDisplayLayer to create a new layer in the Default display. | Subv | 2018-01-22 | 1 | -0/+14 |
* | AppletOE: Make ISelfController keep a reference to nvflinger. | Subv | 2018-01-22 | 4 | -9/+31 |
* | Format: Run the new clang format on everything | James Rowe | 2018-01-21 | 1 | -1/+2 |
* | Merge pull request #112 from Rozelette/master | bunnei | 2018-01-19 | 1 | -0/+16 |
|\ |
|
| * | ISelfController: Stub LockExit and UnlockExit | Rozlette | 2018-01-19 | 1 | -0/+16 |
* | | acc, set, applet_oe: stub various functions, add set service (#105) | goaaats | 2018-01-19 | 2 | -0/+14 |
|/ |
|
* | applet_oe: Clang-format. | bunnei | 2018-01-19 | 1 | -2/+1 |
* | Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96) | gdkchan | 2018-01-18 | 1 | -0/+86 |
* | applet_oe: Fix GetOperationMode and GetPerformanceMode. | bunnei | 2018-01-17 | 1 | -2/+2 |
* | Services: Stubbed APM::OpenSession and the ISession interface. | Subv | 2018-01-17 | 1 | -1/+2 |
* | AppletOE: Stub a bunch of functions required by libnx homebrew. | Subv | 2018-01-17 | 1 | -4/+62 |
* | implemented more of ISelfController and IApplicationFunctions | David Marcec | 2018-01-16 | 1 | -0/+53 |
* | applet_oe: Stub SetFocusHandlingMode, GetCurrentFocusState, SetTerminateResult. | bunnei | 2018-01-15 | 1 | -2/+55 |
* | Games expect 15 for ICommonStateGetter::ReceiveMessage in order to continue execution | David Marcec | 2018-01-15 | 1 | -1/+1 |
* | yuzu: Update license text to be consistent across project. | bunnei | 2018-01-13 | 4 | -4/+4 |
* | AppletOE: Fixed command buffer structure for ReceiveMessage. | Subv | 2018-01-07 | 1 | -2/+1 |
* | IPC: Corrected some command header sizes in appletOE. | Subv | 2018-01-07 | 1 | -12/+21 |
* | IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests. | Subv | 2018-01-07 | 1 | -1/+1 |
* | applet_oe: Stub out a bunch of interfaces necessary for boot. | bunnei | 2017-12-29 | 2 | -1/+159 |
* | ap, aoc_u: Minor cleanup. | bunnei | 2017-12-29 | 1 | -2/+0 |
* | service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor. | bunnei | 2017-12-28 | 2 | -4/+2 |
* | hle: Add service stubs for apm and appletOE. | bunnei | 2017-10-15 | 4 | -0/+75 |
* | hle: Remove a large amount of 3ds-specific service code. | bunnei | 2017-10-10 | 10 | -772/+0 |
* | Service: Remove unnecessary includes from service.h | Yuri Kunde Schlesner | 2017-06-06 | 1 | -2/+4 |
* | Update AM service function tables | Lioncash | 2016-12-08 | 6 | -113/+246 |
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 5 | -5/+5 |
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -3/+1 |
* | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 2016-09-19 | 5 | -61/+64 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 5 | -143/+150 |
* | am: title_id is long long uint | Sam Spilsbury | 2016-04-24 | 1 | -1/+1 |
* | update the code of AM service! (#1623) | JamePeng | 2016-04-08 | 6 | -51/+289 |
* | services: Get rid of unnecessary includes | Lioncash | 2016-02-02 | 6 | -11/+3 |
* | services: Update some function tables | Lioncash | 2015-12-30 | 3 | -0/+73 |
* | core: Eliminate some unused variable warnings | Lioncash | 2015-07-29 | 1 | -1/+1 |
* | core: Fix missing prototype warnings | Lioncash | 2015-07-29 | 1 | -0/+1 |
* | am_net: Add missing function to the function table | Lioncash | 2015-07-29 | 1 | -0/+1 |
* | am_net: Add correct function name to the function table | Lioncash | 2015-07-29 | 1 | -1/+1 |
* | Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results. | Subv | 2015-07-21 | 3 | -3/+33 |
* | Services: Continue separation of services into their own folders | purpasmart96 | 2015-06-12 | 10 | -0/+294 |