| Commit message (Expand) | Author | Age | Files | Lines |
* | service: acc: Implement functions needed for profile select (#11653) | Narr the Reg | 2023-10-17 | 1 | -3/+38 |
* | service: caps: Implement album manager and reorganize service | Narr the Reg | 2023-10-08 | 1 | -1/+1 |
* | service: Stub multiple functions to increase stability of album applet | Narr the Reg | 2023-10-08 | 1 | -2/+82 |
* | yuzu: Allow to launch album applet from firmware | Narr the Reg | 2023-10-02 | 1 | -0/+20 |
* | Merge pull request #11632 from german77/hle_cabinet | liamwhite | 2023-10-02 | 1 | -13/+153 |
|\ |
|
| * | service: am: Implement shared buffer | Narr the Reg | 2023-10-01 | 1 | -10/+109 |
| * | service: am: Set push in arguments according to the launched applet | Narr the Reg | 2023-10-01 | 1 | -3/+44 |
* | | Don't send a double focus change message | Kelebek1 | 2023-09-29 | 1 | -3/+0 |
|/ |
|
* | service: am: Stub to exit applet cleanly | german77 | 2023-09-24 | 1 | -3/+26 |
* | service: am: Implement stuff needed for Mii Edit | german77 | 2023-09-24 | 1 | -6/+178 |
* | Merge pull request #11483 from FearlessTobi/save-size-max | liamwhite | 2023-09-16 | 1 | -1/+13 |
|\ |
|
| * | am: Stub GetSaveDataSizeMax | FearlessTobi | 2023-09-12 | 1 | -1/+13 |
* | | am: Implement UserChannel parameters | FearlessTobi | 2023-09-10 | 1 | -10/+30 |
* | | am: Remove bcat from PopLaunchParameter | FearlessTobi | 2023-09-10 | 1 | -20/+5 |
|/ |
|
* | Merge pull request #11384 from liamwhite/am-shutdown | liamwhite | 2023-09-02 | 1 | -2/+6 |
|\ |
|
| * | am: shorten shutdown timeout when lock is not held | Liam | 2023-08-26 | 1 | -2/+6 |
* | | general: Use console mode helper across project | lat9nq | 2023-08-23 | 1 | -3/+2 |
* | | general: Convert use_docked_mode to an enumeration | lat9nq | 2023-08-22 | 1 | -2/+4 |
|/ |
|
* | core: remove ResultVal type | Liam | 2023-08-08 | 1 | -10/+16 |
* | service: am: Fix wrong interface | Narr the Reg | 2023-08-02 | 1 | -0/+44 |
* | Debug SetIdleTimeDetectionExtension | Kelebek1 | 2023-07-18 | 1 | -2/+2 |
* | am: stub CreateCacheStorage | Liam | 2023-05-11 | 1 | -1/+32 |
* | core: am: Demote TryPopFromFriendInvitationStorageChannel Log level | german77 | 2023-04-22 | 1 | -1/+1 |
* | Merge pull request #9505 from liamwhite/request-exit | liamwhite | 2023-03-29 | 1 | -1/+10 |
|\ |
|
| * | applets: implement RequestExit | Liam | 2023-03-25 | 1 | -1/+10 |
* | | memory: rename global memory references to application memory | Liam | 2023-03-24 | 1 | -2/+4 |
|/ |
|
* | kernel: convert KProcess to new style | Liam | 2023-03-13 | 1 | -1/+1 |
* | hle: rename legacy errors to Results | Liam | 2023-03-07 | 1 | -10/+10 |
* | nvnflinger: fix name | Liam | 2023-03-01 | 1 | -12/+11 |
* | service: move hle_ipc from kernel | Liam | 2023-03-01 | 1 | -110/+105 |
* | Merge pull request #9832 from liamwhite/hle-mp | liamwhite | 2023-03-01 | 1 | -7/+12 |
|\ |
|
| * | service: refactor server architecture | Liam | 2023-02-21 | 1 | -7/+12 |
* | | Merge pull request #9859 from liamwhite/tmem-use | liamwhite | 2023-02-28 | 1 | -6/+4 |
|\ \ |
|
| * | | am: avoid direct pointer access of transfer memory objects | Liam | 2023-02-24 | 1 | -6/+4 |
| |/ |
|
* / | core: Update service function tables to 16.0.0+ | Narr the Reg | 2023-02-25 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #9796 from liamwhite/current | liamwhite | 2023-02-15 | 1 | -10/+12 |
|\ |
|
| * | general: rename CurrentProcess to ApplicationProcess | Liam | 2023-02-14 | 1 | -10/+12 |
* | | Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usage | liamwhite | 2023-02-15 | 1 | -1/+1 |
|\ \ |
|
| * | | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency | arades79 | 2023-02-14 | 1 | -3/+3 |
| * | | add static lifetime to constexpr values to force compile time evaluation where possible | arades79 | 2023-02-14 | 1 | -3/+3 |
| |/ |
|
* / | service: remove deleted services | Liam | 2023-02-14 | 1 | -2/+0 |
|/ |
|
* | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | ameerj | 2023-02-03 | 1 | -1/+1 |
* | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" | liamwhite | 2023-02-02 | 1 | -1/+1 |
* | hle_ipc: Rename ReadBufferSpan to ReadBuffer | ameerj | 2022-12-29 | 1 | -1/+1 |
* | service: Use ReadBufferSpan where it is trivial to do so | ameerj | 2022-12-25 | 1 | -1/+1 |
* | general: fix compile for Apple Clang | Liam | 2022-11-23 | 1 | -2/+2 |
* | service: am: Stub SetRecordVolumeMuted | german77 | 2022-10-30 | 1 | -1/+12 |
* | kernel: remove KWritableEvent | Liam | 2022-10-13 | 1 | -6/+6 |
* | Demote services from warning/info to debug to reduce log spam: | Kelebek1 | 2022-09-01 | 1 | -1/+1 |
* | Project Andio | Kelebek1 | 2022-07-22 | 1 | -2/+8 |
* | implement resume message | Gus Caplan | 2022-07-18 | 1 | -0/+4 |
* | service am: Update service tables to 14.0.0 | german77 | 2022-07-14 | 1 | -0/+3 |
* | core: Replace all instances of ResultCode with Result | german77 | 2022-06-27 | 1 | -4/+4 |
* | service: am: Stub PerformSystemButtonPressingIfInFocus | Narr the Reg | 2022-06-20 | 1 | -1/+11 |
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 1 | -3/+2 |
* | service: jit: stub JIT service | Liam | 2022-04-07 | 1 | -1/+8 |
* | core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and SessionRequestManager. | bunnei | 2022-03-15 | 1 | -2/+2 |
* | service: am: Update enum names to match documentation | Narr the Reg | 2022-02-22 | 1 | -3/+3 |
* | general: Rename NewUUID to UUID, and remove the previous UUID impl | Morph | 2022-02-05 | 1 | -1/+1 |
* | profile: Migrate to the new UUID implementation | Morph | 2022-02-05 | 1 | -3/+3 |
* | service: am: ISelfController: Stub SaveCurrentScreenshot | Morph | 2021-12-03 | 1 | -1/+13 |
* | Settings: eliminate rescaling_factor. | Fernando Sahmkow | 2021-11-16 | 1 | -8/+4 |
* | general: Get the current process program id directly from the system | Morph | 2021-11-04 | 1 | -9/+6 |
* | general: Rename GetTitleID to GetProgramID | Morph | 2021-11-04 | 1 | -6/+8 |
* | core: Remove unused includes | ameerj | 2021-11-04 | 1 | -3/+0 |
* | Merge pull request #7103 from Morph1984/service-ctx-event | bunnei | 2021-10-05 | 1 | -58/+57 |
|\ |
|
| * | service: Replace service event creation with ServiceContext::CreateEvent | Morph | 2021-10-02 | 1 | -58/+57 |
* | | service: am: Make use of Exit to exit the currently running application | Morph | 2021-10-02 | 1 | -2/+2 |
|/ |
|
* | service/am: Update to 13.0.0 | german77 | 2021-09-27 | 1 | -0/+4 |
* | am: Implement GetNotificationStorageChannelEvent | german77 | 2021-09-10 | 1 | -2/+14 |
* | service: Append service name prefix to common filenames | Morph | 2021-07-14 | 1 | -2/+2 |
* | applets: Append applet_ prefix to backend applets | Morph | 2021-07-14 | 1 | -3/+3 |
* | general: Make most settings a BasicSetting | lat9nq | 2021-06-28 | 1 | -1/+1 |
* | general: Replace RESULT_UNKNOWN with ResultUnknown | Morph | 2021-06-02 | 1 | -6/+6 |
* | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 2021-06-02 | 1 | -95/+95 |
* | core: Make variable shadowing a compile-time error | Lioncash | 2021-05-16 | 1 | -7/+7 |
* | fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created. | bunnei | 2021-05-06 | 1 | -2/+0 |
* | hle: kernel: Rename Process to KProcess. | bunnei | 2021-05-06 | 1 | -1/+1 |
* | hle: kernel: Migrate KTransferMemory to KAutoObject. | bunnei | 2021-05-06 | 1 | -4/+5 |
* | hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. | bunnei | 2021-05-06 | 1 | -13/+11 |
* | hle: kernel: Ensure all kernel objects with KAutoObject are properly created. | bunnei | 2021-05-06 | 1 | -0/+13 |
* | hle: kernel: Migrate KEvent to KAutoObject. | bunnei | 2021-05-06 | 1 | -44/+38 |
* | hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. | bunnei | 2021-05-06 | 1 | -3/+2 |
* | ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled | Morph | 2021-04-24 | 1 | -1/+9 |
* | applets: Send focus state change message on applet state change | Morph | 2021-04-17 | 1 | -4/+8 |
* | ILibraryAppletCreator: Implement CreateHandleStorage | Morph | 2021-04-15 | 1 | -6/+63 |
* | ILibraryAppletAccessor: Demote from ERROR to DEBUG for null storage logs | Morph | 2021-04-15 | 1 | -2/+2 |
* | applets: Pass in the LibraryAppletMode each applet's constructor | Morph | 2021-04-15 | 1 | -2/+2 |
* | common: Move settings to common from core. | bunnei | 2021-04-15 | 1 | -1/+1 |
* | ISelfController: Update to 11.x | Morph | 2021-04-07 | 1 | -0/+1 |
* | IApplicationFunctions: Update to 11.x | Morph | 2021-04-07 | 1 | -0/+6 |
* | IDebugFunctions: Update to 12.x | Morph | 2021-04-07 | 1 | -0/+2 |
* | ICommonStateGetter: Update to 12.x | Morph | 2021-04-07 | 1 | -0/+9 |
* | IGlobalStateController: Update to 12.x | Morph | 2021-04-07 | 1 | -0/+1 |
* | IHomeMenuFunctions: Update to 12.x | Morph | 2021-04-07 | 1 | -0/+3 |
* | ISelfController: Stub SetAlbumImageTakenNotificationEnabled | Morph | 2021-03-30 | 1 | -1/+16 |
* | hle: service: am: IStorageAccessor: Fix out of bounds error handling. | bunnei | 2021-02-14 | 1 | -6/+7 |
* | hle: kernel: Reimplement KReadableEvent and KWritableEvent. | bunnei | 2021-02-05 | 1 | -31/+36 |
* | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei | 2021-02-05 | 1 | -8/+8 |
* | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei | 2021-02-05 | 1 | -3/+3 |
* | IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEvent | Morph | 2021-02-02 | 1 | -1/+12 |
* | am/IApplicationFunctions: Stub IsGamePlayRecordingSupported | Morph | 2021-01-31 | 1 | -1/+11 |
* | am: Stub TryPopFromFriendInvitationStorageChannel | ameerj | 2021-01-31 | 1 | -1/+9 |
* | hle: Implement remaining services for Stereo Vision | Chloe Marcec | 2021-01-24 | 1 | -1/+8 |
* | hle: service: am: Stub ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSliceZero. | bunnei | 2021-01-21 | 1 | -1/+8 |
* | general: Fix various spelling errors | Morph | 2021-01-02 | 1 | -3/+3 |
* | core: Remove unnecessary enum casts in log calls | Lioncash | 2020-12-08 | 1 | -6/+6 |
* | service: Eliminate usages of the global system instance | Lioncash | 2020-11-27 | 1 | -34/+40 |
* | service: am: Implement ExecuteProgram and required stubs. | bunnei | 2020-11-25 | 1 | -3/+31 |
* | hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977) | bunnei | 2020-11-24 | 1 | -9/+8 |
* | patch_manager: Remove usages of the global system instance | Lioncash | 2020-11-18 | 1 | -4/+10 |
* | settings: Preparation for per-game input settings | Morph | 2020-11-16 | 1 | -2/+2 |
* | service: Update function tables | Lioncash | 2020-10-28 | 1 | -0/+2 |
* | Revert "core: Fix clang build" | bunnei | 2020-10-21 | 1 | -1/+1 |
* | core: Fix clang build | Lioncash | 2020-10-18 | 1 | -1/+1 |
* | am: Stub GetPreviousProgramIndex | Morph | 2020-09-18 | 1 | -1/+9 |
* | Merge pull request #4457 from ogniK5377/SetScreenShotPermission | bunnei | 2020-08-07 | 1 | -1/+5 |
|\ |
|
| * | am: Unstub SetScreenShotPermission | David Marcec | 2020-07-31 | 1 | -1/+5 |
* | | fs: Rename SaveDataDescriptor to SaveDataAttribute | Morph | 2020-07-30 | 1 | -5/+5 |
|/ |
|
* | remove unused variable; | CrazyMax | 2020-07-27 | 1 | -1/+0 |
* | Merge pull request #4275 from CrazyMax/desired_language | bunnei | 2020-07-12 | 1 | -1/+13 |
|\ |
|
| * | AM: fix GetDesiredLanguage: | CrazyMax | 2020-07-08 | 1 | -1/+13 |
* | | configuration: implement per-game configurations (#4098) | lat9nq | 2020-07-10 | 1 | -4/+4 |
* | | Merge pull request #4248 from Morph1984/CreateManagedDisplaySeparableLayer | bunnei | 2020-07-10 | 1 | -1/+19 |
|\ \
| |/
|/| |
|
| * | AM/ISelfController: Stub CreateManagedDisplaySeparableLayer | Morph | 2020-07-05 | 1 | -1/+19 |
* | | GetDisplayVersion should return a null-terminated version string. | CrazyMax | 2020-07-07 | 1 | -4/+16 |
|/ |
|
* | am: Stub GetIndirectLayerConsumerHandle | David Marcec | 2020-06-28 | 1 | -1/+13 |
* | am: Update function tables and add missing classes (#4169) | VolcaEM | 2020-06-27 | 1 | -8/+10 |
* | Merge pull request #3843 from ogniK5377/GetPopFromGeneralChannelEvent | bunnei | 2020-05-04 | 1 | -2/+14 |
|\ |
|
| * | am: IHomeMenuFunctions:GetPopFromGeneralChannelEvent | David Marcec | 2020-05-01 | 1 | -2/+14 |
* | | Merge pull request #3824 from ogniK5377/GetDisplayVersion | bunnei | 2020-05-03 | 1 | -3/+14 |
|\ \
| |/
|/| |
|
| * | Update src/core/hle/service/am/am.cpp | bunnei | 2020-05-03 | 1 | -1/+1 |
| * | am: Properly implement GetDisplayVersion | David Marcec | 2020-04-29 | 1 | -3/+14 |
* | | Merge pull request #3823 from ogniK5377/setvrmode | Mat M | 2020-04-30 | 1 | -16/+5 |
|\ \ |
|
| * | | am: IsVrModeEnabled & SetVrModeEnabled fixes | David Marcec | 2020-04-29 | 1 | -16/+5 |
| |/ |
|
* / | am: GetFriendInvitationStorageChannelEvent | David Marcec | 2020-04-30 | 1 | -1/+12 |
|/ |
|
* | style: Change AMs & Glues error codes to be dec instead of hex | David Marcec | 2020-04-28 | 1 | -3/+3 |
* | service: Update function tables | Lioncash | 2020-04-20 | 1 | -0/+10 |
* | am: Resolve ineffective moves | Lioncash | 2020-04-18 | 1 | -2/+2 |
* | am: Implement VR related APIs | perillamint | 2020-03-27 | 1 | -3/+39 |
* | AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454) | Morph | 2020-02-27 | 1 | -2/+13 |
* | hle: services: Use std::shared_ptr instead of copy by value. | bunnei | 2020-02-08 | 1 | -4/+4 |
* | am: Correct IPC object count mismatch. | bunnei | 2020-02-06 | 1 | -6/+4 |
* | am: Refactor IStorage interface. | bunnei | 2020-02-06 | 1 | -27/+47 |
* | Merge pull request #3094 from lioncash/tables | bunnei | 2019-11-25 | 1 | -1/+20 |
|\ |
|
| * | service: Update function tables | Lioncash | 2019-11-12 | 1 | -1/+20 |
* | | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) | bunnei | 2019-11-25 | 1 | -3/+2 |
* | | Merge pull request #3112 from lioncash/skip | bunnei | 2019-11-21 | 1 | -8/+16 |
|\ \ |
|
| * | | service/am: Remove unnecessary Skip calls | Lioncash | 2019-11-14 | 1 | -8/+16 |
* | | | Merge pull request #3111 from lioncash/query | bunnei | 2019-11-21 | 1 | -4/+12 |
|\ \ \ |
|
| * | | | am: Stub QueryApplicationPlayStatistics | Lioncash | 2019-11-14 | 1 | -4/+12 |
| |/ / |
|
* | | | Merge pull request #3091 from lioncash/core-conversion | bunnei | 2019-11-15 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | service: Resolve sign conversion errors | Lioncash | 2019-11-12 | 1 | -2/+2 |
| |/ |
|
* / | Implement stub for QueryApplicationPlayStatisticsByUid | Michael Scire | 2019-11-11 | 1 | -0/+9 |
|/ |
|
* | Merge pull request #3062 from bunnei/event-improve | bunnei | 2019-11-06 | 1 | -8/+8 |
|\ |
|
| * | kernel: events: Remove ResetType::Automatic. | bunnei | 2019-11-03 | 1 | -8/+8 |
* | | core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibility | FearlessTobi | 2019-11-03 | 1 | -3/+28 |
|/ |
|
* | 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 |
* | 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 | 1 | -16/+50 |
* | Merge pull request #2683 from DarkLordZach/lock-exit | David | 2019-09-22 | 1 | -7/+24 |
|\ |
|
| * | 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 | 1 | -4/+13 |
| * | am: Add RequestExit event to AppletMessageQueue | Zach Hilman | 2019-09-22 | 1 | -0/+4 |
* | | Deglobalize System: Am | David Marcec | 2019-09-22 | 1 | -1/+1 |
|/ |
|
* | configure_debug: Move reporting option to logging | Zach Hilman | 2019-09-22 | 1 | -4/+5 |
* | services: Pass FileSystemController as reference to services that need it | Zach Hilman | 2019-09-21 | 1 | -2/+3 |
* | 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 | 1 | -25/+25 |
* | AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827) | mailwl | 2019-09-04 | 1 | -0/+13 |
* | service/am: Implement IsAutoSleepDisabled | Lioncash | 2019-07-11 | 1 | -1/+9 |
* | service/am: Implement SetAutoSleepDisabled | Lioncash | 2019-07-11 | 1 | -1/+21 |
* | Merge pull request #2651 from DarkLordZach/apm-boost-mode-1 | bunnei | 2019-07-08 | 1 | -8/+18 |
|\ |
|
| * | am: Implement SetCpuBoostMode in terms of APM | Zach Hilman | 2019-06-29 | 1 | -8/+18 |
* | | clang-format fixes | Michael Scire | 2019-07-06 | 1 | -4/+5 |
* | | am: Implement GetAccumulatedSuspendedTickValue | Michael Scire | 2019-07-06 | 1 | -7/+18 |
|/ |
|
* | applets: Pass current process title ID to applets | Zach Hilman | 2019-06-25 | 1 | -5/+7 |
* | 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 | 1 | -1/+16 |
* | Implement IApplicationFunctions::GetDesiredLanguage | Michael Scire | 2019-05-23 | 1 | -2/+38 |
* | 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 | 1 | -3/+3 |
|/ |
|
* | am: Delegate applet creation to AppletManager | Zach Hilman | 2019-04-17 | 1 | -24/+3 |
* | service: Update service function tables | Lioncash | 2019-04-11 | 1 | -0/+16 |
* | 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 | 1 | -2/+26 |
* | | service/am: Sort ISelfController's member functions according to table order | Lioncash | 2019-03-26 | 1 | -30/+30 |
|/ |
|
* | 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 | 1 | -1/+21 |
* | service/am: Unstub SetTransparentVolumeRate() | Lioncash | 2019-03-18 | 1 | -1/+15 |
* | service/am: Unstub SetExpectedMasterVolume() | Lioncash | 2019-03-18 | 1 | -10/+22 |
* | service/nvflinger,service/vi: Handle failure cases with exposed API | Lioncash | 2019-02-06 | 1 | -3/+4 |
* | Merge pull request #1939 from DarkLordZach/web-applet | bunnei | 2019-01-10 | 1 | -4/+8 |
|\ |
|
| * | applets: Implement LibAppletOff (Web) applet | Zach Hilman | 2018-12-28 | 1 | -0/+4 |
| * | 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 |
|/ |
|
* | am: Implement GetSaveDataSize and ExtendSaveData | Zach Hilman | 2018-12-27 | 1 | -2/+45 |
* | Merge pull request #1781 from DarkLordZach/applet-profile-select | bunnei | 2018-12-23 | 1 | -0/+4 |
|\ |
|
| * | am: Use ProfileSelect applet | Zach Hilman | 2018-12-03 | 1 | -0/+4 |
* | | 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 | 1 | -1/+0 |
|/ |
|
* | hle_ipc: Refactor SleepClientThread to avoid ReadableEvent | Zach Hilman | 2018-11-29 | 1 | -0/+1 |
* | kernel/event: Reference ReadableEvent from WritableEvent | Zach Hilman | 2018-11-29 | 1 | -17/+13 |
* | core: Port all current usages of Event to Readable/WritableEvent | Zach Hilman | 2018-11-29 | 1 | -17/+21 |
* | 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 | 1 | -97/+112 |
* | 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 | 1 | -4/+6 |
* | | Merge pull request #1742 from lioncash/hle-swkbd | bunnei | 2018-11-21 | 1 | -11/+9 |
|\ \ |
|
| * | | am/applets: Make the applet data broker part of the applet itself. | Lioncash | 2018-11-20 | 1 | -11/+9 |
* | | | am: Correct build failure | Lioncash | 2018-11-21 | 1 | -2/+2 |
|/ / |
|
* | | applet: Add AppletDataBroker to manage HLE to AM service interaction | Zach Hilman | 2018-11-19 | 1 | -57/+35 |
* | | applet: Use std::queue instead of std::vector for storage stack | Zach Hilman | 2018-11-18 | 1 | -10/+22 |
* | | applet: Add operation completed callback | Zach Hilman | 2018-11-18 | 1 | -2/+4 |
* | | software_keyboard: Push buffer size to offset 0x4 in output data | Zach Hilman | 2018-11-18 | 1 | -11/+19 |
* | | software_keyboard: Make GetText asynchronous | Zach Hilman | 2018-11-18 | 1 | -1/+1 |
* | | am: Allow applets to push multiple and different channels of data | Zach Hilman | 2018-11-18 | 1 | -18/+16 |
* | | 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 | 1 | -5/+32 |
* | | am: Deglobalize software keyboard applet | Zach Hilman | 2018-11-18 | 1 | -5/+9 |
* | | am: Construct and use proper applets with ILibraryAppletAccessor | Zach Hilman | 2018-11-18 | 1 | -1/+26 |
* | | 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 | 1 | -64/+36 |
* | | am: Implement CreateTransferMemoryStorage | Zach Hilman | 2018-11-18 | 1 | -0/+25 |
* | | Stubbed am:EnableApplicationCrashReport | MysticExile | 2018-11-17 | 1 | -10/+17 |
|/ |
|
* | Ability to switch between docked and undocked mode in-game | David Marcec | 2018-11-07 | 1 | -15/+62 |
* | 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 | 1 | -0/+2 |
* | am: Update service function tables | Lioncash | 2018-10-21 | 1 | -12/+50 |
* | Stubbed home blocking | David Marcec | 2018-10-19 | 1 | -4/+32 |
* | Removed the use of rp.MakeBuilder | David Marcec | 2018-09-19 | 1 | -4/+4 |
* | Implemented GetDefaultDisplayResolution | David Marcec | 2018-09-18 | 1 | -1/+17 |
* | 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 | 1 | -0/+23 |
* | kernel: Eliminate kernel global state | Lioncash | 2018-08-29 | 1 | -3/+6 |
* | Added GetBootMode (#1107) | David | 2018-08-24 | 1 | -1/+11 |
* | am: Utilize std::array within PopLaunchParameter() | Lioncash | 2018-08-21 | 1 | -3/+4 |
* | Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) | greggameplayer | 2018-08-17 | 1 | -2/+19 |
* | correct coding style | greggameplayer | 2018-08-16 | 1 | -1/+1 |
* | Implement GetDefaultDisplayResolutionChangeEvent | greggameplayer | 2018-08-16 | 1 | -1/+12 |
* | am: Stub SetScreenShotImageOrientation. | bunnei | 2018-08-08 | 1 | -1/+8 |
* | 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 | 1 | -0/+6 |
* | 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 | 1 | -43/+43 |
* | am: Stub out IApplicationFunctions::GetPseudoDeviceId. | bunnei | 2018-06-06 | 1 | -1/+12 |
* | 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 | 1 | -21/+33 |
* | am: Stub IApplicationFunctions GetDisplayVersion. | bunnei | 2018-05-26 | 1 | -1/+9 |
* | Add & correct miscellaneous things (#470) | greggameplayer | 2018-05-26 | 1 | -1/+34 |
* | Stubs for QLaunch (#428) | Hexagon12 | 2018-05-07 | 1 | -2/+77 |
* | 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 | 1 | -32/+32 |
* | service: Use nested namespace specifiers where applicable | Lioncash | 2018-04-20 | 1 | -4/+2 |
* | Various fixes and clang | Hexagon12 | 2018-04-11 | 1 | -1/+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 | 1 | -1/+32 |
* | Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions | mailwl | 2018-02-22 | 1 | -0/+8 |
* | 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 | 1 | -1/+77 |
* | IApplicationFunctions: Stub out EnsureSaveData. | bunnei | 2018-02-06 | 1 | -0/+7 |
* | logger: Add AM service logging category. | bunnei | 2018-02-04 | 1 | -24/+24 |
* | Service/am: Add AppletAE service (#153) | mailwl | 2018-02-02 | 1 | -0/+333 |
* | AppletOE: Make ISelfController keep a reference to nvflinger. | Subv | 2018-01-22 | 1 | -2/+3 |
* | yuzu: Update license text to be consistent across project. | bunnei | 2018-01-13 | 1 | -1/+1 |
* | ap, aoc_u: Minor cleanup. | bunnei | 2017-12-29 | 1 | -2/+0 |
* | hle: Add service stubs for apm and appletOE. | bunnei | 2017-10-15 | 1 | -0/+18 |
* | hle: Remove a large amount of 3ds-specific service code. | bunnei | 2017-10-10 | 1 | -193/+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 | 1 | -5/+5 |
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 1 | -1/+1 |
* | 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 | 1 | -2/+1 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -21/+32 |
* | 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 | 1 | -9/+131 |
* | services: Get rid of unnecessary includes | Lioncash | 2016-02-02 | 1 | -4/+0 |
* | 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 |
* | Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results. | Subv | 2015-07-21 | 1 | -0/+9 |
* | Services: Continue separation of services into their own folders | purpasmart96 | 2015-06-12 | 1 | -0/+55 |