summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nvnflinger: convert to processLiam2024-02-1816-89/+72
|
* am: unify display layer managementLiam2024-02-1811-257/+238
|
* vi: extract typesLiam2024-02-141-0/+1
|
* am: move out omm interfaces to new moduleLiam2024-02-127-170/+0
|
* am: rewrite IApplicationCreatorLiam2024-02-123-6/+24
|
* am: add IApplicationAccessorLiam2024-02-122-0/+178
|
* am: rewrite ILockAccessorLiam2024-02-125-100/+108
|
* am: rewrite IWindowControllerLiam2024-02-127-116/+119
|
* am: rewrite IStorageLiam2024-02-1218-79/+71
|
* am: rewrite IStorageAccessor, ITransferStorageAccessorLiam2024-02-124-101/+80
|
* am: rewrite ISelfControllerLiam2024-02-128-540/+477
|
* am: rewrite IProcessWindingControllerLiam2024-02-126-62/+64
|
* am: rewrite ILibraryAppletSelfAccessorLiam2024-02-127-385/+406
|
* am: rewrite ILibraryAppletCreatorLiam2024-02-126-119/+86
|
* am: rewrite ILibraryAppletAccessorLiam2024-02-126-247/+204
|
* am: rewrite IHomeMenuFunctionsLiam2024-02-126-86/+112
|
* am: rewrite IGlobalStateController, add ICradleFirmwareUpdaterLiam2024-02-128-52/+183
|
* am: rewrite IDisplayControllerLiam2024-02-127-168/+144
|
* am: move IDebugFunctionsLiam2024-02-125-5/+4
|
* am: rewrite ICommonStateGetterLiam2024-02-1213-435/+383
|
* am: rewrite IApplicationFunctionsLiam2024-02-127-656/+588
|
* am: rewrite IAppletCommonFunctionsLiam2024-02-125-22/+24
|
* am: rewrite IAudioControllerLiam2024-02-127-130/+109
|
* am: rewrite ISystemAppletProxyLiam2024-02-125-175/+189
|
* am: rewrite ILibraryAppletProxyLiam2024-02-125-182/+191
|
* am: rewrite IApplicationProxyLiam2024-02-125-150/+157
|
* am: rewrite appletAE, appletOELiam2024-02-1211-200/+216
|
* Merge pull request #12756 from liamwhite/applet-multiprocess-hwcNarr the Reg2024-02-1211-46/+126
|\ | | | | general: applet multiprocess
| * am: use applet program loading for tested versionsLiam2024-02-103-7/+28
| |
| * am: fix focus states and display of indirect keyboardLiam2024-02-093-15/+10
| |
| * am: stub SetMediaPlaybackState for self controllerLiam2024-02-092-1/+16
| |
| * general: add default configurations for applet modeLiam2024-02-091-7/+44
| |
| * nvnflinger/gpu: implement applet captureLiam2024-02-091-2/+6
| |
| * nvnflinger/gpu: implement blendingLiam2024-02-097-17/+25
| |
* | service: add os types and multi wait APILiam2024-02-072-2/+2
|/
* am: push storage from error applet with non-zero sizeLiam2024-01-311-1/+1
|
* am: stop emulation when all applets are closedLiam2024-01-301-0/+8
|
* core: support offline web appletLiam2024-01-3022-37/+316
|
* am: return AppletDataBroker and use for frontend appletsLiam2024-01-3030-508/+422
|
* am: rework IStorage for transfer storageLiam2024-01-306-109/+117
|
* am: migrate global state to per-applet state structureLiam2024-01-3035-686/+654
|
* am: re-namespace frontend applets to frontend directoryLiam2024-01-3028-325/+243
|
* am: add new datatypes for per-applet stateLiam2024-01-3015-0/+1416
|
* service: split am into componentsLiam2024-01-3058-3482/+4046
|
* service: am: Focus state changed goes lastgerman772024-01-291-1/+1
|
* Merge pull request #12802 from german77/mii_interfaceliamwhite2024-01-281-1/+1
|\ | | | | service: mii: Migrate service to new interface
| * service: mii: Migrate service to new interfaceNarr the Reg2024-01-261-1/+1
| |
* | result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi2024-01-251-2/+2
| |
* | fs: Replace Mode enum by OpenMode enumFearlessTobi2024-01-251-3/+3
| |
* | vfs: Move vfs files to their own directoryFearlessTobi2024-01-252-2/+2
|/
* Merge pull request #12612 from liamwhite/fs-pidCharles Lombardo2024-01-151-3/+4
|\ | | | | fsp-srv: use program registry for SetCurrentProcess
| * fsp-srv: use program registry for SetCurrentProcessLiam2024-01-111-3/+4
| |
* | Fix typos in src/core (#12625)Viktor Szépe2024-01-081-1/+1
|/ | | | | | | | | * Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
* hid_core: Move hid to it's own subprojectNarr the Reg2024-01-053-7/+7
|
* am/jit: reference memory instance from contextLiam2023-12-251-4/+2
|
* service: fetch objects from the client handle tableLiam2023-12-251-4/+2
|
* Merge pull request #12183 from german77/justmiiliamwhite2023-11-271-1/+1
|\ | | | | service: nfc: Validate mii data
| * service: nfc: Validate mii datagerman772023-11-261-1/+1
| |
* | service: am: Create random mii for cabinet appletgerman772023-11-261-1/+2
|/
* Implemented qlaunch version of the controller appletFrozenAra2023-11-193-4/+92
|
* service: am: Set the correct album program idgerman772023-11-061-2/+2
|
* yuzu: Only store games in the recently played listgerman772023-11-051-0/+24
|
* Merge pull request #11936 from liamwhite/romfs-nonsenseliamwhite2023-11-031-2/+1
|\ | | | | romfs: fix extraction of single-directory root
| * romfs: fix extraction of single-directory rootLiam2023-11-011-2/+1
| |
* | Merge pull request #11929 from dima-xd/swkbd-appletliamwhite2023-10-312-2/+80
|\ \ | | | | | | service: am: Add support for LLE Software Keyboard Applet
| * | service: am: Add support for LLE Software Keyboard AppletDzmitry Dubrova2023-10-312-2/+80
| |/
* | Merge pull request #11892 from german77/pkm_screenshotliamwhite2023-10-311-2/+11
|\ \ | |/ |/| service: am: Implement ISelfController::SaveCurrentScreenshot
| * service: am: Implement ISelfController::SaveCurrentScreenshotNarr the Reg2023-10-271-2/+11
| |
* | core: Close all KEventsgerman772023-10-292-3/+9
|/
* service: acc: Implement functions needed for profile select (#11653)Narr the Reg2023-10-172-3/+41
|
* service: caps: Implement album manager and reorganize serviceNarr the Reg2023-10-081-1/+1
|
* service: Stub multiple functions to increase stability of album appletNarr the Reg2023-10-084-4/+124
|
* yuzu: Allow to launch album applet from firmwareNarr the Reg2023-10-022-0/+21
|
* Merge pull request #11632 from german77/hle_cabinetliamwhite2023-10-026-27/+238
|\ | | | | service: am: Add support for LLE Cabinet Applet
| * service: am: Implement shared bufferNarr the Reg2023-10-012-10/+125
| | | | | | | | Co-authored-by: Liam <byteslice@airmail.cc>
| * service: am: Set push in arguments according to the launched appletNarr the Reg2023-10-016-17/+113
| |
* | Don't send a double focus change messageKelebek12023-09-291-3/+0
|/
* service: mii: Fix reported bugsgerman772023-09-281-0/+2
|
* service: am: Stub to exit applet cleanlygerman772023-09-242-3/+31
|
* service: am: Implement stuff needed for Mii Editgerman772023-09-243-22/+238
|
* am: mii_edit: Implement DB operationsNarr the Reg2023-09-222-9/+48
|
* Merge pull request #11483 from FearlessTobi/save-size-maxliamwhite2023-09-162-1/+14
|\ | | | | am: Stub GetSaveDataSizeMax
| * am: Stub GetSaveDataSizeMaxFearlessTobi2023-09-122-1/+14
| | | | | | | | Needed for Minecraft Legends.
* | Merge pull request #11480 from german77/mii_serviceliamwhite2023-09-132-5/+9
|\ \ | | | | | | service: mii: Update implementation Part1
| * | mii: Prepare Interface for new implementationgerman772023-09-111-4/+7
| | |
| * | service: mii: separate mii types into their own filegerman772023-09-111-1/+2
| |/
* | am: Implement UserChannel parametersFearlessTobi2023-09-101-10/+30
| | | | | | | | Used by the Super Mairo 3D All-Stars collection.
* | am: Remove bcat from PopLaunchParameterFearlessTobi2023-09-102-21/+5
|/ | | | | | This never belonged here and has no use anymore since the Boxcat backend was removed. .
* service: mii: Fix broken mii on MK8Narr the Reg2023-09-071-1/+1
|
* Merge pull request #11384 from liamwhite/am-shutdownliamwhite2023-09-021-2/+6
|\ | | | | am: shorten shutdown timeout when lock is not held
| * am: shorten shutdown timeout when lock is not heldLiam2023-08-261-2/+6
| |
* | general: Use console mode helper across projectlat9nq2023-08-231-3/+2
| |
* | general: Convert use_docked_mode to an enumerationlat9nq2023-08-221-2/+4
|/ | | | Allows some special interactions with it in the Qt frontend.
* vfs: expand support for NCA readingLiam2023-08-151-1/+1
|
* core: remove ResultVal typeLiam2023-08-081-10/+16
|
* Merge pull request #11210 from german77/settingsliamwhite2023-08-051-24/+0
|\ | | | | service: set: Implement system settings for Qlaunch
| * service: set: Implement system settings for QlaunchNarr the Reg2023-08-031-24/+0
| |
* | service: am: Fix wrong interfaceNarr the Reg2023-08-023-3/+55
|/
* Debug SetIdleTimeDetectionExtensionKelebek12023-07-181-2/+2
|
* input_common: Implement native mifare supportNarr the Reg2023-06-221-1/+1
|
* am: stub CreateCacheStorageLiam2023-05-112-1/+33
|
* service: nfc: Merge device interfaces and create the device managerNarr the Reg2023-05-062-14/+16
|
* core: am: Demote TryPopFromFriendInvitationStorageChannel Log levelgerman772023-04-221-1/+1
|
* Merge pull request #10006 from german77/profile_selectliamwhite2023-04-012-14/+140
|\ | | | | service: am: Improve profile select applet
| * service: am: Improve profile select appletNarr the Reg2023-03-292-14/+140
| |
* | applet: controller: Implement cancel buttongerman772023-03-302-7/+14
|/
* Merge pull request #9505 from liamwhite/request-exitliamwhite2023-03-2918-1/+71
|\ | | | | applets: implement RequestExit
| * qt: implement RequestExit for appletsLiam2023-03-258-9/+9
| |
| * applets: implement RequestExitLiam2023-03-2518-1/+71
| |
* | memory: rename global memory references to application memoryLiam2023-03-241-2/+4
|/
* kernel: convert KProcess to new styleLiam2023-03-131-1/+1
|
* service: nfp: Improve implementationNarr the Reg2023-03-101-2/+2
|
* hle: rename legacy errors to ResultsLiam2023-03-073-18/+16
|
* nvnflinger: fix nameLiam2023-03-016-54/+53
|
* service: move hle_ipc from kernelLiam2023-03-016-239/+235
|
* Merge pull request #9832 from liamwhite/hle-mpliamwhite2023-03-012-10/+13
|\ | | | | service: HLE multiprocess
| * service: refactor server architectureLiam2023-02-212-10/+13
| | | | | | | | Converts services to have their own processes
* | Merge pull request #9859 from liamwhite/tmem-useliamwhite2023-02-281-6/+4
|\ \ | | | | | | service: avoid direct pointer access of transfer memory objects
| * | am: avoid direct pointer access of transfer memory objectsLiam2023-02-241-6/+4
| |/
* / core: Update service function tables to 16.0.0+Narr the Reg2023-02-251-0/+6
|/
* Merge pull request #9796 from liamwhite/currentliamwhite2023-02-154-13/+15
|\ | | | | general: rename CurrentProcess to ApplicationProcess
| * general: rename CurrentProcess to ApplicationProcessLiam2023-02-144-13/+15
| |
* | Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usageliamwhite2023-02-151-1/+1
|\ \ | | | | | | Fix consexpr value declaration usage
| * | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-142-7/+7
| | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com>
| * | add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-142-7/+7
| |/ | | | | | | Signed-off-by: arades79 <scravers@protonmail.com>
* / service: remove deleted servicesLiam2023-02-143-44/+0
|/
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-1/+1
| | | | | This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-1/+1
|
* hle_ipc: Rename ReadBufferSpan to ReadBufferameerj2022-12-291-1/+1
|
* service: Use ReadBufferSpan where it is trivial to do soameerj2022-12-251-1/+1
|
* general: fix compile for Apple ClangLiam2022-11-231-2/+2
|
* Merge pull request #9238 from german77/cabinet_appletbunnei2022-11-204-7/+306
|\ | | | | service: am: Implement cabinet applet
| * general: Address review commentsgerman772022-11-142-13/+14
| |
| * service: am: Fix cabinet applet resultgerman772022-11-132-10/+22
| |
| * service: am: Implement cabinet applet backendgerman772022-11-134-7/+293
| |
* | Add break for default casesKyle Kienapfel2022-11-142-0/+3
|/ | | | | | | | | | | Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return
* service: am: Stub SetRecordVolumeMutedgerman772022-10-302-1/+13
| | | | Used by bayonetta 3
* general: Enforce C4800 everywhere except in video_coreMorph2022-10-221-1/+1
|
* kernel: remove KWritableEventLiam2022-10-132-11/+11
|
* core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg2022-09-071-1/+1
|
* core: ns: Implement pl:s serviceNarr the Reg2022-09-031-1/+1
|
* Demote services from warning/info to debug to reduce log spam:Kelebek12022-09-011-1/+1
| | | | | | | | | | | GetCurrentFocusState SetClockSpeed EnableSixAxisSensorUnalteredPassthrough IsSixAxisSensorUnalteredPassthroughEnabled Get, GetOld SetAndWait, SetAndWaitOld IocParam IocFree
* applet/swkbd: Implement optional symbol keysMorph2022-07-241-0/+6
| | | | These are only used in the numeric keyboard, and correspond to the keys to the left and right of the "0" key on the numeric keyboard.
* Project AndioKelebek12022-07-222-2/+9
|
* implement resume messageGus Caplan2022-07-182-0/+5
|
* service am: Update service tables to 14.0.0german772022-07-141-0/+3
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-2716-42/+42
|
* service: am: Stub PerformSystemButtonPressingIfInFocusNarr the Reg2022-06-202-1/+24
| | | | Used by Ring Fit Adventure
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-147-9/+9
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-2333-99/+66
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* service: jit: stub JIT serviceLiam2022-04-072-1/+9
|
* applets/web: Keep foreground (websession) web applet openMorph2022-04-021-0/+8
| | | | This is a hack to keep the foreground (websession) web applet open in games using these such as Super Mario 3D All-Stars.
* Merge pull request #8041 from Morph1984/inline-swkbdbunnei2022-03-263-166/+415
|\ | | | | applets/swkbd: Add support for an updated inline software keyboard
| * applets/swkbd: Split software keyboard initializationMorph2022-03-222-160/+349
| | | | | | | | | | Since the CalcArg struct has been updated with a new size and fields, we have to split the initialization of the keyboard into multiple functions. This also adds support for parsing the new CalcArg struct used by updated versions of Monster Hunter Rise.
| * applets/swkbd: Add new inline software keyboard typesMorph2022-03-221-6/+66
| | | | | | | | These were added in newer firmware versions.
* | applets/mii: Remove unused includeMorph2022-03-221-1/+0
| |
* | applets/mii: Cleanup MiiEdit applet implementationMorph2022-03-222-44/+85
| | | | | | | | This also enables proper support for MiiEdit applets which are used in games with firmware versions prior to 10.2.0 by handling the 2 different versions of applet inputs and outputs.
* | applets/mii: Cleanup MiiEdit applet typesMorph2022-03-221-23/+44
| |
* | applets/mii: Move MiiEdit applet types into its own fileMorph2022-03-223-54/+69
| |
* | applets: Rename Mii to MiiEditMorph2022-03-224-34/+35
|/
* core: Reduce unused includesameerj2022-03-191-1/+0
|
* Merge pull request #7964 from german77/miiiibunnei2022-03-174-5/+212
|\ | | | | applet: mii: Simple implementation of mii applet
| * applet: mii: Simple implementation of mii appletgerman772022-03-014-5/+212
| |
* | core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and SessionRequestManager.bunnei2022-03-151-2/+2
|/
* service: am: Update enum names to match documentationNarr the Reg2022-02-222-5/+37
|
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-053-7/+6
| | | | This completes the removal of the old UUID implementation.
* profile: Migrate to the new UUID implementationMorph2022-02-053-10/+11
|
* service/am: Update omm function tablesLioncash2022-01-211-0/+1
|
* service: am: ISelfController: Stub SaveCurrentScreenshotMorph2021-12-032-1/+14
| | | | - Used by Disney Magical World 2: Enchanted Edition
* core/hid: Remove usage of native types, fix a couple of errors with motiongerman772021-11-252-1/+6
|
* second commit lion reviewgerman772021-11-251-0/+2
|
* kraken: Address comments from reviewgerman772021-11-251-1/+1
| | | | review fixes
* configuration: Migrate controller settings to emulated controllergerman772021-11-251-11/+3
|
* core/frontend: Update appletsgerman772021-11-251-1/+1
|
* Settings: eliminate rescaling_factor.Fernando Sahmkow2021-11-161-8/+4
|
* applets/swkbd: Fix text check message encodingMorph2021-11-081-7/+15
| | | | The text check message can be encoded in UTF-8.
* applets/swkbd: Skip text checking if the text has been confirmedMorph2021-11-082-8/+15
| | | | | | | Confirm means that the text has already been checked by the application to be correct, but is asking the user for confirmation. The confirmation text itself seems to be corrupted though, this needs to be investigated. Fixes the software keyboard in Famicom Detective Club: The Missing Heir
* general: Get the current process program id directly from the systemMorph2021-11-044-15/+9
| | | | This allows us to avoid including KProcess' header file in files that only need to get the current process' program id.
* general: Rename GetTitleID to GetProgramIDMorph2021-11-044-9/+11
|
* core: Remove unused includesameerj2021-11-044-7/+0
|
* Merge pull request #7110 from vonchenplus/fix_extract_offline_romefs_errorMorph2021-10-111-0/+10
|\ | | | | applets/web: Fallback to loader to get the manual romfs if none is found
| * applets/web: Fallback to loader to get the manual romfs if none is foundFeng Chen2021-10-111-0/+10
| |
* | service: Reduce header include overheadMorph2021-10-072-2/+2
| |
* | Merge pull request #7103 from Morph1984/service-ctx-eventbunnei2021-10-054-94/+104
|\ \ | | | | | | service: Replace all service event creation with ServiceContext::CreateEvent
| * | service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-024-94/+104
| | | | | | | | | | | | The service context helps to manage all created events and allows us to close them upon destruction.
* | | service: am: Make use of Exit to exit the currently running applicationMorph2021-10-021-2/+2
|/ / | | | | | | This also moves the call to the end to ensure services are properly destructed on exit.
* | service/am: Update to 13.0.0german772021-09-271-0/+4
| |
* | common/uuid: Add validity checking functions to interfaceLioncash2021-09-221-1/+1
|/ | | | | Given we have a function to invalidate, we should also have ones to query the validity. Also makes the code more straightforward to read.
* am: Implement GetNotificationStorageChannelEventgerman772021-09-102-2/+16
|
* applet_error: Fix 64-bit error code conversionMorph2021-08-191-6/+25
|
* applet_swkbd: Include the null terminator in the buffer size calculationMorph2021-08-051-2/+4
| | | | Some games may interpret the read string as a null-terminated string instead of just reading the string up to buffer_size.
* applet_swkbd: Correct string buffer size calculationMorph2021-07-301-2/+2
| | | | The buffer size here does not include the initial 8 bytes.
* applet_controller: Add preliminary support for version 8Morph2021-07-202-3/+33
| | | | Version 8 adds support for key remapping introduced in FW 11.0, we will not be implementing this for now.
* applets/web: Resolve Nintendo CDN URLsMorph2021-07-151-0/+13
| | | | This fixes the hint videos in New Super Mario Bros. U Deluxe
* service: Append service name prefix to common filenamesMorph2021-07-141-2/+2
|
* applets: Append applet_ prefix to backend appletsMorph2021-07-1416-17/+17
|
* general: Make most settings a BasicSettinglat9nq2021-06-281-1/+1
| | | | | | | | | | | Creates a new BasicSettings class in common/settings, and forces setting a default and label for each setting that uses it in common/settings. Moves defaults and labels from both frontends into common settings. Creates a helper function in each frontend to facillitate reading the settings now with the new default and label properties. Settings::Setting is also now a subclass of Settings::BasicSetting. Also adds documentation for both Setting and BasicSetting.
* general: Replace RESULT_UNKNOWN with ResultUnknownMorph2021-06-021-6/+6
| | | | Transition to PascalCase for result names.
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-0212-137/+137
| | | | Transition to PascalCase for result names.
* applets/swkbd: Make use of std::move where applicableMorph2021-05-281-8/+8
| | | | Avoids redundant string copies
* applets/swkbd: Only read the text check message on Failure/ConfirmMorph2021-05-281-2/+7
| | | | | | Applications may leave this region of memory uninitialized when the text check result is not either Failure or Confirm. Attempting to read uninitialized memory may cause an exception within the UTF16 to UTF8 string converter. Fix this by only reading the text check message on Failure or Confirm.
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-262-28/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * common: fs: fs_types: Create filesystem types Contains various filesystem types used by the Common::FS library * common: fs: fs_util: Add std::string to std::u8string conversion utility * common: fs: path_util: Add utlity functions for paths Contains various utility functions for getting or manipulating filesystem paths used by the Common::FS library * common: fs: file: Rewrite the IOFile implementation * common: fs: Reimplement Common::FS library using std::filesystem * common: fs: fs_paths: Add fs_paths to replace common_paths * common: fs: path_util: Add the rest of the path functions * common: Remove the previous Common::FS implementation * general: Remove unused fs includes * string_util: Remove unused function and include * nvidia_flags: Migrate to the new Common::FS library * settings: Migrate to the new Common::FS library * logging: backend: Migrate to the new Common::FS library * core: Migrate to the new Common::FS library * perf_stats: Migrate to the new Common::FS library * reporter: Migrate to the new Common::FS library * telemetry_session: Migrate to the new Common::FS library * key_manager: Migrate to the new Common::FS library * bis_factory: Migrate to the new Common::FS library * registered_cache: Migrate to the new Common::FS library * xts_archive: Migrate to the new Common::FS library * service: acc: Migrate to the new Common::FS library * applets/profile: Migrate to the new Common::FS library * applets/web: Migrate to the new Common::FS library * service: filesystem: Migrate to the new Common::FS library * loader: Migrate to the new Common::FS library * gl_shader_disk_cache: Migrate to the new Common::FS library * nsight_aftermath_tracker: Migrate to the new Common::FS library * vulkan_library: Migrate to the new Common::FS library * configure_debug: Migrate to the new Common::FS library * game_list_worker: Migrate to the new Common::FS library * config: Migrate to the new Common::FS library * configure_filesystem: Migrate to the new Common::FS library * configure_per_game_addons: Migrate to the new Common::FS library * configure_profile_manager: Migrate to the new Common::FS library * configure_ui: Migrate to the new Common::FS library * input_profiles: Migrate to the new Common::FS library * yuzu_cmd: config: Migrate to the new Common::FS library * yuzu_cmd: Migrate to the new Common::FS library * vfs_real: Migrate to the new Common::FS library * vfs: Migrate to the new Common::FS library * vfs_libzip: Migrate to the new Common::FS library * service: bcat: Migrate to the new Common::FS library * yuzu: main: Migrate to the new Common::FS library * vfs_real: Delete the contents of an existing file in CreateFile Current usages of CreateFile expect to delete the contents of an existing file, retain this behavior for now. * input_profiles: Don't iterate the input profile dir if it does not exist Silences an error produced in the log if the directory does not exist. * game_list_worker: Skip parsing file if the returned VfsFile is nullptr Prevents crashes in GetLoader when the virtual file is nullptr * common: fs: Validate paths for path length * service: filesystem: Open the mod load directory as read only
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-7/+7
| | | | | | Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
* fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei2021-05-061-2/+0
|
* hle: kernel: Rename Process to KProcess.bunnei2021-05-064-4/+4
|
* hle: kernel: Remove deprecated Object class.bunnei2021-05-061-1/+0
|
* hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei2021-05-062-5/+6
|
* hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei2021-05-061-1/+0
|
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei2021-05-064-30/+28
|
* hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei2021-05-062-0/+18
|
* hle: kernel: Migrate KEvent to KAutoObject.bunnei2021-05-064-76/+65
|
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei2021-05-064-11/+10
|
* service: Remove unused class variablesLioncash2021-05-051-5/+4
| | | | Prevents some warnings from occurring.
* service: Resolve cases of member field shadowingLioncash2021-05-042-4/+4
| | | | | Now all that remains is for kernel code to be 'shadow-free' and then -Wshadow can be turned into an error.
* service: Eliminate cases of member shadowingLioncash2021-04-262-4/+4
| | | | | Resolves a few localized instances of member variable shadowing. Brings us a little closer to turning shadowing warnings into errors.
* ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEnabledMorph2021-04-242-1/+10
| | | | - Used by Pixel Game Maker Series Werewolf Princess Kaguya
* applets: Send focus state change message on applet state changeMorph2021-04-1710-22/+56
| | | | Fixes the softlock after the controller applet exits in Mario Kart 8 Deluxe.
* applets: Make the applet mode a protected property of AppletMorph2021-04-1714-22/+20
|
* applets/swkbd: Implement the Normal and Inline Software Keyboard AppletMorph2021-04-153-13/+1487
|
* ILibraryAppletCreator: Implement CreateHandleStorageMorph2021-04-152-6/+64
| | | | Used by Monster Hunter Generations Ultimate
* ILibraryAppletAccessor: Demote from ERROR to DEBUG for null storage logsMorph2021-04-151-2/+2
| | | | Avoids unnecessary console spam when the inline software keyboard is used.
* applets: Pass in the LibraryAppletMode each applet's constructorMorph2021-04-1513-33/+58
|
* applets: Remove the previous software keyboard applet implementationMorph2021-04-152-227/+6
|
* common: Move settings to common from core.bunnei2021-04-151-1/+1
| | | | - Removes a dependency on core and input_common from common.
* ISelfController: Update to 11.xMorph2021-04-071-0/+1
|
* IApplicationFunctions: Update to 11.xMorph2021-04-071-0/+6
|
* IDebugFunctions: Update to 12.xMorph2021-04-071-0/+2
|
* ICommonStateGetter: Update to 12.xMorph2021-04-071-0/+9
|
* IGlobalStateController: Update to 12.xMorph2021-04-071-0/+1
|
* IHomeMenuFunctions: Update to 12.xMorph2021-04-071-0/+3
|
* ISelfController: Stub SetAlbumImageTakenNotificationEnabledMorph2021-03-302-1/+17
| | | | | This service call sets an internal flag whether a notification is shown when an image is captured. Currently we do not support capturing images via the capture button, so this can be stubbed for now.
* hle: service: am: IStorageAccessor: Fix out of bounds error handling.bunnei2021-02-141-6/+7
|
* Merge pull request #5902 from lioncash/core-warnbunnei2021-02-121-1/+2
|\ | | | | core: Silence various warnings on Clang 12
| * am/controller: Remove [[fallthrough]] from unreachable pathLioncash2021-02-091-1/+2
| | | | | | | | | | Prevents warnings on clang 12. This path is reachable on other variations of the build that disable the unreachable macro.
* | software_keyboard: Implement Finalize request commandMorph2021-02-111-0/+4
|/
* Merge pull request #5326 from german77/hidUpdate1bunnei2021-02-061-1/+1
|\ | | | | HID: Update the HID service to match more closely to switchbrew part 1
| * Fix npad struct to match switchbrewgerman2021-02-041-1/+1
| |
* | hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2021-02-054-58/+70
| |
* | hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-054-14/+14
| |
* | hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei2021-02-054-12/+12
| |
* | IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEventMorph2021-02-022-1/+14
|/
* am/IApplicationFunctions: Stub IsGamePlayRecordingSupportedMorph2021-01-312-1/+12
| | | | Used by RetroArch
* am: Stub TryPopFromFriendInvitationStorageChannelameerj2021-01-312-1/+10
| | | | Used by Family Feud
* hle: Implement remaining services for Stereo VisionChloe Marcec2021-01-242-1/+9
| | | | Used by Zelda Breath of the Wild, Super Mario Odyssey and Nintendo Labo
* hle: service: am: Stub ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSliceZero.bunnei2021-01-211-1/+8
| | | | - Used by Monster Hunter Rise demo.
* common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITReinUsesLisp2021-01-151-5/+5
| | | | INSERT_PADDING_BYTES_NOINIT is more descriptive of the underlying behavior.
* general: Fix various spelling errorsMorph2021-01-022-4/+4
|
* applets/web: Implement the online web browser appletMorph2020-12-182-3/+11
|
* main, applets/web: Re-add progress dialog for RomFS extractionMorph2020-12-182-32/+44
|
* pl_u, applets/web: Decrypt shared fonts to TTF filesMorph2020-12-181-0/+86
|
* applets/web: Implement the default web browser applet frontendMorph2020-12-181-1/+4
|
* applets/web: Implement the offline browser applet backendMorph2020-12-182-13/+143
|
* applets/web: Initial implementation of the web browser appletMorph2020-12-183-2/+428
|
* applets: Remove the previous web browser applet implementationMorph2020-12-184-609/+37
|
* Merge pull request #5166 from lioncash/log-castbunnei2020-12-093-10/+10
|\ | | | | core: Remove unnecessary enum casts in log calls
| * core: Remove unnecessary enum casts in log callsLioncash2020-12-083-10/+10
| | | | | | | | | | Follows the video core PR. fmt doesn't require casts for enum classes anymore, so we can remove quite a few casts.
* | Merge pull request #5135 from Morph1984/applets-shadowbunnei2020-12-091-1/+1
|\ \ | | | | | | applets: Resolve variable shadowing
| * | applets: Resolve variable shadowingMorph2020-12-051-1/+1
| |/
* | controller: Use std::move within ConvertToFrontendParameters()Lioncash2020-12-081-3/+3
| | | | | | | | Avoids unnecessary copies.
* | controller: Avoid unnecessary copies in ConfigurationComplete()Lioncash2020-12-081-9/+8
|/ | | | | Avoids unnecessary 1072 byte copies when querying info about controllers.
* service: Eliminate usages of the global system instanceLioncash2020-11-2724-130/+149
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* service: am: Implement ExecuteProgram and required stubs.bunnei2020-11-252-3/+34
| | | | - This is used by Super Mario 3D All-Stars.
* hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei2020-11-246-35/+34
| | | | | | * hle: services: Fix a crash with improper NVFlinger lifetime management. - This crash would happen when attempting to shutdown yuzu early on in boot.
* patch_manager: Remove usages of the global system instanceLioncash2020-11-181-4/+10
| | | | | | | With this, only 19 usages of the global system instance remain within the core library. We're almost there.
* controllers/npad: Rename NPadType to NpadStyleSetMorph2020-11-161-1/+1
| | | | This more accurately represents the underlying type and avoids confusion with NpadType
* settings: Preparation for per-game input settingsMorph2020-11-162-3/+3
|
* Merge pull request #4895 from Morph1984/cave-story-plus-applet-fixbunnei2020-11-132-26/+80
|\ | | | | applets/controller: Introduce additional checks for mode and caller
| * applets: Rename LibraryAppletVersion to ControllerAppletVersionMorph2020-11-082-15/+15
| |
| * applets/controller: Pop normal data for StrapGuide and FirmwareUpdateMorph2020-11-082-6/+19
| |
| * applets/controller: Introduce additional checks for mode and callerMorph2020-11-082-5/+39
| | | | | | | | | | Some games like Cave Story+ set invalid values in the ControllerPrivateArg's mode and caller fields. Use other fields to determine the appropriate mode and caller should either or both fields be invalid.
| * applets/controller: Add ControllerUpdateFirmwareArg structMorph2020-11-081-0/+7
| |
* | ipc_helpers: Remove usage of the global system instanceLioncash2020-11-081-1/+1
|/ | | | | | | | | Resolves numerous deprecation warnings throughout the codebase due to inclusion of this header. Now building core should be significantly less noisy (and also relying on less global state). This also uncovered quite a few modules that were relying on indirect includes, which have also been fixed.
* service: Update function tablesLioncash2020-10-281-0/+2
| | | | Updates function tables according to info on SwitchBrew.
* Revert "core: Fix clang build"bunnei2020-10-212-14/+14
|
* core: Fix clang buildLioncash2020-10-182-14/+14
| | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
* frontend/controller: Eliminate dependency on the global system instanceLioncash2020-09-261-1/+2
|
* am: Stub GetPreviousProgramIndexMorph2020-09-182-1/+11
| | | | - Used in Super Mario 3D All-Stars
* Address feedbackMorph2020-09-042-0/+7
|
* applets/controller: Set min_players to have a minimum value of 1.Morph2020-09-041-1/+1
| | | | - Some games like Shipped have a minimum requirement of 0 connected players and is undesired behavior. We must require a minimum of 1 player connected regardless of what games may ask.
* applets/controller: Implement "Explain Text"Morph2020-09-042-16/+26
| | | | "Explain Text" is additional text that is shown for each player in the controller applet.
* Project Mjölnir: Part 2 - Controller AppletMorph2020-09-044-31/+375
| | | | Co-authored-by: Its-Rei <kupfel@gmail.com>
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-8/+8
| | | | | | | | | | | | Migrates a remaining common file over to the Common namespace, making it consistent with the rest of common files. This also allows for high-traffic FS related code to alias the filesystem function namespace as namespace FS = Common::FS; for more concise typing.
* software_keyboard: Resolve a pessimizing move warningLioncash2020-08-141-2/+1
| | | | | A std::vector created in place like this is already an rvalue and doesn't need to be moved.
* General: Tidy up clang-format warnings part 2Lioncash2020-08-131-1/+2
|
* Merge pull request #4457 from ogniK5377/SetScreenShotPermissionbunnei2020-08-072-1/+12
|\ | | | | am: Unstub SetScreenShotPermission
| * am: Unstub SetScreenShotPermissionDavid Marcec2020-07-312-1/+12
| |
* | fs: Rename SaveDataDescriptor to SaveDataAttributeMorph2020-07-301-5/+5
|/
* remove unused variable;CrazyMax2020-07-271-1/+0
|
* Address issuesDavid Marcec2020-07-201-2/+2
|
* swkbd: Return result for Calc request for inlined swkbdDavid Marcec2020-07-192-13/+49
| | | | Fixes random swkbd popups in monster hunter
* Merge pull request #4275 from CrazyMax/desired_languagebunnei2020-07-121-1/+13
|\ | | | | AM: fix GetDesiredLanguage:
| * AM: fix GetDesiredLanguage:CrazyMax2020-07-081-1/+13
| | | | | | | | | | | | try to get a control metadata from application update when is failed to get from the basic version. Tested on Kirby Star Allies
* | configuration: implement per-game configurations (#4098)lat9nq2020-07-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Switch game settings to use a pointer In order to add full per-game settings, we need to be able to tell yuzu to switch to using either the global or game configuration. Using a pointer makes it easier to switch. * configuration: add new UI without changing existing funcitonality The new UI also adds General, System, Graphics, Advanced Graphics, and Audio tabs, but as yet they do nothing. This commit keeps yuzu to the same functionality as originally branched. * configuration: Rename files These weren't included in the last commit. Now they are. * configuration: setup global configuration checkbox Global config checkbox now enables/disables the appropriate tabs in the game properties dialog. The use global configuration setting is now saved to the config, defaulting to true. This also addresses some changes requested in the PR. * configuration: swap to per-game config memory for properties dialog Does not set memory going in-game. Swaps to game values when opening the properties dialog, then swaps back when closing it. Uses a `memcpy` to swap. Also implements saving config files, limited to certain groups of configurations so as to not risk setting unsafe configurations. * configuration: change config interfaces to use config-specific pointers When a game is booted, we need to be able to open the configuration dialogs without changing the settings pointer in the game's emualtion. A new pointer specific to just the configuration dialogs can be used to separate changes to just those config dialogs without affecting the emulation. * configuration: boot a game using per-game settings Swaps values where needed to boot a game. * configuration: user correct config during emulation Creates a new pointer specifically for modifying the configuration while emulation is in progress. Both the regular configuration dialog and the game properties dialog now use the pointer Settings::config_values to focus edits to the correct struct. * settings: split Settings::values into two different structs By splitting the settings into two mutually exclusive structs, it becomes easier, as a developer, to determine how to use the Settings structs after per-game configurations is merged. Other benefits include only duplicating the required settings in memory. * settings: move use_docked_mode to Controls group `use_docked_mode` is set in the input settings and cannot be accessed from the system settings. Grouping it with system settings causes it to be saved with per-game settings, which may make transferring configs more difficult later on, especially since docked mode cannot be set from within the game properties dialog. * configuration: Fix the other yuzu executables and a regression In main.cpp, we have to get the title ID before the ROM is loaded, else the renderer will reflect only the global settings and now the user's game specific settings. * settings: use a template to duplicate memory for each setting Replaces the type of each variable in the Settings::Values struct with a new class that allows basic data reading and writing. The new struct Settings::Setting duplicates the data in memory and can manage global overrides per each setting. * configuration: correct add-ons config and swap settings when apropriate Any add-ons interaction happens directly through the global values struct. Swapping bewteen structs now also includes copying the necessary global configs that cannot be changed nor saved in per-game settings. General and System config menus now update based on whether it is viewing the global or per-game settings. * settings: restore old values struct No longer needed with the Settings::Setting class template. * configuration: implement hierarchical game properties dialog This sets the apropriate global or local data in each setting. * clang format * clang format take 2 can the docker container save this? * address comments and style issues * config: read and write settings with global awareness Adds new functions to read and write settings while keeping the global state in focus. Files now generated per-game are much smaller since often they only need address the global state. * settings: restore global state when necessary Upon closing a game or the game properties dialog, we need to restore all global settings to the original global state so that we can properly open the configuration dialog or boot a different game. * configuration: guard setting values incorrectly This disables setting values while a game is running if the setting is overwritten by a per game setting. * config: don't write local settings in the global config Simple guards to prevent writing the wrong settings in the wrong files. * configuration: add comments, assume less, and clang format No longer assumes that a disabled UI element means the global state is turned off, instead opting to directly answer that question. Still however assumes a game is running if it is in that state. * configuration: fix a logic error Should not be negated * restore settings' global state regardless of accept/cancel Fixes loading a properties dialog and causing the global config dialog to show local settings. * fix more logic errors Fixed the frame limit would set the global setting from the game properties dialog. Also strengthened the Settings::Setting member variables and simplified the logic in config reading (ReadSettingGlobal). * fix another logic error In my efforts to guard RestoreGlobalState, I accidentally negated the IsPowered condition. * configure_audio: set toggle_stretched_audio to tristate * fixed custom rtc and rng seed overwriting the global value * clang format * rebased * clang format take 4 * address my own review Basically revert unintended changes * settings: literal instead of casting "No need to cast, use 1U instead" Thanks, Morph! Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> * Revert "settings: literal instead of casting " This reverts commit 95e992a87c898f3e882ffdb415bb0ef9f80f613f. * main: fix status buttons reporting wrong settings after stop emulation * settings: Log UseDockedMode in the Controls group This should have happened when use_docked_mode was moved over to the controls group internally. This just reflects this in the log. * main: load settings if the file has a title id In other words, don't exit if the loader has trouble getting a title id. * use a zero * settings: initalize resolution factor with constructor instead of casting * Revert "settings: initalize resolution factor with constructor instead of casting" This reverts commit 54c35ecb46a29953842614620f9b7de1aa9d5dc8. * configure_graphics: guard device selector when Vulkan is global Prevents the user from editing the device selector if Vulkan is the global renderer backend. Also resets the vulkan_device variable when the users switches back-and-forth between global and Vulkan. * address reviewer concerns Changes function variables to const wherever they don't need to be changed. Sets Settings::Setting to final as it should not be inherited from. Sets ConfigurationShared::use_global_text to static. Co-Authored-By: VolcaEM <volcaem@users.noreply.github.com> * main: load per-game settings after LoadROM This prevents `Restart Emulation` from restoring the global settings *after* the per-game settings were applied. Thanks to BSoDGamingYT for finding this bug. * Revert "main: load per-game settings after LoadROM" This reverts commit 9d0d48c52d2dcf3bfb1806cc8fa7d5a271a8a804. * main: only restore global settings when necessary Loading the per-game settings cannot happen after the ROM is loaded, so we have to specify when to restore the global state. Again thanks to BSoD for finding the bug. * configuration_shared: address reviewer concerns except operator overrides Dropping operator override usage in next commit. Co-Authored-By: LC <lioncash@users.noreply.github.com> * settings: Drop operator overrides from Setting template Requires using GetValue and SetValue explicitly. Also reverts a change that broke title ID formatting in the game properties dialog. * complete rebase * configuration_shared: translate "Use global configuration" Uses ConfigurePerGame to do so, since its usage, at least as of now, corresponds with ConfigurationShared. * configure_per_game: address reviewer concern As far as I understand, it prevents the program from unnecessarily copying strings. Co-Authored-By: LC <lioncash@users.noreply.github.com> Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> Co-authored-by: VolcaEM <volcaem@users.noreply.github.com> Co-authored-by: LC <lioncash@users.noreply.github.com>
* | Merge pull request #4248 from Morph1984/CreateManagedDisplaySeparableLayerbunnei2020-07-102-1/+20
|\ \ | |/ |/| AM/ISelfController: Stub CreateManagedDisplaySeparableLayer
| * AM/ISelfController: Stub CreateManagedDisplaySeparableLayerMorph2020-07-052-1/+20
| | | | | | | | | | | | Stub this by sending 1 layer id instead of 2 as yuzu does not support multiple layers per display. No adverse side effects have been observed. - Used by Animal Crossing: New Horizons Update 1.3.0
* | GetDisplayVersion should return a null-terminated version string.CrazyMax2020-07-071-4/+16
|/ | | | also, in case of failed to get of the basic version, we will try get it from application update.
* am: Stub GetIndirectLayerConsumerHandleDavid Marcec2020-06-281-1/+13
| | | | Needed by Monster Hunter Generations Ultimate
* Merge pull request #4154 from ogniK5377/swkbd-nullptrbunnei2020-06-271-1/+1
|\ | | | | Prevent nullptr dereference on swkbd error case
| * Prevent nullptr dereference on swkbd error caseDavid Marcec2020-06-241-1/+1
| |
* | am: Update function tables and add missing classes (#4169)VolcaEM2020-06-273-17/+19
|/ | | | | | | | | | | | | | | | | * am: Update function tables and add missing classes * Remove comments (1/5) * Remove comments (2/5) * Remove comments (3/5) * Remove comments (4/5) * Remove comments (5/5) * Remove unused classes (1/2) * Remove unused classes (2/2)
* software_keyboard: Eliminate trivial redundant copiesLioncash2020-06-201-2/+2
| | | | We can just make use of moves here to get rid of two redundant copies
* Merge pull request #3843 from ogniK5377/GetPopFromGeneralChannelEventbunnei2020-05-043-4/+20
|\ | | | | am: IHomeMenuFunctions:GetPopFromGeneralChannelEvent
| * am: IHomeMenuFunctions:GetPopFromGeneralChannelEventDavid Marcec2020-05-013-4/+20
| | | | | | | | QLaunch 1.0.0
* | Merge pull request #3824 from ogniK5377/GetDisplayVersionbunnei2020-05-031-3/+14
|\ \ | |/ |/| am: Properly implement GetDisplayVersion
| * Update src/core/hle/service/am/am.cppbunnei2020-05-031-1/+1
| | | | | | Co-authored-by: Mat M. <mathew1800@gmail.com>
| * am: Properly implement GetDisplayVersionDavid Marcec2020-04-291-3/+14
| | | | | | | | Properly implement IApplicationFunctions::GetDisplayVersion
* | Merge pull request #3823 from ogniK5377/setvrmodeMat M2020-04-302-16/+6
|\ \ | | | | | | am: IsVrModeEnabled & SetVrModeEnabled fixes
| * | am: IsVrModeEnabled & SetVrModeEnabled fixesDavid Marcec2020-04-292-16/+6
| |/ | | | | | | | | Return the proper state of vr mode for IsVrModeEnabled We should not return an error for SetVrModeEnabled. When VR Mode is turned on, it signals to lbl to turn vr mode on, not return an error code
* / am: GetFriendInvitationStorageChannelEventDavid Marcec2020-04-302-1/+14
|/ | | | Closes #3829
* style: Change AMs & Glues error codes to be dec instead of hexDavid Marcec2020-04-281-3/+3
| | | | Consistency for the rest of the error codes in the codebase
* service: Update function tablesLioncash2020-04-201-0/+10
| | | | | | Keeps the service function tables up to date. Updated based off information on SwitchBrew.
* am: Resolve ineffective movesLioncash2020-04-181-2/+2
| | | | | Previously const objects were being std::moved, which results in no move actually occurring. This resolves that.
* am: Implement VR related APIsperillamint2020-03-272-3/+42
| | | | | | Implement (and stub) VR related APIs in AM sysmodule. This fixes issue #2938
* core/web_browser: Allow WebApplet to exit gracefully when an error occursFearlessTobi2020-03-221-0/+6
| | | | | | | | Currently, yuzu just freezes when an error occurs while Initializing the WebApplet. From a user perspective, this obviously isn't great as the game just softlocks. With this change, yuzu will call the Finalize method, so to the game it seems like as the user just exited the WebApplet normally. This works around https://github.com/yuzu-emu/yuzu/issues/2852.
* AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454)Morph2020-02-272-2/+14
| | | | | | | | | * Stub SetLcdBacklighOffEnabled Used by Super Smash Bros. Ultimate We require backlight services to be implemented to turn on/off the backlight. * Address feedback
* hle: services: Use std::shared_ptr instead of copy by value.bunnei2020-02-088-43/+43
|
* am: Correct IPC object count mismatch.bunnei2020-02-061-6/+4
|
* services: am: Clear events on PopOutData and PopInteractiveOutData.bunnei2020-02-061-0/+2
|
* am: Refactor IStorage interface.bunnei2020-02-067-43/+81
|
* applets: software_keyboard: Signal state change on end of interactive session.bunnei2020-02-061-0/+1
|
* applets: software_keyboard: Minor cleanup.bunnei2020-02-061-2/+2
|
* Merge pull request #3094 from lioncash/tablesbunnei2019-11-253-2/+23
|\ | | | | service: Update function tables
| * service: Update function tablesLioncash2019-11-123-2/+23
| | | | | | | | | | | | Keeps the function tables up to date. Updated based off information from Switchbrew.
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-254-11/+10
| | | | | | | | | | | | * kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. - See https://github.com/citra-emu/citra/pull/4710 for details.
* | Merge pull request #3112 from lioncash/skipbunnei2019-11-211-8/+16
|\ \ | | | | | | service/am: Remove unnecessary Skip calls
| * | service/am: Remove unnecessary Skip callsLioncash2019-11-141-8/+16
| | | | | | | | | | | | | | | We can simplify these by wrapping the necessary members in structs and then simply reading out the whole struct.
* | | Merge pull request #3111 from lioncash/querybunnei2019-11-212-5/+14
|\ \ \ | | | | | | | | am: Stub QueryApplicationPlayStatistics
| * | | am: Stub QueryApplicationPlayStatisticsLioncash2019-11-142-5/+14
| |/ / | | | | | | | | | | | | | | | | | | | | | Maintains implementation parity between QueryApplicationPlayStatistics and QueryApplicationPlayStatisticsByUid. These function the same behaviorally underneath the hood, with the only difference being that one allows specifying a UID.
* | | Merge pull request #3091 from lioncash/core-conversionbunnei2019-11-152-10/+10
|\ \ \ | |/ / |/| | core: Make most implicit type conversion warnings errors on MSVC
| * | service: Resolve sign conversion errorsLioncash2019-11-122-10/+10
| |/ | | | | | | | | These are fairly trivial to resolve and most of the changes entail using RESULT_UNKNOWN over ResultCode(-1).
* / Implement stub for QueryApplicationPlayStatisticsByUidMichael Scire2019-11-112-0/+10
|/
* Merge pull request #3062 from bunnei/event-improvebunnei2019-11-062-13/+13
|\ | | | | kernel: Improve events
| * kernel: events: Remove ResetType::Automatic.bunnei2019-11-032-13/+13
| | | | | | | | | | | | | | | | - This does not actually seem to exist in the real kernel - games reset these automatically. # Conflicts: # src/core/hle/service/am/applets/applets.cpp # src/core/hle/service/filesystem/fsp_srv.cpp
* | common_func: Use std::array for INSERT_PADDING_* macros.bunnei2019-11-041-5/+6
| | | | | | | | - Zero initialization here is useful for determinism.
* | core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibilityFearlessTobi2019-11-032-3/+31
|/ | | | These commands require Screenshots to be implemented anyway, so they are safe to stub for now.
* bcat: Remove use of global system accessorsLioncash2019-10-151-2/+3
| | | | | Removes all uses of the global system accessor within the BCAT interface.
* hle/service: Replace global system instance calls with instance-based onesLioncash2019-10-061-3/+3
| | | | | | | | | | Migrates the HLE service code off the use of directly accessing the global system instance where trivially able to do so. This removes all usages of Core::CurrentProcess from the service code, only 8 occurrences of this function exist elsewhere. There's still quite a bit of "System::GetInstance()" being used, however this was able to replace a few instances.
* service/am: Silence -WreorderReinUsesLisp2019-10-051-2/+1
|
* bcat: Add FSC accessors for BCAT dataZach Hilman2019-10-011-1/+2
| | | Ports BCAT to use FSC interface
* am: Unstub PopLaunchParameter and add bcat connection for app-specific dataZach Hilman2019-09-302-16/+52
| | | | Previously we were simply returning the account-preselect structure all times but if passed with a different mode the game expects application-specific data. This also adds a hook for BCAT into this allowing us to send the launch parameter through bcat,
* applets: Add accessor for AppletFrontendSetZach Hilman2019-09-302-0/+6
| | | | Allows other services to call applets without using LLE.
* Merge pull request #2683 from DarkLordZach/lock-exitDavid2019-09-224-7/+33
|\ | | | | am: Implement exit locking and self exit commands
| * qt: Prompt user for confirmation if exit lock is activeZach Hilman2019-09-221-1/+1
| |
| * am: Implement ISelfController ExitLock commandsZach Hilman2019-09-221-2/+6
| |
| * am: Implement ISelfController ExitZach Hilman2019-09-224-4/+20
| | | | | | | | Closes the current application.
| * am: Add RequestExit event to AppletMessageQueueZach Hilman2019-09-222-0/+6
| | | | | | | | Tested against libnx, signals to games to begin cleanup.
* | Deglobalize System: AmDavid Marcec2019-09-221-1/+1
|/
* configure_debug: Move reporting option to loggingZach Hilman2019-09-223-6/+7
|
* services: Pass FileSystemController as reference to services that need itZach Hilman2019-09-215-4/+13
|
* am: Unstub IApplicationFunctions EnsureSaveData (20)Zach Hilman2019-09-211-8/+14
| | | Creates a default save data for the application given a user ID.
* service/am: Remove usages of global system accessorsLioncash2019-09-0516-96/+141
| | | | | | Avoids the use of global accessors, removing the reliance on global state. This also makes dependencies explicit in the interface, as opposed to being hidden
* AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827)mailwl2019-09-042-0/+16
| | | | | | | | * AM: Implement IApplicationFunctions::GetGpuErrorDetectedSystemEvent * Remove unneeded event clear * Fix event name
* service/am: Implement IsAutoSleepDisabledLioncash2019-07-112-1/+10
| | | | | This simply queries whether or not auto-sleep facilities are disabled and has no special handling. It's a basic getter function.
* service/am: Implement SetAutoSleepDisabledLioncash2019-07-112-1/+23
| | | | | | | | Provides a basic implementation of SetAutoSleepDisabled. Until idle handling is implemented, this is about the best we can do. In the meantime, provide a rough documenting of specifics that occur when this function is called on actual hardware.
* Merge pull request #2651 from DarkLordZach/apm-boost-mode-1bunnei2019-07-084-12/+25
|\ | | | | apm: Initial implementation of performance config and boost mode
| * am: Implement SetCpuBoostMode in terms of APMZach Hilman2019-06-294-12/+25
| |
* | clang-format fixesMichael Scire2019-07-061-4/+5
| |
* | am: Implement GetAccumulatedSuspendedTickValueMichael Scire2019-07-062-7/+19
| |
* | file_sys: Rename other ContentRecordType membersBakugo2019-07-021-2/+2
|/
* applets: Pass current process title ID to appletsZach Hilman2019-06-2510-40/+58
| | | | Avoids using system accessor to get current process in applet code.
* general_frontend: Add documentation for parental controls and ecommerce appletsZach Hilman2019-06-252-16/+16
|
* web_browser: Only delete temporary directory if it was createdZach Hilman2019-06-251-1/+3
| | | | Prevents crashes with ShopN applet occasionally.
* web_browser: Take ECommerce applet frontend optionally in constructorZach Hilman2019-06-251-1/+6
| | | If it is needed but wasn't passed (or passed nullptr), the Shop handling code will alert and throw an error.
* web_browser: Use function tables for execute and initializeZach Hilman2019-06-252-7/+285
| | | Allows easy handling of multiple shim types, as they have enough in common to be the same backend but not enough to share init/exec.
* web_browser: Correct structures and properly parse TLVs/ShimKindZach Hilman2019-06-252-61/+168
| | | Much, much more HW-accurate and allows us to easily support all of the different web 'shim' types.
* applets: Track ECommerce and Parental Control applet frontendsZach Hilman2019-06-252-7/+29
|
* applets: Implement Auth applet backendZach Hilman2019-06-252-0/+146
| | | This is responsible for parental controls and supports verifying, changing, and registering PIN codes.
* Merge pull request #2482 from DarkLordZach/prepobunnei2019-06-215-20/+64
|\ | | | | core: Add detailed local reporting feature for development
| * loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-262-3/+4
| | | | | | Also cleanup of general stuff
| * applets/error: Save report on error appletZach Hilman2019-05-251-5/+14
| | | | | | | | This matches official behavior with the erpt/eclct/eupld service chain.
| * applets: Save report on stubbed appletZach Hilman2019-05-254-15/+49
| | | | | | | | This also reworks the applet data storage to be peekable.
* | Signalled accumulated_suspended_tick_changed_event on creation based on REDavid Marcec2019-06-161-0/+1
| |
* | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec2019-06-162-1/+19
| | | | | | | | IPC-100 was changed to InitializeApplicationInfoOld instead of InitializeApplicationInfo. IPC-150 makes an indentical call to IPC-100 however does extra processing. They should not have the same name as it's quite confusing to debug.
* | common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash2019-06-121-6/+6
| | | | | | | | | | | | These can be generified together by using a concept type to designate them. This also has the benefit of not making copies of potentially very large arrays.
* | Merge pull request #2526 from lioncash/globalZach Hilman2019-06-052-5/+37
|\ \ | | | | | | core/telemetry_session: Remove usages of the global system accessor
| * | core/core: Remove unnecessary includesLioncash2019-05-292-5/+37
| |/ | | | | | | | | The contents of these includes aren't used anywhere in this translation unit.
* | Merge pull request #2510 from SciresM/desired_languageZach Hilman2019-06-051-2/+38
|\ \ | | | | | | Implement/Fix IApplicationFunctions::GetDesiredLanguage
| * | Implement IApplicationFunctions::GetDesiredLanguageMichael Scire2019-05-231-2/+38
| |/
* | Merge pull request #1931 from DarkLordZach/mii-database-1bunnei2019-05-302-6/+7
|\ \ | |/ |/| mii: Implement MiiManager backend and several mii service commands
| * mii_manager: Fix incorrect loop condition in mii UUID generation codeZach Hilman2019-04-252-1/+2
| |
| * profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman2019-04-252-5/+5
| |
* | Merge pull request #2487 from lioncash/service-returnHexagon122019-05-191-0/+2
|\ \ | | | | | | service/am: Add missing return in error case for IStorageAccessor's Read/Write()
| * | service/am: Add missing return in error case for IStorageAccessor's Read()/Write().Lioncash2019-05-191-0/+2
| |/ | | | | | | | | Previously this would fall through and return successfully, despite being an out of bounds read or write.
* / core/kernel/object: Rename ResetType enum membersLioncash2019-05-182-6/+6
|/ | | | | | | | | | | | | Renames the members to more accurately indicate what they signify. "OneShot" and "Sticky" are kind of ambiguous identifiers for the reset types, and can be kind of misleading. Automatic and Manual communicate the kind of reset type in a clearer manner. Either the event is automatically reset, or it isn't and must be manually cleared. The "OneShot" and "Sticky" terminology is just a hold-over from Citra where the kernel had a third type of event reset type known as "Pulse". Given the Switch kernel only has two forms of event reset types, we don't need to keep the old terminology around anymore.
* web_browser: Make OpenPage non-constZach Hilman2019-04-178-15/+20
|
* main: Add GMainWindow hooks for Error displayZach Hilman2019-04-171-2/+2
|
* general_backend: Move StubApplet and add backend PhotoViewerZach Hilman2019-04-172-1/+102
|
* applets: Add Error appletZach Hilman2019-04-173-24/+224
| | | Responsible for displaying error codes and messages
* applets: Port current applets to take frontend in constructorZach Hilman2019-04-176-14/+16
| | | As opposed to using Core::System::GetInstance()
* am: Delegate applet creation to AppletManagerZach Hilman2019-04-171-24/+3
|
* applets: Add AppletManager class to control lifetimeZach Hilman2019-04-172-0/+137
|
* service: Update service function tablesLioncash2019-04-112-0/+24
| | | | Updates function tables based off information from SwitchBrew.
* Merge pull request #1957 from DarkLordZach/title-providerbunnei2019-04-101-1/+1
|\ | | | | file_sys: Provide generic interface for accessing game data
| * patch_manager: Dump NSO name with build IDZach Hilman2019-03-281-2/+1
| |
| * game_list: Register content with ContentProviderZach Hilman2019-03-271-2/+3
| |
* | hle/service: Resolve unused variable warningsLioncash2019-04-041-3/+4
| | | | | | | | | | | | | | | | | | In several places, we have request parsers where there's nothing to really parse, simply because the HLE function in question operates on buffers. In these cases we can just remove these instances altogether. In the other cases, we can retrieve the relevant members from the parser and at least log them out, giving them some use.
* | Merge pull request #2328 from lioncash/transferbunnei2019-04-041-6/+6
|\ \ | | | | | | service/am: Correct behavior of CreateTransferMemoryStorage()
| * | service/am: Correct behavior of CreateTransferMemoryStorage()Lioncash2019-04-031-6/+6
| |/ | | | | | | | | | | | | | | For whatever reason, shared memory was being used here instead of transfer memory, which (quite clearly) will not work based off the name of the function. This corrects this wonky usage of shared memory.
* | service/am: Implement EnterFatalSection and LeaveFatalSectionLioncash2019-03-262-2/+29
| | | | | | | | | | | | | | | | | | | | | | | | These functions act in tandem similar to how a lock or mutex require a balanced lock()/unlock() sequence. EnterFatalSection simply increments a counter for how many times it has been called, while LeaveFatalSection ensures that a previous call to EnterFatalSection has occured. If a previous call has occurred (the counter is not zero), then the counter gets decremented as one would expect. If a previous call has not occurred (the counter is zero), then an error code is returned.
* | service/am: Sort ISelfController's member functions according to table orderLioncash2019-03-262-36/+36
|/ | | | | Makes the declaration order of the handling functions consistent with the handler table itself.
* service/am: Add function table for IDebugFunctionsLioncash2019-03-211-1/+15
| | | | | We already have the service related stuff set up for this, however, it's missing the function table.
* service/am: Add basic implementation of ChangeMainAppletMasterVolumeLioncash2019-03-182-1/+29
| | | | | All this does is supply a new volume level and a fade time in nanoseconds for the volume transition to occur within.
* service/am: Unstub SetTransparentVolumeRate()Lioncash2019-03-182-1/+17
| | | | | Like the other volume setter, this mainly just sets a data member within the service, nothing too special.
* service/am: Unstub SetExpectedMasterVolume()Lioncash2019-03-182-11/+27
| | | | | | | | | | This function passes in the desired main applet and library applet volume levels. We can then just pass those values back within the relevant volume getter functions, allowing us to unstub those as well. The initial values for the library and main applet volumes differ. The main applet volume is 0.25 by default, while the library applet volume is initialized to 1.0 by default in the services themselves.
* core/hle/ipc: Remove unnecessary includesLioncash2019-03-052-0/+4
| | | | | | | | | | | Removes a few inclusion dependencies from the headers or replaces existing ones with ones that don't indirectly include the required headers. This allows removing an inclusion of core/memory.h, meaning that if the memory header is ever changed in the future, it won't result in rebuilding the entirety of the HLE services (as the IPC headers are used quite ubiquitously throughout the HLE service implementations).
* service/nvflinger,service/vi: Handle failure cases with exposed APILioncash2019-02-061-3/+4
| | | | | | | Converts many of the Find* functions to return a std::optional<T> as opposed to returning the raw return values directly. This allows removing a few assertions and handles error cases like the service itself does.
* service/am/applet_ae: Update function tablesLioncash2019-01-301-1/+2
| | | | Updates function tables based off information provided by SwitchBrew.
* core/frontend/applets/web_browser: Include missing headersLioncash2019-01-171-2/+8
| | | | Gets rid of a few indirect inclusions.
* core/frontend/applets/web_browser: Make OpenPage() non-constLioncash2019-01-171-1/+1
| | | | | | | | This is a function that definitely doesn't always have a non-modifying behavior across all implementations, so this should be made non-const. This gets rid of the need to mark data members as mutable to work around the fact mutating data members needs to occur.
* Merge pull request #1939 from DarkLordZach/web-appletbunnei2019-01-104-5/+237
|\ | | | | applets: Implement HLE web browser applet (LibAppletOff)
| * web_browser: Add bounds checking to applet interfaceZach Hilman2018-12-291-7/+7
| |
| * core: Add getter and setter for WebBrowserApplet frontendZach Hilman2018-12-281-1/+1
| |
| * applets: Implement LibAppletOff (Web) appletZach Hilman2018-12-283-0/+232
| |
| * am: Add size parameter to am:IStorage loggingZach Hilman2018-12-281-4/+4
| |
* | Proper no message handling for AM::PopMessageDavid Marcec2019-01-041-1/+10
| | | | | | | | When we have no messages, we should be returning an error code.
* | core/kernel: Remove unnecessary inclusionsLioncash2019-01-012-2/+2
|/ | | | Gets rid of a few unnecessary header dependencies in some source files.
* am: Implement GetSaveDataSize and ExtendSaveDataZach Hilman2018-12-272-2/+47
| | | These functions come in a pair and are needed by Smash Ultimate, Minecraft, and Skyrim, amongst others.
* Merge pull request #1781 from DarkLordZach/applet-profile-selectbunnei2018-12-233-0/+131
|\ | | | | am: Implement HLE profile selector applet
| * applets: Correct event ResetTypes from OneShot to StickyZach Hilman2018-12-034-13/+5
| | | | | | | | Fixes bugs relating to signalling in software keyboard.
| * am: Use ProfileSelect appletZach Hilman2018-12-031-0/+4
| |
| * applets: Implement ProfileSelect appletZach Hilman2018-12-032-0/+130
| | | | | | Allows the player to select an emulated profile.
| * software_keyboard: Signal state changed event upon constructionZach Hilman2018-12-031-1/+6
| | | | | | Previously, ILibraryAppletAccessor would signal upon creation of any applet, but this is incorrect. A flag inside of the applet code determines whether or not creation should signal state change and swkbd happens to be one of these applets.
* | Merge pull request #1914 from lioncash/idbunnei2018-12-211-2/+5
|\ \ | | | | | | service/am: Unstub GetAppletResourceUserId
| * | service/am: Unstub GetAppletResourceUserIdLioncash2018-12-181-2/+5
| |/ | | | | | | | | This is supposed to return the current process' ID. (0 indicates an invalid ID for both process IDs and ARU IDs).
* / applets: Correct usage of SignalStateChanged eventZach Hilman2018-12-103-6/+4
|/ | | | This was causing some games (most notably Pokemon Quest) to softlock due to an event being fired when not supposed to. This also removes a hack wherein we were firing the state changed event when the game retrieves it, which is incorrect.
* hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman2018-11-292-5/+2
|
* kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-294-43/+29
|
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-294-45/+57
|
* Reworked svcs slightly, improved error messages in AM and fsp_srvDavid Marcec2018-11-271-2/+4
|
* Improved error messages in AM, HwOpus and NvMapDavid Marcec2018-11-261-6/+9
|
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-263-128/+174
|
* Merge pull request #1708 from ogniK5377/res-scalebunnei2018-11-241-4/+8
|\ | | | | Report resolution scaling support for vi and am
| * Report resolution scaling support for vi and amDavid Marcec2018-11-161-4/+8
| | | | | | | | Specifying an internal resolution in yuzu now will report the scaled changes to vi and am.
* | am: Return StubApplet instead of nullptr when AppletId not foundZach Hilman2018-11-223-11/+11
| |
* | applets: Add StubAppletZach Hilman2018-11-222-0/+96
| | | | | | | | This will log all data it receives, log all calls to its methods and push dummy data into both channels on execution.
* | Merge pull request #1742 from lioncash/hle-swkbdbunnei2018-11-215-44/+63
|\ \ | | | | | | am/applets: Minor cleanup
| * | am/applets: Make the applet data broker part of the applet itself.Lioncash2018-11-205-31/+36
| | | | | | | | | | | | | | | The accessor should be doing just that, accessing, rather than retaining the lifetime of the data broker as well.
| * | am/applets: Replace includes with forward declarations where applicableLioncash2018-11-202-2/+9
| | | | | | | | | | | | | | | Also resolve places where includes should have been provided, but weren't.
| * | am/applets: Relocate comments above the relevant data member in AppletDataBrokerLioncash2018-11-201-11/+18
| | | | | | | | | | | | Avoids wonky wrapping and makes it nicer to read.
* | | am: Correct build failureLioncash2018-11-211-2/+2
|/ / | | | | | | | | | | | | The interface for shared memory was changed, but another commit was merged that relied on the (previously public) internals of SharedMemory. This amends that discrepancy.
* | software_keyboard: Fix erroneous extra PushNormalDataZach Hilman2018-11-191-3/+2
| |
* | software_keyboard: Return correct result code on user cancel operationZach Hilman2018-11-193-5/+1
| |
* | applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman2018-11-195-104/+194
| | | | | | | | This cleans up most of the callbacks and such in the Applets::Applet interface, while also properly implementing all four data channels.
* | software_keyboard: Use correct offset for inital text stringZach Hilman2018-11-191-1/+2
| |
* | software_keyboard: Check for UTF-8 config flagZach Hilman2018-11-192-9/+23
| |
* | software_keyboard: Push all data over all channels on dialog completionZach Hilman2018-11-181-18/+26
| |
* | applet: Use std::queue instead of std::vector for storage stackZach Hilman2018-11-185-18/+44
| |
* | applet: Add operation completed callbackZach Hilman2018-11-182-3/+5
| |
* | software_keyboard: Push buffer size to offset 0x4 in output dataZach Hilman2018-11-184-18/+39
| |
* | software_keyboard: Make GetText asynchronousZach Hilman2018-11-183-6/+20
| | | | | | | | a
* | am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-184-36/+34
| |
* | am: Implement ILibraryAppletAccessor IsCompleted and GetResultZach Hilman2018-11-181-4/+8
| |
* | am: Implement text check software keyboard modeZach Hilman2018-11-183-14/+95
| | | | | | | | Allows the game to verify and send a message to the frontend.
* | am: Deglobalize software keyboard appletZach Hilman2018-11-186-27/+44
| |
* | am: Construct and use proper applets with ILibraryAppletAccessorZach Hilman2018-11-181-1/+26
| | | | | | Allows use of software keyboard applet and future applets to be easily added by adding enum ID and a switch case.
* | am/applets: Add connector between frontend and AM applet classesZach Hilman2018-11-182-0/+128
| | | | | | Provides a middleman between the Frontend provider class and the expected AM::Applets::Applet class needed by ILibraryAppletAccessor
* | am/applets: Add Applet superclass to describe a generic appletZach Hilman2018-11-182-0/+75
| | | | | | Adds an Initialize and Execute methods which are used by the ILibraryAppletAccessor to start and control the applet.
* | am: Unstub ILibraryAppletAccessor::StartZach Hilman2018-11-181-5/+17
| | | | | | Now starts the applet provided in constructor.
* | am: Implement PopInteractiveOutData and PushInteractiveInDataZach Hilman2018-11-181-14/+24
| | | | | | Used by software keyboard applet for data transfer.
* | am: Convert storage stack to vectorZach Hilman2018-11-181-27/+59
| | | | | | std::stack was no longer suitable for non-trivial operations
* | am: Move AM::IStorage to headerZach Hilman2018-11-181-0/+16
| | | | | | Needs to be accessible by applet files.
* | am: Move IStorageAccessor to header and update backing bufferZach Hilman2018-11-182-64/+62
| | | | | | Writes to an AM::IStorage object through an IStorageAccessor will now be preserved once the accessor is destroyed.
* | am: Implement CreateTransferMemoryStorageZach Hilman2018-11-182-0/+26
| | | | | | Creates an AM::IStorage object with the contents of the transfer memory located at the handle provided.
* | Stubbed am:EnableApplicationCrashReportMysticExile2018-11-172-10/+18
|/
* FixupsDavid Marcec2018-11-071-1/+1
|
* Ability to switch between docked and undocked mode in-gameDavid Marcec2018-11-076-35/+138
| | | | Started implementation of the AM message queue mainly used in state getters. Added the ability to switch docked mode whilst in game without stopping emulation. Also removed some things which shouldn't be labelled as stubs as they're implemented correctly
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-1/+1
| | | | | | | | | | | | | | | | * get rid of boost::optional * Remove optional references * Use std::reference_wrapper for optional references * Fix clang format * Fix clang format part 2 * Adressed feedback * Fix clang format and MacOS build
* profile_manager: Use std::optional instead of boost::optionalLioncash2018-10-241-1/+1
| | | | | Now that we can actually use std::optional on macOS, we don't need to continue using boost::optional here.
* acc: Fix account UUID duplication errorZach Hilman2018-10-241-10/+19
|
* profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman2018-10-241-2/+6
|
* am: Pass current user UUID to launch parametersZach Hilman2018-10-241-7/+9
|
* am: Add the basic skeleton for the tcap serviceLioncash2018-10-213-0/+42
| | | | Added based off information provided by Switchbrew.
* am: Update service function tablesLioncash2018-10-214-15/+60
| | | | Updated based off information from Switchbrew
* Merge pull request #1526 from lioncash/svc-idbunnei2018-10-201-16/+18
|\ | | | | service: Update function tables
| * omm: Update service function tablesLioncash2018-10-191-16/+18
| | | | | | | | Updated based off information provided by Switchbrew.
* | Stubbed home blockingDavid Marcec2018-10-192-4/+36
|/ | | | Needed by arms due to new hid rework
* Removed the use of rp.MakeBuilderDavid Marcec2018-09-191-4/+4
| | | | Due to keeping the code style consistent in the yuzu codebase. `rb = rp.MakeBuilder(...)` was replaced with `rb{ctx, ...}`
* Implemented GetDefaultDisplayResolutionDavid Marcec2018-09-182-1/+18
|
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
|
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-1112-2/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a destructor isn't defaulted into a cpp file, it can cause the use of forward declarations to seemingly fail to compile for non-obvious reasons. It also allows inlining of the construction/destruction logic all over the place where a constructor or destructor is invoked, which can lead to code bloat. This isn't so much a worry here, given the services won't be created and destroyed frequently. The cause of the above mentioned non-obvious errors can be demonstrated as follows: ------- Demonstrative example, if you know how the described error happens, skip forwards ------- Assume we have the following in the header, which we'll call "thing.h": \#include <memory> // Forward declaration. For example purposes, assume the definition // of Object is in some header named "object.h" class Object; class Thing { public: // assume no constructors or destructors are specified here, // or the constructors/destructors are defined as: // // Thing() = default; // ~Thing() = default; // // ... Some interface member functions would be defined here private: std::shared_ptr<Object> obj; }; If this header is included in a cpp file, (which we'll call "main.cpp"), this will result in a compilation error, because even though no destructor is specified, the destructor will still need to be generated by the compiler because std::shared_ptr's destructor is *not* trivial (in other words, it does something other than nothing), as std::shared_ptr's destructor needs to do two things: 1. Decrement the shared reference count of the object being pointed to, and if the reference count decrements to zero, 2. Free the Object instance's memory (aka deallocate the memory it's pointing to). And so the compiler generates the code for the destructor doing this inside main.cpp. Now, keep in mind, the Object forward declaration is not a complete type. All it does is tell the compiler "a type named Object exists" and allows us to use the name in certain situations to avoid a header dependency. So the compiler needs to generate destruction code for Object, but the compiler doesn't know *how* to destruct it. A forward declaration doesn't tell the compiler anything about Object's constructor or destructor. So, the compiler will issue an error in this case because it's undefined behavior to try and deallocate (or construct) an incomplete type and std::shared_ptr and std::unique_ptr make sure this isn't the case internally. Now, if we had defaulted the destructor in "thing.cpp", where we also include "object.h", this would never be an issue, as the destructor would only have its code generated in one place, and it would be in a place where the full class definition of Object would be visible to the compiler. ---------------------- End example ---------------------------- Given these service classes are more than certainly going to change in the future, this defaults the constructors and destructors into the relevant cpp files to make the construction and destruction of all of the services consistent and unlikely to run into cases where forward declarations are indirectly causing compilation errors. It also has the plus of avoiding the need to rebuild several services if destruction logic changes, since it would only be necessary to recompile the single cpp file.
* kernel: Eliminate kernel global stateLioncash2018-08-291-3/+6
| | | | | | | | | | | | | | | | | | | | | | As means to pave the way for getting rid of global state within core, This eliminates kernel global state by removing all globals. Instead this introduces a KernelCore class which acts as a kernel instance. This instance lives in the System class, which keeps its lifetime contained to the lifetime of the System class. This also forces the kernel types to actually interact with the main kernel instance itself instead of having transient kernel state placed all over several translation units, keeping everything together. It also has a nice consequence of making dependencies much more explicit. This also makes our initialization a tad bit more correct. Previously we were creating a kernel process before the actual kernel was initialized, which doesn't really make much sense. The KernelCore class itself follows the PImpl idiom, which allows keeping all the implementation details sealed away from everything else, which forces the use of the exposed API and allows us to avoid any unnecessary inclusions within the main kernel header.
* Added GetBootMode (#1107)David2018-08-242-1/+12
| | | | | | | | * Added GetBootMode Used by homebrew * Added enum for GetBootMode
* am: Utilize std::array within PopLaunchParameter()Lioncash2018-08-211-3/+4
| | | | | | 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.
* Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)greggameplayer2018-08-172-2/+22
| | | * Used by Mario Tennis Aces
* correct coding stylegreggameplayer2018-08-161-1/+1
|
* Implement GetDefaultDisplayResolutionChangeEventgreggameplayer2018-08-162-1/+13
| | | | Require by Toki Tori and Toki Tori 2+
* am: Stub SetScreenShotImageOrientation.bunnei2018-08-082-1/+9
| | | | - Used by Super Mario Odyssey.
* Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David2018-08-031-1/+2
|
* service/am: Add missing am servicesLioncash2018-07-317-0/+150
| | | | | Adds the basic skeleton for missing am services idle:sys, omm, and spsm based off the information provided by Switch Brew.
* hle/service: Make constructors explicit where applicableLioncash2018-07-195-5/+5
| | | | | Prevents implicit construction and makes these lingering non-explicit constructors consistent with the rest of the other classes in services.
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-1/+0
| | | | | | | | | | * Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-171-14/+5
|
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-1/+1
| | | | This reverts commit 77c684c1140f6bf3fb7d4560d06d2efb1a2ee5e2.
* Virtual Filesystem (#597)Zach Hilman2018-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Rename logging macro back to LOG_*James Rowe2018-07-033-74/+74
|
* am: Stub out IApplicationFunctions::GetPseudoDeviceId.bunnei2018-06-062-1/+13
|
* am: Implement ILibraryAppletAccessor::PopOutData.bunnei2018-06-041-1/+11
|
* am: ISelfController:LaunchableEvent should be sticky.bunnei2018-06-041-1/+1
|
* am: Stub out ILibraryAppletAccessor Start and GetResult methods.bunnei2018-06-041-2/+16
|
* am: Implement ILibraryAppletAccessor::PushInData.bunnei2018-06-041-43/+55
|
* am: Implement IStorageAccessor::Write.bunnei2018-06-041-1/+17
|
* am: Cleanup IStorageAccessor::Read.bunnei2018-06-041-5/+3
|
* am: Implement ILibraryAppletCreator::CreateStorage.bunnei2018-06-042-21/+34
|
* am: Stub IApplicationFunctions GetDisplayVersion.bunnei2018-05-262-1/+10
|
* Add & correct miscellaneous things (#470)greggameplayer2018-05-263-4/+52
| | | | | | | | | | | | * add some InfoType * correct OpenApplicationProxy cmd number * add IDisplayController functions * fix clang-format * add more system languages
* Stubs for QLaunch (#428)Hexagon122018-05-074-5/+221
| | | | | | | | | | * Stubs for QLaunch * Wiped unrelated stuff * Addressed comment * Dropped GetPopFromGeneralChannelEvent
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
| | | | | | 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).
* am: Fix GetDesiredLanguage implementation.bunnei2018-04-291-2/+4
|
* am: Move logging macros over to new fmt-compatible onesLioncash2018-04-243-50/+50
|
* service: Use nested namespace specifiers where applicableLioncash2018-04-203-12/+6
| | | | Tidies up namespace declarations
* Various fixes and clangHexagon122018-04-111-1/+1
|
* Updated AppletOE with more service names.Hexagon122018-04-101-0/+1
|
* Updated AppletAE with more service names.Hexagon122018-04-101-0/+1
|
* Updated AM with more service names.Hexagon122018-04-101-2/+82
|
* config: Rename is_docked to use_docked_mode to be consistent with other config bools.bunnei2018-03-271-5/+5
|
* config: Add setting for whether the system is docked or not.bunnei2018-03-271-2/+6
|
* FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv2018-03-041-2/+20
|
* Stub more functionsmailwl2018-02-222-1/+39
|
* Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl2018-02-222-0/+9
|
* AM: Corrected the response in EnsureSaveData.Subv2018-02-191-1/+2
| | | | | The values are still unknown and the function is still considered a stub. Puyo Puyo Tetris now tries to call fsp-srv:MountSaveData.
* service: Remove remaining uses of BufferDescriptor*.bunnei2018-02-141-3/+3
|
* Service: stub some functions in am, audio, time, vi servicesmailwl2018-02-072-1/+82
|
* IApplicationFunctions: Stub out EnsureSaveData.bunnei2018-02-062-0/+8
|
* logger: Add AM service logging category.bunnei2018-02-043-42/+42
|
* Service/am: Add AppletAE service (#153)mailwl2018-02-026-379/+569
| | | | | | * Add AppletAE, step 1: move common interfaces to am.h * Add AppletAE, step 2
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-33/+33
|
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-11/+11
|
* AppletOE: Stubbed CreateManagedDisplayLayer to create a new layer in the Default display.Subv2018-01-221-0/+14
| | | | This function is used by libnx to obtain a new layer.
* AppletOE: Make ISelfController keep a reference to nvflinger.Subv2018-01-224-9/+31
| | | | It'll be needed when we implement CreateManagedDisplayLayer.
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+2
|
* Merge pull request #112 from Rozelette/masterbunnei2018-01-191-0/+16
|\ | | | | ISelfController: Stub LockExit and UnlockExit
| * ISelfController: Stub LockExit and UnlockExitRozlette2018-01-191-0/+16
| |
* | acc, set, applet_oe: stub various functions, add set service (#105)goaaats2018-01-192-0/+14
|/ | | | | | | | | | | | | | * 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
* applet_oe: Clang-format.bunnei2018-01-191-2/+1
|
* Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96)gdkchan2018-01-181-0/+86
| | | | | | | | | | * Stub PopLaunchParameter and implement Buffer C Descriptors reading * Address PR feedback * Ensure we push a u64 not a size_t * Fix formatting
* applet_oe: Fix GetOperationMode and GetPerformanceMode.bunnei2018-01-171-2/+2
|
* Services: Stubbed APM::OpenSession and the ISession interface.Subv2018-01-171-1/+2
| | | | | | # Conflicts: # src/core/hle/service/am/applet_oe.cpp # src/core/hle/service/apm/apm.cpp
* AppletOE: Stub a bunch of functions required by libnx homebrew.Subv2018-01-171-4/+62
|
* implemented more of ISelfController and IApplicationFunctionsDavid Marcec2018-01-161-0/+53
|
* applet_oe: Stub SetFocusHandlingMode, GetCurrentFocusState, SetTerminateResult.bunnei2018-01-151-2/+55
|
* Games expect 15 for ICommonStateGetter::ReceiveMessage in order to continue executionDavid Marcec2018-01-151-1/+1
|
* yuzu: Update license text to be consistent across project.bunnei2018-01-134-4/+4
|
* AppletOE: Fixed command buffer structure for ReceiveMessage.Subv2018-01-071-2/+1
|
* IPC: Corrected some command header sizes in appletOE.Subv2018-01-071-12/+21
|
* IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.Subv2018-01-071-1/+1
| | | | Popping objects from the buffer is still not implemented.
* applet_oe: Stub out a bunch of interfaces necessary for boot.bunnei2017-12-292-1/+159
|
* ap, aoc_u: Minor cleanup.bunnei2017-12-291-2/+0
|
* service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei2017-12-282-4/+2
|
* hle: Add service stubs for apm and appletOE.bunnei2017-10-154-0/+75
|
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-1010-772/+0
|
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-2/+4
| | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
* Update AM service function tablesLioncash2016-12-086-113/+246
| | | | Updated based off information from 3dbrew.
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-215-5/+5
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-195-61/+64
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-185-143/+150
|
* am: title_id is long long uintSam Spilsbury2016-04-241-1/+1
|
* update the code of AM service! (#1623)JamePeng2016-04-086-51/+289
|
* services: Get rid of unnecessary includesLioncash2016-02-026-11/+3
|
* services: Update some function tablesLioncash2015-12-303-0/+73
|
* core: Eliminate some unused variable warningsLioncash2015-07-291-1/+1
|
* core: Fix missing prototype warningsLioncash2015-07-291-0/+1
|
* am_net: Add missing function to the function tableLioncash2015-07-291-0/+1
|
* am_net: Add correct function name to the function tableLioncash2015-07-291-1/+1
|
* Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Subv2015-07-213-3/+33
| | | | | | Named the service functions in am:app as per 3dbrew. This fixes an illegal read loop in Steel Diver
* Services: Continue separation of services into their own folderspurpasmart962015-06-1210-0/+294