| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-21 | am: Utilize std::array within PopLaunchParameter() | Lioncash | |
| Gets rid of the potential for C array-to-pointer decay, and also makes pointer arithmetic to get the end of the copy range unnecessary. We can just use std::array's begin() and end() member functions. | |||
| 2018-08-17 | Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) | greggameplayer | |
| * Used by Mario Tennis Aces | |||
| 2018-08-16 | correct coding style | greggameplayer | |
| 2018-08-16 | Implement GetDefaultDisplayResolutionChangeEvent | greggameplayer | |
| Require by Toki Tori and Toki Tori 2+ | |||
| 2018-08-08 | am: Stub SetScreenShotImageOrientation. | bunnei | |
| - Used by Super Mario Odyssey. | |||
| 2018-08-03 | Added ability to change username & language code in the settings ui. Added ↵ | David | |
| IProfile::Get and SET::GetLanguageCode for libnx tests (#851) | |||
| 2018-07-31 | service/am: Add missing am services | Lioncash | |
| Adds the basic skeleton for missing am services idle:sys, omm, and spsm based off the information provided by Switch Brew. | |||
| 2018-07-19 | hle/service: Make constructors explicit where applicable | Lioncash | |
| Prevents implicit construction and makes these lingering non-explicit constructors consistent with the rest of the other classes in services. | |||
| 2018-07-18 | Virtual Filesystem 2: Electric Boogaloo (#676) | Zach Hilman | |
| * Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression | |||
| 2018-07-17 | General Filesystem and Save Data Fixes (#670) | Zach Hilman | |
| 2018-07-07 | Revert "Virtual Filesystem (#597)" | bunnei | |
| This reverts commit 77c684c1140f6bf3fb7d4560d06d2efb1a2ee5e2. | |||
| 2018-07-06 | Virtual Filesystem (#597) | Zach Hilman | |
| * Add VfsFile and VfsDirectory classes * Finish abstract Vfs classes * Implement RealVfsFile (computer fs backend) * Finish RealVfsFile and RealVfsDirectory * Finished OffsetVfsFile * More changes * Fix import paths * Major refactor * Remove double const * Use experimental/filesystem or filesystem depending on compiler * Port partition_filesystem * More changes * More Overhaul * FSP_SRV fixes * Fixes and testing * Try to get filesystem to compile * Filesystem on linux * Remove std::filesystem and document/test * Compile fixes * Missing include * Bug fixes * Fixes * Rename v_file and v_dir * clang-format fix * Rename NGLOG_* to LOG_* * Most review changes * Fix TODO * Guess 'main' to be Directory by filename | |||
| 2018-07-02 | Rename logging macro back to LOG_* | James Rowe | |
| 2018-06-05 | am: Stub out IApplicationFunctions::GetPseudoDeviceId. | bunnei | |
| 2018-06-03 | am: Implement ILibraryAppletAccessor::PopOutData. | bunnei | |
| 2018-06-03 | am: ISelfController:LaunchableEvent should be sticky. | bunnei | |
| 2018-06-03 | am: Stub out ILibraryAppletAccessor Start and GetResult methods. | bunnei | |
| 2018-06-03 | am: Implement ILibraryAppletAccessor::PushInData. | bunnei | |
| 2018-06-03 | am: Implement IStorageAccessor::Write. | bunnei | |
| 2018-06-03 | am: Cleanup IStorageAccessor::Read. | bunnei | |
| 2018-06-03 | am: Implement ILibraryAppletCreator::CreateStorage. | bunnei | |
| 2018-05-26 | am: Stub IApplicationFunctions GetDisplayVersion. | bunnei | |
| 2018-05-25 | Add & correct miscellaneous things (#470) | greggameplayer | |
| * add some InfoType * correct OpenApplicationProxy cmd number * add IDisplayController functions * fix clang-format * add more system languages | |||
| 2018-05-07 | Stubs for QLaunch (#428) | Hexagon12 | |
| * Stubs for QLaunch * Wiped unrelated stuff * Addressed comment * Dropped GetPopFromGeneralChannelEvent | |||
| 2018-05-02 | general: Make formatting of logged hex values more straightforward | Lioncash | |
| This makes the formatting expectations more obvious (e.g. any zero padding specified is padding that's entirely dedicated to the value being printed, not any pretty-printing that also gets tacked on). | |||
| 2018-04-29 | am: Fix GetDesiredLanguage implementation. | bunnei | |
| 2018-04-24 | am: Move logging macros over to new fmt-compatible ones | Lioncash | |
| 2018-04-19 | service: Use nested namespace specifiers where applicable | Lioncash | |
| Tidies up namespace declarations | |||
| 2018-04-11 | Various fixes and clang | Hexagon12 | |
| 2018-04-10 | Updated AppletOE with more service names. | Hexagon12 | |
| 2018-04-10 | Updated AppletAE with more service names. | Hexagon12 | |
| 2018-04-10 | Updated AM with more service names. | Hexagon12 | |
| 2018-03-26 | config: Rename is_docked to use_docked_mode to be consistent with other ↵ | bunnei | |
| config bools. | |||
| 2018-03-26 | config: Add setting for whether the system is docked or not. | bunnei | |
| 2018-03-04 | FS: Make EnsureSaveData create the savedata folder when called for the first ↵ | Subv | |
| time. | |||
| 2018-02-22 | Stub more functions | mailwl | |
| 2018-02-22 | Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions | mailwl | |
| 2018-02-18 | AM: Corrected the response in EnsureSaveData. | Subv | |
| The values are still unknown and the function is still considered a stub. Puyo Puyo Tetris now tries to call fsp-srv:MountSaveData. | |||
| 2018-02-13 | service: Remove remaining uses of BufferDescriptor*. | bunnei | |
| 2018-02-07 | Service: stub some functions in am, audio, time, vi services | mailwl | |
| 2018-02-05 | IApplicationFunctions: Stub out EnsureSaveData. | bunnei | |
| 2018-02-04 | logger: Add AM service logging category. | bunnei | |
| 2018-02-02 | Service/am: Add AppletAE service (#153) | mailwl | |
| * Add AppletAE, step 1: move common interfaces to am.h * Add AppletAE, step 2 | |||
| 2018-01-24 | hle: Rename RequestBuilder to ResponseBuilder. | bunnei | |
| 2018-01-24 | service: Fix all incorrect IPC response headers. | bunnei | |
| 2018-01-22 | AppletOE: Stubbed CreateManagedDisplayLayer to create a new layer in the ↵ | Subv | |
| Default display. This function is used by libnx to obtain a new layer. | |||
| 2018-01-22 | AppletOE: Make ISelfController keep a reference to nvflinger. | Subv | |
| It'll be needed when we implement CreateManagedDisplayLayer. | |||
| 2018-01-20 | Format: Run the new clang format on everything | James Rowe | |
| 2018-01-19 | Merge pull request #112 from Rozelette/master | bunnei | |
| ISelfController: Stub LockExit and UnlockExit | |||
| 2018-01-19 | acc, set, applet_oe: stub various functions, add set service (#105) | goaaats | |
| * Stubs for various acc:u0 funcs needed * Stub for GetDesiredLanguage in IApplicationFunctions * Add set service + stubs needed for games * Fix formatting * Implement IProfile, IManagerForApplication, return bool in CheckAvailability, style fixes * Remove IProfile::Get(needs more research), fix IPC response sizes | |||
