| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #3062 from bunnei/event-improve | bunnei | 2019-11-06 | 2 | -13/+13 |
|\ |
|
| * | kernel: events: Remove ResetType::Automatic. | bunnei | 2019-11-03 | 2 | -13/+13 |
* | | common_func: Use std::array for INSERT_PADDING_* macros. | bunnei | 2019-11-04 | 1 | -5/+6 |
* | | core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibility | FearlessTobi | 2019-11-03 | 2 | -3/+31 |
|/ |
|
* | bcat: Remove use of global system accessors | Lioncash | 2019-10-15 | 1 | -2/+3 |
* | hle/service: Replace global system instance calls with instance-based ones | Lioncash | 2019-10-06 | 1 | -3/+3 |
* | service/am: Silence -Wreorder | ReinUsesLisp | 2019-10-05 | 1 | -2/+1 |
* | bcat: Add FSC accessors for BCAT data | Zach Hilman | 2019-10-01 | 1 | -1/+2 |
* | am: Unstub PopLaunchParameter and add bcat connection for app-specific data | Zach Hilman | 2019-09-30 | 2 | -16/+52 |
* | applets: Add accessor for AppletFrontendSet | Zach Hilman | 2019-09-30 | 2 | -0/+6 |
* | Merge pull request #2683 from DarkLordZach/lock-exit | David | 2019-09-22 | 4 | -7/+33 |
|\ |
|
| * | qt: Prompt user for confirmation if exit lock is active | Zach Hilman | 2019-09-22 | 1 | -1/+1 |
| * | am: Implement ISelfController ExitLock commands | Zach Hilman | 2019-09-22 | 1 | -2/+6 |
| * | am: Implement ISelfController Exit | Zach Hilman | 2019-09-22 | 4 | -4/+20 |
| * | am: Add RequestExit event to AppletMessageQueue | Zach Hilman | 2019-09-22 | 2 | -0/+6 |
* | | Deglobalize System: Am | David Marcec | 2019-09-22 | 1 | -1/+1 |
|/ |
|
* | configure_debug: Move reporting option to logging | Zach Hilman | 2019-09-22 | 3 | -6/+7 |
* | services: Pass FileSystemController as reference to services that need it | Zach Hilman | 2019-09-21 | 5 | -4/+13 |
* | am: Unstub IApplicationFunctions EnsureSaveData (20) | Zach Hilman | 2019-09-21 | 1 | -8/+14 |
* | service/am: Remove usages of global system accessors | Lioncash | 2019-09-05 | 16 | -96/+141 |
* | AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827) | mailwl | 2019-09-04 | 2 | -0/+16 |
* | service/am: Implement IsAutoSleepDisabled | Lioncash | 2019-07-11 | 2 | -1/+10 |
* | service/am: Implement SetAutoSleepDisabled | Lioncash | 2019-07-11 | 2 | -1/+23 |
* | Merge pull request #2651 from DarkLordZach/apm-boost-mode-1 | bunnei | 2019-07-08 | 4 | -12/+25 |
|\ |
|
| * | am: Implement SetCpuBoostMode in terms of APM | Zach Hilman | 2019-06-29 | 4 | -12/+25 |
* | | clang-format fixes | Michael Scire | 2019-07-06 | 1 | -4/+5 |
* | | am: Implement GetAccumulatedSuspendedTickValue | Michael Scire | 2019-07-06 | 2 | -7/+19 |
* | | file_sys: Rename other ContentRecordType members | Bakugo | 2019-07-02 | 1 | -2/+2 |
|/ |
|
* | applets: Pass current process title ID to applets | Zach Hilman | 2019-06-25 | 10 | -40/+58 |
* | general_frontend: Add documentation for parental controls and ecommerce applets | Zach Hilman | 2019-06-25 | 2 | -16/+16 |
* | web_browser: Only delete temporary directory if it was created | Zach Hilman | 2019-06-25 | 1 | -1/+3 |
* | web_browser: Take ECommerce applet frontend optionally in constructor | Zach Hilman | 2019-06-25 | 1 | -1/+6 |
* | web_browser: Use function tables for execute and initialize | Zach Hilman | 2019-06-25 | 2 | -7/+285 |
* | web_browser: Correct structures and properly parse TLVs/ShimKind | Zach Hilman | 2019-06-25 | 2 | -61/+168 |
* | applets: Track ECommerce and Parental Control applet frontends | Zach Hilman | 2019-06-25 | 2 | -7/+29 |
* | applets: Implement Auth applet backend | Zach Hilman | 2019-06-25 | 2 | -0/+146 |
* | Merge pull request #2482 from DarkLordZach/prepo | bunnei | 2019-06-21 | 5 | -20/+64 |
|\ |
|
| * | loader: Move NSO module tracking to AppLoader | Zach Hilman | 2019-05-26 | 2 | -3/+4 |
| * | applets/error: Save report on error applet | Zach Hilman | 2019-05-25 | 1 | -5/+14 |
| * | applets: Save report on stubbed applet | Zach Hilman | 2019-05-25 | 4 | -15/+49 |
* | | Signalled accumulated_suspended_tick_changed_event on creation based on RE | David Marcec | 2019-06-16 | 1 | -0/+1 |
* | | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent | David Marcec | 2019-06-16 | 2 | -1/+19 |
* | | common/hex_util: Combine HexVectorToString() and HexArrayToString() | Lioncash | 2019-06-12 | 1 | -6/+6 |
* | | Merge pull request #2526 from lioncash/global | Zach Hilman | 2019-06-05 | 2 | -5/+37 |
|\ \ |
|
| * | | core/core: Remove unnecessary includes | Lioncash | 2019-05-29 | 2 | -5/+37 |
| |/ |
|
* | | Merge pull request #2510 from SciresM/desired_language | Zach Hilman | 2019-06-05 | 1 | -2/+38 |
|\ \ |
|
| * | | Implement IApplicationFunctions::GetDesiredLanguage | Michael Scire | 2019-05-23 | 1 | -2/+38 |
| |/ |
|
* | | Merge pull request #1931 from DarkLordZach/mii-database-1 | bunnei | 2019-05-30 | 2 | -6/+7 |
|\ \
| |/
|/| |
|
| * | mii_manager: Fix incorrect loop condition in mii UUID generation code | Zach Hilman | 2019-04-25 | 2 | -1/+2 |
| * | profile_select: Port Service::Account::UUID to Common::UUID | Zach Hilman | 2019-04-25 | 2 | -5/+5 |
* | | Merge pull request #2487 from lioncash/service-return | Hexagon12 | 2019-05-19 | 1 | -0/+2 |
|\ \ |
|
| * | | service/am: Add missing return in error case for IStorageAccessor's Read()/Write(). | Lioncash | 2019-05-19 | 1 | -0/+2 |
| |/ |
|
* / | core/kernel/object: Rename ResetType enum members | Lioncash | 2019-05-18 | 2 | -6/+6 |
|/ |
|
* | web_browser: Make OpenPage non-const | Zach Hilman | 2019-04-17 | 8 | -15/+20 |
* | main: Add GMainWindow hooks for Error display | Zach Hilman | 2019-04-17 | 1 | -2/+2 |
* | general_backend: Move StubApplet and add backend PhotoViewer | Zach Hilman | 2019-04-17 | 2 | -1/+102 |
* | applets: Add Error applet | Zach Hilman | 2019-04-17 | 3 | -24/+224 |
* | applets: Port current applets to take frontend in constructor | Zach Hilman | 2019-04-17 | 6 | -14/+16 |
* | am: Delegate applet creation to AppletManager | Zach Hilman | 2019-04-17 | 1 | -24/+3 |
* | applets: Add AppletManager class to control lifetime | Zach Hilman | 2019-04-17 | 2 | -0/+137 |
* | service: Update service function tables | Lioncash | 2019-04-11 | 2 | -0/+24 |
* | Merge pull request #1957 from DarkLordZach/title-provider | bunnei | 2019-04-10 | 1 | -1/+1 |
|\ |
|
| * | patch_manager: Dump NSO name with build ID | Zach Hilman | 2019-03-28 | 1 | -2/+1 |
| * | game_list: Register content with ContentProvider | Zach Hilman | 2019-03-27 | 1 | -2/+3 |
* | | hle/service: Resolve unused variable warnings | Lioncash | 2019-04-04 | 1 | -3/+4 |
* | | Merge pull request #2328 from lioncash/transfer | bunnei | 2019-04-04 | 1 | -6/+6 |
|\ \ |
|
| * | | service/am: Correct behavior of CreateTransferMemoryStorage() | Lioncash | 2019-04-03 | 1 | -6/+6 |
| |/ |
|
* | | service/am: Implement EnterFatalSection and LeaveFatalSection | Lioncash | 2019-03-26 | 2 | -2/+29 |
* | | service/am: Sort ISelfController's member functions according to table order | Lioncash | 2019-03-26 | 2 | -36/+36 |
|/ |
|
* | service/am: Add function table for IDebugFunctions | Lioncash | 2019-03-21 | 1 | -1/+15 |
* | service/am: Add basic implementation of ChangeMainAppletMasterVolume | Lioncash | 2019-03-18 | 2 | -1/+29 |
* | service/am: Unstub SetTransparentVolumeRate() | Lioncash | 2019-03-18 | 2 | -1/+17 |
* | service/am: Unstub SetExpectedMasterVolume() | Lioncash | 2019-03-18 | 2 | -11/+27 |
* | core/hle/ipc: Remove unnecessary includes | Lioncash | 2019-03-05 | 2 | -0/+4 |
* | service/nvflinger,service/vi: Handle failure cases with exposed API | Lioncash | 2019-02-06 | 1 | -3/+4 |
* | service/am/applet_ae: Update function tables | Lioncash | 2019-01-30 | 1 | -1/+2 |
* | core/frontend/applets/web_browser: Include missing headers | Lioncash | 2019-01-17 | 1 | -2/+8 |
* | core/frontend/applets/web_browser: Make OpenPage() non-const | Lioncash | 2019-01-17 | 1 | -1/+1 |
* | Merge pull request #1939 from DarkLordZach/web-applet | bunnei | 2019-01-10 | 4 | -5/+237 |
|\ |
|
| * | web_browser: Add bounds checking to applet interface | Zach Hilman | 2018-12-29 | 1 | -7/+7 |
| * | core: Add getter and setter for WebBrowserApplet frontend | Zach Hilman | 2018-12-28 | 1 | -1/+1 |
| * | applets: Implement LibAppletOff (Web) applet | Zach Hilman | 2018-12-28 | 3 | -0/+232 |
| * | am: Add size parameter to am:IStorage logging | Zach Hilman | 2018-12-28 | 1 | -4/+4 |
* | | Proper no message handling for AM::PopMessage | David Marcec | 2019-01-04 | 1 | -1/+10 |
* | | core/kernel: Remove unnecessary inclusions | Lioncash | 2019-01-01 | 2 | -2/+2 |
|/ |
|
* | am: Implement GetSaveDataSize and ExtendSaveData | Zach Hilman | 2018-12-27 | 2 | -2/+47 |
* | Merge pull request #1781 from DarkLordZach/applet-profile-select | bunnei | 2018-12-23 | 3 | -0/+131 |
|\ |
|
| * | applets: Correct event ResetTypes from OneShot to Sticky | Zach Hilman | 2018-12-03 | 4 | -13/+5 |
| * | am: Use ProfileSelect applet | Zach Hilman | 2018-12-03 | 1 | -0/+4 |
| * | applets: Implement ProfileSelect applet | Zach Hilman | 2018-12-03 | 2 | -0/+130 |
| * | software_keyboard: Signal state changed event upon construction | Zach Hilman | 2018-12-03 | 1 | -1/+6 |
* | | Merge pull request #1914 from lioncash/id | bunnei | 2018-12-21 | 1 | -2/+5 |
|\ \ |
|
| * | | service/am: Unstub GetAppletResourceUserId | Lioncash | 2018-12-18 | 1 | -2/+5 |
| |/ |
|
* / | applets: Correct usage of SignalStateChanged event | Zach Hilman | 2018-12-10 | 3 | -6/+4 |
|/ |
|
* | hle_ipc: Refactor SleepClientThread to avoid ReadableEvent | Zach Hilman | 2018-11-29 | 2 | -5/+2 |
* | kernel/event: Reference ReadableEvent from WritableEvent | Zach Hilman | 2018-11-29 | 4 | -43/+29 |
* | core: Port all current usages of Event to Readable/WritableEvent | Zach Hilman | 2018-11-29 | 4 | -45/+57 |
* | Reworked svcs slightly, improved error messages in AM and fsp_srv | David Marcec | 2018-11-27 | 1 | -2/+4 |
* | Improved error messages in AM, HwOpus and NvMap | David Marcec | 2018-11-26 | 1 | -6/+9 |
* | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 2018-11-26 | 3 | -128/+174 |
* | Merge pull request #1708 from ogniK5377/res-scale | bunnei | 2018-11-24 | 1 | -4/+8 |
|\ |
|
| * | Report resolution scaling support for vi and am | David Marcec | 2018-11-16 | 1 | -4/+8 |
* | | am: Return StubApplet instead of nullptr when AppletId not found | Zach Hilman | 2018-11-22 | 3 | -11/+11 |
* | | applets: Add StubApplet | Zach Hilman | 2018-11-22 | 2 | -0/+96 |
* | | Merge pull request #1742 from lioncash/hle-swkbd | bunnei | 2018-11-21 | 5 | -44/+63 |
|\ \ |
|
| * | | am/applets: Make the applet data broker part of the applet itself. | Lioncash | 2018-11-20 | 5 | -31/+36 |
| * | | am/applets: Replace includes with forward declarations where applicable | Lioncash | 2018-11-20 | 2 | -2/+9 |
| * | | am/applets: Relocate comments above the relevant data member in AppletDataBroker | Lioncash | 2018-11-20 | 1 | -11/+18 |
* | | | am: Correct build failure | Lioncash | 2018-11-21 | 1 | -2/+2 |
|/ / |
|
* | | software_keyboard: Fix erroneous extra PushNormalData | Zach Hilman | 2018-11-19 | 1 | -3/+2 |
* | | software_keyboard: Return correct result code on user cancel operation | Zach Hilman | 2018-11-19 | 3 | -5/+1 |
* | | applet: Add AppletDataBroker to manage HLE to AM service interaction | Zach Hilman | 2018-11-19 | 5 | -104/+194 |
* | | software_keyboard: Use correct offset for inital text string | Zach Hilman | 2018-11-19 | 1 | -1/+2 |
* | | software_keyboard: Check for UTF-8 config flag | Zach Hilman | 2018-11-19 | 2 | -9/+23 |
* | | software_keyboard: Push all data over all channels on dialog completion | Zach Hilman | 2018-11-18 | 1 | -18/+26 |
* | | applet: Use std::queue instead of std::vector for storage stack | Zach Hilman | 2018-11-18 | 5 | -18/+44 |
* | | applet: Add operation completed callback | Zach Hilman | 2018-11-18 | 2 | -3/+5 |
* | | software_keyboard: Push buffer size to offset 0x4 in output data | Zach Hilman | 2018-11-18 | 4 | -18/+39 |
* | | software_keyboard: Make GetText asynchronous | Zach Hilman | 2018-11-18 | 3 | -6/+20 |
* | | am: Allow applets to push multiple and different channels of data | Zach Hilman | 2018-11-18 | 4 | -36/+34 |
* | | am: Implement ILibraryAppletAccessor IsCompleted and GetResult | Zach Hilman | 2018-11-18 | 1 | -4/+8 |
* | | am: Implement text check software keyboard mode | Zach Hilman | 2018-11-18 | 3 | -14/+95 |
* | | am: Deglobalize software keyboard applet | Zach Hilman | 2018-11-18 | 6 | -27/+44 |
* | | am: Construct and use proper applets with ILibraryAppletAccessor | Zach Hilman | 2018-11-18 | 1 | -1/+26 |
* | | am/applets: Add connector between frontend and AM applet classes | Zach Hilman | 2018-11-18 | 2 | -0/+128 |
* | | am/applets: Add Applet superclass to describe a generic applet | Zach Hilman | 2018-11-18 | 2 | -0/+75 |
* | | am: Unstub ILibraryAppletAccessor::Start | Zach Hilman | 2018-11-18 | 1 | -5/+17 |
* | | am: Implement PopInteractiveOutData and PushInteractiveInData | Zach Hilman | 2018-11-18 | 1 | -14/+24 |
* | | am: Convert storage stack to vector | Zach Hilman | 2018-11-18 | 1 | -27/+59 |
* | | am: Move AM::IStorage to header | Zach Hilman | 2018-11-18 | 1 | -0/+16 |
* | | am: Move IStorageAccessor to header and update backing buffer | Zach Hilman | 2018-11-18 | 2 | -64/+62 |
* | | am: Implement CreateTransferMemoryStorage | Zach Hilman | 2018-11-18 | 2 | -0/+26 |
* | | Stubbed am:EnableApplicationCrashReport | MysticExile | 2018-11-17 | 2 | -10/+18 |
|/ |
|
* | Fixups | David Marcec | 2018-11-07 | 1 | -1/+1 |
* | Ability to switch between docked and undocked mode in-game | David Marcec | 2018-11-07 | 6 | -35/+138 |
* | global: Use std::optional instead of boost::optional (#1578) | Frederic L | 2018-10-30 | 1 | -1/+1 |
* | profile_manager: Use std::optional instead of boost::optional | Lioncash | 2018-10-24 | 1 | -1/+1 |
* | acc: Fix account UUID duplication error | Zach Hilman | 2018-10-24 | 1 | -10/+19 |
* | profile_manager: Load user icons, names, and UUIDs from system save | Zach Hilman | 2018-10-24 | 1 | -2/+6 |
* | am: Pass current user UUID to launch parameters | Zach Hilman | 2018-10-24 | 1 | -7/+9 |
* | am: Add the basic skeleton for the tcap service | Lioncash | 2018-10-21 | 3 | -0/+42 |
* | am: Update service function tables | Lioncash | 2018-10-21 | 4 | -15/+60 |
* | Merge pull request #1526 from lioncash/svc-id | bunnei | 2018-10-20 | 1 | -16/+18 |
|\ |
|
| * | omm: Update service function tables | Lioncash | 2018-10-19 | 1 | -16/+18 |
* | | Stubbed home blocking | David Marcec | 2018-10-19 | 2 | -4/+36 |
|/ |
|
* | Removed the use of rp.MakeBuilder | David Marcec | 2018-09-19 | 1 | -4/+4 |
* | Implemented GetDefaultDisplayResolution | David Marcec | 2018-09-18 | 2 | -1/+18 |
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -1/+1 |
* | hle/service: Default constructors and destructors in the cpp file where applicable | Lioncash | 2018-09-11 | 12 | -2/+50 |
* | kernel: Eliminate kernel global state | Lioncash | 2018-08-29 | 1 | -3/+6 |
* | Added GetBootMode (#1107) | David | 2018-08-24 | 2 | -1/+12 |
* | am: Utilize std::array within PopLaunchParameter() | Lioncash | 2018-08-21 | 1 | -3/+4 |
* | Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) | greggameplayer | 2018-08-17 | 2 | -2/+22 |
* | correct coding style | greggameplayer | 2018-08-16 | 1 | -1/+1 |
* | Implement GetDefaultDisplayResolutionChangeEvent | greggameplayer | 2018-08-16 | 2 | -1/+13 |
* | am: Stub SetScreenShotImageOrientation. | bunnei | 2018-08-08 | 2 | -1/+9 |
* | Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) | David | 2018-08-03 | 1 | -1/+2 |
* | service/am: Add missing am services | Lioncash | 2018-07-31 | 7 | -0/+150 |
* | hle/service: Make constructors explicit where applicable | Lioncash | 2018-07-19 | 5 | -5/+5 |
* | Virtual Filesystem 2: Electric Boogaloo (#676) | Zach Hilman | 2018-07-19 | 1 | -1/+0 |
* | General Filesystem and Save Data Fixes (#670) | Zach Hilman | 2018-07-17 | 1 | -14/+5 |
* | Revert "Virtual Filesystem (#597)" | bunnei | 2018-07-08 | 1 | -1/+1 |
* | Virtual Filesystem (#597) | Zach Hilman | 2018-07-06 | 1 | -1/+1 |
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 3 | -74/+74 |
* | am: Stub out IApplicationFunctions::GetPseudoDeviceId. | bunnei | 2018-06-06 | 2 | -1/+13 |
* | am: Implement ILibraryAppletAccessor::PopOutData. | bunnei | 2018-06-04 | 1 | -1/+11 |
* | am: ISelfController:LaunchableEvent should be sticky. | bunnei | 2018-06-04 | 1 | -1/+1 |
* | am: Stub out ILibraryAppletAccessor Start and GetResult methods. | bunnei | 2018-06-04 | 1 | -2/+16 |
* | am: Implement ILibraryAppletAccessor::PushInData. | bunnei | 2018-06-04 | 1 | -43/+55 |
* | am: Implement IStorageAccessor::Write. | bunnei | 2018-06-04 | 1 | -1/+17 |
* | am: Cleanup IStorageAccessor::Read. | bunnei | 2018-06-04 | 1 | -5/+3 |
* | am: Implement ILibraryAppletCreator::CreateStorage. | bunnei | 2018-06-04 | 2 | -21/+34 |
* | am: Stub IApplicationFunctions GetDisplayVersion. | bunnei | 2018-05-26 | 2 | -1/+10 |
* | Add & correct miscellaneous things (#470) | greggameplayer | 2018-05-26 | 3 | -4/+52 |
* | 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 |