summaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13135 from german77/hid-interfaceHEADmasterliamwhite2024-02-277-1970/+1157
|\ | | | | service: hid: Migrate HidServer to new IPC
| * service: hid: Migrate HidServer to new IPCNarr the Reg2024-02-242-1910/+989
| |
| * service: hid: Move and migrate AppletResource and ActiveVibrationDeviceNarr the Reg2024-02-246-61/+169
| |
* | general: fix asan errorsLiam2024-02-272-6/+12
| |
* | Merge pull request #13159 from liamwhite/web-errorliamwhite2024-02-2618-42/+493
|\ \ | | | | | | core: enable error applet, add stubs for web applet
| * | ldn: return no connection from GetStateForMonitorLiam2024-02-252-5/+9
| | |
| * | ssl: add cert storeLiam2024-02-255-3/+330
| | |
| * | acc: add account manager for acc:u1Liam2024-02-252-9/+16
| | |
| * | fs: add stubs for online web appletLiam2024-02-252-9/+79
| | |
| * | erpt: stub report creationLiam2024-02-251-6/+34
| | |
| * | set: add GetPlatformRegionLiam2024-02-256-10/+25
| | |
* | | settings: remove global override for smash on amdvlkLiam2024-02-261-8/+0
| | |
* | | video_core: make gpu context aware of rendering programLiam2024-02-262-6/+18
| | |
* | | glue: load initial year setting as s32Liam2024-02-251-3/+4
|/ /
* | service: set: Fix GetSettingsItemValuegerman772024-02-243-22/+19
| |
* | Merge pull request #13153 from german77/defaultsetliamwhite2024-02-242-1/+5
|\ \ | | | | | | service: set: Enable nfc and others by default and bump version
| * | service: set: Enable nfc and others by default and bump versiongerman772024-02-242-1/+5
| | |
* | | Merge pull request #13081 from FearlessTobi/aoc-ipcliamwhite2024-02-248-388/+376
|\ \ \ | | | | | | | | aoc: Migrate to use cmif serialization
| * | | aoc: Rename AOC_U to IAddOnContentManagerFearlessTobi2024-02-235-36/+40
| | | |
| * | | aoc: Migrate to use cmif serializationFearlessTobi2024-02-194-157/+109
| | | |
| * | | core/aoc: Move IPurchaseEventManager to separate fileFearlessTobi2024-02-194-78/+110
| | | |
* | | | set: fix region code for system settingsLiam2024-02-241-0/+3
| |/ / |/| |
* | | service: audio: Add missing logging properties of SetHeadphoneOutputLevelModeNarr the Reg2024-02-241-1/+1
| | |
* | | service: btdrv: Add EnableRadio for QlaunchNarr the Reg2024-02-241-13/+19
| | |
* | | service: friend: Add GetFriendCount, GetNewlyFriendCount, GetReceivedFriendRequestCount, GetPlayHistoryStatistics, GetReceivedFriendInvitationCountCache for QLaunchNarr the Reg2024-02-241-26/+65
| | |
* | | service: hid: Add IsAnyCustomButtonConfigEnabled for QLaunchNarr the Reg2024-02-242-1/+12
| | |
* | | service: lbl: Add SaveCurrentSetting, LoadCurrentSetting and IsAutoBrightnessControlSupported for QLaunchNarr the Reg2024-02-241-4/+27
| | |
* | | service: nfc: Implement SetNfcEnabledNarr the Reg2024-02-245-8/+39
| | |
* | | service: npns: Add ListenTo and GetReceiveEvent for QLaunchNarr the Reg2024-02-241-8/+34
| | |
* | | service: set: Add default eula settingNarr the Reg2024-02-242-2/+12
| |/ |/|
* | Merge pull request #13141 from liamwhite/swapliamwhite2024-02-232-2/+2
|\ \ | | | | | | fs: fix argument order
| * | fs: fix argument orderLiam2024-02-232-2/+2
| | |
* | | fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilterLiam2024-02-236-2/+68
|/ /
* | Merge pull request #13133 from liamwhite/libstdcxx-issueliamwhite2024-02-231-1/+2
|\ \ | | | | | | vi: workaround conductor includes
| * | vi: workaround conductor includesLiam2024-02-231-1/+2
| | |
* | | Merge pull request #13115 from liamwhite/olsc-pctlliamwhite2024-02-2325-828/+1187
|\ \ \ | | | | | | | | olsc, pctl: move to new ipc
| * | | pctl: rewrite IParentalControlServiceLiam2024-02-222-199/+204
| | | |
| * | | pctl: rewrite IParentalControlServiceFactoryLiam2024-02-222-20/+26
| | | |
| * | | pctl: move IParentalControlServiceFactoryLiam2024-02-228-112/+87
| | | |
| * | | pctl: move IParentalControlServiceLiam2024-02-224-467/+518
| | | |
| * | | pctl: move types and resultsLiam2024-02-225-67/+88
| | | |
| * | | olsc: rewrite IOlscServiceForSystemServiceLiam2024-02-223-10/+52
| | | |
| * | | olsc: add IRemoteStorageControllerLiam2024-02-222-0/+73
| | | |
| * | | olsc: add IDaemonControllerLiam2024-02-223-0/+62
| | | |
| * | | olsc: rewrite ITransferTaskListControllerLiam2024-02-222-36/+38
| | | |
| * | | olsc: rewrite INativeHandleHolderLiam2024-02-222-1/+16
| | | |
| * | | olsc: rewrite IOlscServiceForApplicationLiam2024-02-223-28/+29
| | | |
| * | | olsc: move INativeHandleHolder, IOlscServiceForApplication, IOlscServiceForSystemService, ITransferTaskListControllerLiam2024-02-2110-207/+313
| | | |
* | | | Merge pull request #13100 from liamwhite/audio-ipcliamwhite2024-02-2335-1968/+1777
|\ \ \ \ | | | | | | | | | | audio: move to new ipc
| * | | | audio: add NotifyHeadphoneVolumeWarningDisplayedEventLiam2024-02-222-1/+7
| | | | |
| * | | | audio: formatLiam2024-02-213-6/+7
| | | | |
| * | | | audio: rewrite IHardwareOpusDecoderLiam2024-02-212-218/+123
| | | | |
| * | | | audio: rewrite IAudioDeviceLiam2024-02-214-114/+114
| | | | |
| * | | | audio: rewrite IHardwareOpusDecoderManagerLiam2024-02-2111-266/+196
| | | | |
| * | | | audio: rewrite IAudioRendererLiam2024-02-213-149/+86
| | | | |
| * | | | audio: rewrite IAudioRendererManagerLiam2024-02-214-97/+62
| | | | |
| * | | | audio: split IHardwarweOpusDecoder, move IHardwareOpusDecoderManagerLiam2024-02-217-509/+556
| | | | |
| * | | | audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManagerLiam2024-02-219-562/+630
| | | | |
| * | | | audio: move IFinalOutputRecorderManager{,ForApplet}Liam2024-02-216-20/+25
| | | | |
| * | | | audio: rewrite IAudioOutManagerLiam2024-02-216-159/+151
| | | | |
| * | | | audio: rewrite IAudioOutLiam2024-02-216-214/+234
| | | | |
| * | | | audio: rewrite IAudioInManagerLiam2024-02-216-240/+187
| | | | |
| * | | | audio: rewrite IAudioInLiam2024-02-214-196/+182
| | | | |
* | | | | Merge pull request #13073 from FearlessTobi/fsp-srv-ipcliamwhite2024-02-2315-635/+707
|\ \ \ \ \ | |_|_|/ / |/| | | | fsp: Migrate remaining interfaces to cmif serialization
| * | | | Address review commentsFearlessTobi2024-02-198-18/+21
| | | | |
| * | | | fs: Add and use fs_save_data_types.hFearlessTobi2024-02-198-163/+226
| | | | |
| * | | | fsp: Migrate remaining interfaces to cmif serializationFearlessTobi2024-02-196-62/+48
| | | | |
| * | | | fsp-srv: Migrate to use cmif serializationFearlessTobi2024-02-192-263/+203
| | | | |
| * | | | fsp: Move IMultiCommitManager to a seperate fileFearlessTobi2024-02-194-29/+60
| | | | |
| * | | | fsp: Move ISaveDataInfoReader to a seperate fileFearlessTobi2024-02-194-165/+214
| | | | |
* | | | | Merge pull request #13117 from liamwhite/ovlnliamwhite2024-02-2318-69/+372
|\ \ \ \ \ | | | | | | | | | | | | psc: stub overlay notification channel
| * | | | | psc: stub overlay notification channelLiam2024-02-2211-0/+230
| | | | | |
| * | | | | psc: rewrite IPmServiceLiam2024-02-222-8/+9
| | | | | |
| * | | | | psc: move IPmControl, IPmModule, IPmServiceLiam2024-02-229-69/+141
| | |_|/ / | |/| | |
* | | | | Merge pull request #12982 from FearlessTobi/fs-rewrite-part0liamwhite2024-02-2216-379/+757
|\ \ \ \ \ | | | | | | | | | | | | fs: Add FileSystemAccessor and use cmif serialization
| * | | | | Address review comments pt. 2FearlessTobi2024-02-196-39/+34
| | | | | |
| * | | | | Address review commentsFearlessTobi2024-02-198-26/+35
| | | | | |
| * | | | | fs: Refactor to use cmif serializationFearlessTobi2024-02-197-295/+245
| | | | | |
| * | | | | fs: Add FileSystemAccessor classesFearlessTobi2024-02-1914-130/+554
| | |/ / / | |/| | |
* | | | | Merge pull request #13000 from liamwhite/skip-null-memoryNarr the Reg2024-02-221-4/+8
|\ \ \ \ \ | |_|/ / / |/| | | | device_memory_manager: skip unregistered interfaces on invalidate
| * | | | device_memory_manager: skip unregistered interfaces on invalidateLiam2024-02-131-4/+8
| | | | |
* | | | | fs: add missing mutex header for member (#13106)liamwhite2024-02-211-0/+1
| |_|/ / |/| | |
* | | | ns: fix alignment of uid typeLiam2024-02-215-9/+13
| | | |
* | | | vi: ignore shared buffer destruction failure on terminationLiam2024-02-201-1/+1
| | | |
* | | | vi: remove superfluous locking in shared buffer managerLiam2024-02-201-8/+0
| | | |
* | | | nvnflinger/vi: don't recreate buffer queue on open/closeLiam2024-02-208-72/+88
| | | |
* | | | Merge pull request #13031 from german77/btm-interfcaeliamwhite2024-02-1913-267/+521
|\ \ \ \ | |_|/ / |/| | | service: btm: Migrate service to new IPC
| * | | service: btm: Implement function needed by QLaunchNarr the Reg2024-02-177-96/+148
| | | |
| * | | service: btm: Migrate service to new IPCNarr the Reg2024-02-1613-267/+469
| | | |
* | | | scope_exit: Make constexprFearlessTobi2024-02-1937-149/+266
| | | | | | | | | | | | | | | | | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
* | | | core/CMakeLists: Sort alphabeticallyFearlessTobi2024-02-191-60/+58
| |_|/ |/| |
* | | Merge pull request #13035 from liamwhite/vi2Narr the Reg2024-02-1987-1824/+2105
|\ \ \ | | | | | | | | vi: manage resources independently of nvnflinger and refactor
| * | | nvnflinger: check for layers before composeLiam2024-02-185-7/+13
| | | |
| * | | service: vi: Implement ListDisplayModegerman772024-02-183-12/+41
| | | |
| * | | vi: manage resources independently of nvnflinger and refactorLiam2024-02-1862-1490/+1756
| | | |
| * | | vi: move shared buffer management from nvnflingerLiam2024-02-1820-101/+134
| | | |
| * | | nvnflinger: convert to processLiam2024-02-1844-273/+241
| | | |
| * | | am: unify display layer managementLiam2024-02-1812-261/+240
| | | |
* | | | Merge pull request #13048 from liamwhite/new-shellNarr the Reg2024-02-1946-1183/+2029
|\ \ \ \ | | | | | | | | | | ns: rewrite for new IPC
| * | | | ns: address review commentsLiam2024-02-193-25/+35
| | | | |
| * | | | ns: rewrite IQueryServiceLiam2024-02-185-75/+69
| | | | |
| * | | | ns: rewrite IServiceGetterInterfaceLiam2024-02-187-109/+192
| | | | |
| * | | | ns: rewrite IApplicationManagerInterfaceLiam2024-02-1811-489/+633
| | | | |
| * | | | ns: move IDevelopInterfaceLiam2024-02-184-32/+58
| | | | |
| * | | | ns: rewrite ISystemUpdateInterfaceLiam2024-02-185-39/+109
| | | | |
| * | | | ns: move ISystemUpdateControlLiam2024-02-184-36/+63
| | | | |
| * | | | ns: rewrite IVulnerabilityManagerInterfaceLiam2024-02-184-25/+57
| | | | |
| * | | | ns: rewrite IReadOnlyApplicationControlDataInterfaceLiam2024-02-186-55/+160
| | | | |
| * | | | ns: rewrite IReadOnlyApplicationRecordInterfaceLiam2024-02-185-45/+63
| | | | |
| * | | | ns: add IDynamicRightsInterfaceLiam2024-02-184-1/+88
| | | | |
| * | | | ns: rewrite IDownloadTaskInterfaceLiam2024-02-185-27/+62
| | | | |
| * | | | ns: rewrite IDocumentInterfaceLiam2024-02-186-51/+68
| | | | |
| * | | | ns: rewrite IContentManagementInterfaceLiam2024-02-186-52/+114
| | | | |
| * | | | ns: move IFactoryResetInterfaceLiam2024-02-185-25/+46
| | | | |
| * | | | ns: move IECommerceInterfaceLiam2024-02-185-25/+46
| | | | |
| * | | | ns: move IApplicationVersionInterfaceLiam2024-02-185-31/+52
| | | | |
| * | | | ns: move IAccountProxyInterfaceLiam2024-02-186-19/+103
| | | | |
| * | | | ns: rewrite IPlatformServiceManagerLiam2024-02-186-92/+81
| | | | |
| * | | | ns: rename results headerLiam2024-02-183-2/+2
| | | | |
* | | | | Merge pull request #13070 from liamwhite/offsetliamwhite2024-02-191-2/+2
|\ \ \ \ \ | | | | | | | | | | | | am: account for offset in transfer memory storage
| * | | | | am: account for offset in transfer memory storageLiam2024-02-181-2/+2
| | | | | |
* | | | | | Merge pull request #13030 from german77/audio-controllerliamwhite2024-02-196-255/+236
|\ \ \ \ \ \ | |/ / / / / |/| | | | | service: audio: Rewrite IAudioController to new IPC
| * | | | | service: audio: Rewrite IAudioController to new IPCNarr the Reg2024-02-176-255/+236
| | |_|/ / | |/| | |
* | | | | Merge pull request #13032 from german77/qlauncherliamwhite2024-02-187-9/+48
|\ \ \ \ \ | |_|/ / / |/| | | | service: Implement functions needed by Qlaunch
| * | | | service: erpt: Implement SubmitContextNarr the Reg2024-02-161-1/+11
| | | | |
| * | | | service: caps: Implement GetAlbumFIleListNarr the Reg2024-02-162-1/+13
| | | | |
| * | | | service: am: Fix GetMainAppletAvailableUsers for user creationNarr the Reg2024-02-163-7/+6
| | | | |
| * | | | service: am: Add QLaunch launcherNarr the Reg2024-02-161-0/+18
| |/ / /
* | | | Merge pull request #13049 from Leystryku/masterliamwhite2024-02-185-4/+30
|\ \ \ \ | | | | | | | | | | Fix Just Dance 2023 not booting
| * | | | service: Change unique_ptr to make_unique in GetCacheStorageMaxLeystryku2024-02-181-1/+1
| | | | |
| * | | | file_sys: Formatting changes and use unique_ptr in GetCacheStorageMaxLeystryku2024-02-181-6/+6
| | | | |
| * | | | file_sys: Fix nacp field cache_storage_max_index datatypeLeystryku2024-02-182-10/+7
| | | | |
| * | | | service: Add proper GetCacheStorageMax implementation to IApplicationFunctionsLeystryku2024-02-183-7/+17
| | | | |
| * | | | fsp: Add FlushAccessLogOnSdCard stubLeystryku2024-02-182-2/+10
| | | | |
| * | | | service: Add GetCacheStorageMax stub to IApplicationFunctionsLeystryku2024-02-182-1/+12
| |/ / /
* | | | Merge pull request #13051 from german77/cheatmissliamwhite2024-02-181-2/+2
|\ \ \ \ | |_|/ / |/| | | dmnt: cheats: Fix valid address range
| * | | dmnt: cheats: Fix valid address rangegerman772024-02-181-2/+2
| |/ /
* | | Merge pull request #13017 from liamwhite/suspensionNarr the Reg2024-02-184-32/+43
|\ \ \ | | | | | | | | kernel: add and enable system suspend type
| * | | kernel: add and enable system suspend typeLiam2024-02-144-32/+43
| | | |
* | | | Close reference to TimeZoneBinary on game closeKelebek12024-02-172-0/+5
| |/ / |/| |
* | | Merge pull request #13016 from german77/set-interface2liamwhite2024-02-169-1026/+662
|\ \ \ | | | | | | | | service: set: Migrate ISystemSettingsServer to new IPC
| * | | service: set: Migrate ISystemSettingsServer to new IPCNarr the Reg2024-02-149-1026/+662
| |/ /
* | | vi: rewrite IApplicationDisplayServiceLiam2024-02-143-309/+228
| | |
* | | vi: rewrite ISystemDisplayServiceLiam2024-02-142-148/+92
| | |
* | | vi: rewrite IManagerDisplayServiceLiam2024-02-142-61/+28
| | |
* | | vi: rewrite IHOSBinderDriverLiam2024-02-145-49/+53
| | |
* | | vi: rewrite IApplicationRootService, IManagerRootService, ISystemRootServiceLiam2024-02-1412-90/+145
| | |
* | | vi: split into implementation filesLiam2024-02-1418-924/+1059
| | |
* | | vi: extract typesLiam2024-02-148-69/+79
|/ /
* | Merge pull request #12996 from german77/settings-ipcliamwhite2024-02-146-174/+1189
|\ \ | | | | | | service: set: Migrate ISettingsServer to new interface
| * | service: set: Migrate ISettingsServer to new interfacegerman772024-02-146-174/+1189
| |/
* | Merge pull request #12993 from liamwhite/am-rewrite-part1Narr the Reg2024-02-14114-4090/+4232
|\ \ | | | | | | am: rewrite part 1
| * | am: move out omm interfaces to new moduleLiam2024-02-1214-87/+124
| | |
| * | am: rewrite IApplicationCreatorLiam2024-02-124-8/+26
| | |
| * | am: add IApplicationAccessorLiam2024-02-123-0/+180
| | |
| * | am: rewrite ILockAccessorLiam2024-02-126-102/+110
| | |
| * | am: rewrite IWindowControllerLiam2024-02-128-118/+121
| | |
| * | am: rewrite IStorageLiam2024-02-1219-81/+73
| | |
| * | am: rewrite IStorageAccessor, ITransferStorageAccessorLiam2024-02-125-103/+82
| | |
| * | am: rewrite ISelfControllerLiam2024-02-129-542/+479
| | |
| * | am: rewrite IProcessWindingControllerLiam2024-02-127-64/+66
| | |
| * | am: rewrite ILibraryAppletSelfAccessorLiam2024-02-128-387/+408
| | |
| * | am: rewrite ILibraryAppletCreatorLiam2024-02-127-121/+88
| | |
| * | am: rewrite ILibraryAppletAccessorLiam2024-02-127-249/+206
| | |
| * | am: rewrite IHomeMenuFunctionsLiam2024-02-127-88/+114
| | |
| * | am: rewrite IGlobalStateController, add ICradleFirmwareUpdaterLiam2024-02-129-54/+187
| | |
| * | am: rewrite IDisplayControllerLiam2024-02-128-170/+146
| | |
| * | am: move IDebugFunctionsLiam2024-02-126-7/+6
| | |
| * | am: rewrite ICommonStateGetterLiam2024-02-1214-437/+385
| | |
| * | am: rewrite IApplicationFunctionsLiam2024-02-128-658/+590
| | |
| * | am: rewrite IAppletCommonFunctionsLiam2024-02-126-24/+26
| | |
| * | am: rewrite IAudioControllerLiam2024-02-128-132/+111
| | |
| * | am: rewrite ISystemAppletProxyLiam2024-02-126-177/+191
| | |
| * | am: rewrite ILibraryAppletProxyLiam2024-02-126-184/+193
| | |
| * | am: rewrite IApplicationProxyLiam2024-02-126-152/+159
| | |
| * | am: rewrite appletAE, appletOELiam2024-02-1212-204/+220
| |/
* | Merge pull request #12974 from german77/ldn-interfaceliamwhite2024-02-1318-778/+910
|\ \ | |/ |/| service: ldn: Migrate and refractor service to new IPC
| * service: ldn: Migrate and refractor service to new IPCNarr the Reg2024-02-1118-778/+910
| |
* | Merge pull request #12756 from liamwhite/applet-multiprocess-hwcNarr the Reg2024-02-1226-99/+364
|\ \ | | | | | | general: applet multiprocess
| * | am: use applet program loading for tested versionsLiam2024-02-105-7/+33
| | |
| * | 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-092-5/+31
| | |
| * | nvnflinger/gpu: implement blendingLiam2024-02-0916-66/+217
| | |
| * | nvservices: unmap only on last container freeLiam2024-02-093-3/+13
| | |
| * | core: fix multiprocess with nceLiam2024-02-091-1/+6
| | |
* | | service: news: Stub remaining functionsgerman772024-02-127-13/+54
| |/ |/|
* | Merge pull request #12969 from german77/bcat-interfaceliamwhite2024-02-1036-736/+1285
|\ \ | | | | | | service: bcat: Migrate and refractor service to new IPC
| * | service: bcat: Address review issuesNarr the Reg2024-02-1029-144/+153
| | |
| * | service: bcat: Implement news interfacesNarr the Reg2024-02-1014-0/+425
| | |
| * | service: bcat: Migrate and refractor service to new IPCNarr the Reg2024-02-1022-735/+850
| | |
* | | Merge pull request #12949 from liamwhite/multi-waitliamwhite2024-02-1015-352/+569
|\ \ \ | |/ / |/| | service: add os types and multi wait API
| * | glue: use multi wait APILiam2024-02-071-82/+48
| | |
| * | server_manager: use multi wait APILiam2024-02-072-261/+234
| | |
| * | service: add os types and multi wait APILiam2024-02-0713-9/+287
| | |
* | | Merge pull request #12951 from liamwhite/more-ipcNarr the Reg2024-02-093-4/+16
|\ \ \ | | | | | | | | ipc: additional fixes
| * | | ipc: additional fixesLiam2024-02-073-4/+16
| |/ /
* | | Merge pull request #12927 from german77/cheat-pauseliamwhite2024-02-094-2/+22
|\ \ \ | | | | | | | | dmnt: cheat: Add pause and resume support
| * | | dmnt: cheat: Add pause and resume supportgerman772024-02-054-2/+22
| | | |
* | | | Merge pull request #12966 from german77/free_npadliamwhite2024-02-091-8/+1
|\ \ \ \ | |_|_|/ |/| | | service: hid: Free npad applet resource
| * | | service: hid: Free npad applet resourceNarr the Reg2024-02-091-8/+1
| | | |
* | | | service: Fix OutLargeData attributesNarr the Reg2024-02-091-1/+1
|/ / /
* | | Merge pull request #12954 from german77/hidbus-interfaceliamwhite2024-02-083-346/+206
|\ \ \ | | | | | | | | service: hid: Migrate hidbus to new interface
| * | | service: hid: Migrate hidbus to new interfaceNarr the Reg2024-02-083-346/+206
| | |/ | |/|
* | | Merge pull request #12914 from FernandoS27/vc-refactorliamwhite2024-02-081-144/+43
|\ \ \ | | | | | | | | VideoCore Refactor Part 1.
| * | | Common: Rename SplitRangeSet to OverlapRangeSetFernando Sahmkow2024-02-051-1/+1
| | | |
| * | | NVDRV: Refactor HeapMapper to use RangeSetsFernando Sahmkow2024-02-041-144/+43
| | | |
* | | | SMMU: Ensure the backing address range matches the currentFernando Sahmkow2024-02-071-0/+7
| | | |
* | | | dmnt: cheat: Invalidate cache on memory writesNarr the Reg2024-02-061-1/+4
| |/ / |/| |
* | | Merge pull request #12883 from FernandoS27/memory_manager_memliamwhite2024-02-061-2/+4
|\ \ \ | | | | | | | | MemoryManager: Reduce the page table size based on last big page address.
| * | | MemoryManager: Reduce the page table size based on last big page address.Fernando Sahmkow2024-02-011-2/+4
| | | |
* | | | Merge pull request #12933 from german77/irs-interfaceliamwhite2024-02-062-410/+262
|\ \ \ \ | | | | | | | | | | service: irs: Migrate service to new interface
| * | | | service: irs: Migrate service to new interfacegerman772024-02-062-410/+262
| | |_|/ | |/| |
* / | | service: hid: Migrate hid debug service to new interfacegerman772024-02-062-119/+78
|/ / /
* | | Merge pull request #12905 from liamwhite/hwc-releaseCharles Lombardo2024-02-053-28/+27
|\ \ \ | | | | | | | | nvnflinger: release buffers before presentation sleep
| * | | nvnflinger: release buffers before presentation sleepLiam2024-02-033-28/+27
| | |/ | |/|
* | | Merge pull request #12915 from german77/cheatliamwhite2024-02-055-49/+103
|\ \ \ | | | | | | | | dmnt: cheats: Update cheat vm to latest version
| * | | dmnt: cheats: Silence memory errorsgerman772024-02-054-20/+32
| | | |
| * | | dmnt: cheats: Update cheat vm to latest versiongerman772024-02-055-29/+71
| | | |
* | | | gdb: fix load/save of fp values in a32Liam2024-02-051-2/+2
|/ / /
* | | Merge pull request #12892 from liamwhite/serialization-stuffliamwhite2024-02-042-2/+31
|\ \ \ | |/ / |/| | cmif_serialization: enforce const for references
| * | cmif_serialization: enforce const for referencesLiam2024-02-022-2/+31
| | |
* | | Merge pull request #12901 from Kelebek1/timezone_firmware_fixliamwhite2024-02-031-0/+1
|\ \ \ | | | | | | | | Fix firmware timezone boot load check.
| * | | Fix firmware timezone boot load check.Kelebek12024-02-031-0/+1
| |/ /
* / / service: fs: Skip non user id foldersNarr the Reg2024-02-021-0/+9
|/ /
* | Merge pull request #12857 from liamwhite/constFernando S2024-02-0231-91/+100
|\ \ | | | | | | service: use const references for input raw data
| * | service: use const references for input raw dataLiam2024-02-0131-91/+100
| | |
* | | Merge pull request #12845 from liamwhite/notifFernando S2024-02-023-126/+324
|\ \ \ | | | | | | | | notif: rewrite for new IPC
| * | | notif: rewrite for new IPCLiam2024-01-293-126/+324
| | | |
* | | | Merge pull request #12761 from liamwhite/mp-compositeFernando S2024-02-0211-57/+360
|\ \ \ \ | |_|/ / |/| | | video_core: rewrite presentation for layer composition
| * | | hardware_composer: implement speed limit extensionsLiam2024-01-315-22/+50
| | | |
| * | | nvnflinger/gpu: implement layer stack compositionLiam2024-01-3112-54/+329
| | |/ | |/|
* | | Merge pull request #12848 from german77/caps-interfaceliamwhite2024-02-0113-388/+263
|\ \ \ | | | | | | | | service: capsrv: Migrate to new IPC
| * | | service: capsrv: Migrate to new IPCNarr the Reg2024-01-3013-388/+263
| | |/ | |/|
* | | Merge pull request #12780 from german77/touch_resource5liamwhite2024-02-019-34/+318
|\ \ \ | |_|/ |/| | service: hid: Fully implement touch resource
| * | service: hid: Fully implement touch resourceNarr the Reg2024-01-299-34/+318
| | |
* | | Merge pull request #12760 from liamwhite/mp-amNarr the Reg2024-01-31115-4534/+6890
|\ \ \ | | | | | | | | am: rewrite for multiprocess support
| * | | 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-3031-57/+466
| | | |
| * | | am: return AppletDataBroker and use for frontend appletsLiam2024-01-3031-508/+424
| | | |
| * | | am: rework IStorage for transfer storageLiam2024-01-306-109/+117
| | | |
| * | | am: migrate global state to per-applet state structureLiam2024-01-3039-707/+683
| | | |
| * | | am: retrieve main applet creation info from frontendLiam2024-01-302-21/+37
| | | |
| * | | am: re-namespace frontend applets to frontend directoryLiam2024-01-3038-393/+312
| | | |
| * | | am: add new datatypes for per-applet stateLiam2024-01-3019-1/+1496
| | | |
| * | | service: split am into componentsLiam2024-01-3059-3482/+4091
| | | |
* | | | Merge pull request #12858 from liamwhite/non-blockingNarr the Reg2024-01-312-14/+21
|\ \ \ \ | | | | | | | | | | internal_network: only poll for accept on blocking sockets
| * | | | internal_network: only poll for accept on blocking socketsLiam2024-01-302-14/+21
| |/ / /
* | | | Merge pull request #12869 from FernandoS27/smmu-fixesliamwhite2024-01-313-40/+45
|\ \ \ \ | | | | | | | | | | SMMU: A set of different fixes.
| * | | | Device Memory Manager: ensure raster protection only within mapped device addresses.Fernando Sahmkow2024-01-311-17/+23
| | | | |
| * | | | DeviceMemory: Make counter types configurableFernando Sahmkow2024-01-312-14/+19
| | | | |
| * | | | NVDRV: Join the heaper optimization blocksFernando Sahmkow2024-01-311-1/+3
| | | | |
| * | | | smmu: use new range mutex construction for protecting countersLiam2024-01-312-11/+3
| | | | |
* | | | | Merge pull request #12864 from Kelebek1/small_time_fixesliamwhite2024-01-319-84/+66
|\ \ \ \ \ | | | | | | | | | | | | Small time fixes
| * | | | | Remove a few hacks for clock setups, which seem to no longer be needed, but fix network clock to local clock on every boot. Also fix some logging strings.Kelebek12024-01-319-84/+66
| | | | | |
* | | | | | aoc: fix DLC listing (#12867)liamwhite2024-01-311-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #12860 from liamwhite/serialization2liamwhite2024-01-301-3/+3
|\ \ \ \ \ | | | | | | | | | | | | cmif_serialization: fix LargeData types
| * | | | | cmif_serialization: fix LargeData typesLiam2024-01-301-3/+3
| |/ / / /
* | | | | Merge pull request #12859 from german77/ledliamwhite2024-01-302-13/+37
|\ \ \ \ \ | |/ / / / |/| | | | service: hid: Implement GetPlayerLedPattern accurately
| * | | | service: hid: Implement GetPlayerLedPattern accuratelyNarr the Reg2024-01-302-13/+37
| | |_|/ | |/| |
* | | | Merge pull request #12856 from liamwhite/serializationliamwhite2024-01-301-12/+38
|\ \ \ \ | | | | | | | | | | cmif_serialization: fix out layout calculation
| * | | | cmif_serialization: fix out layout calculationLiam2024-01-301-12/+38
| | |/ / | |/| |
* | | | Update sockets.hLotP12024-01-301-1/+1
| | | | | | | | | | | | forgot to realign the enum
* | | | Update src/core/hle/service/sockets/sockets.hLotP12024-01-301-1/+1
| | | | | | | | | | | | Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
* | | | Update sockets_translate.cppLotP12024-01-301-2/+2
| | | | | | | | | | | | Align the error case with it's index in the Errno enum
* | | | Update sockets.hLotP12024-01-301-0/+1
| | | | | | | | | | | | Add the CONNREFUSED error to the Service::Sockets::Errno enum
* | | | Update sockets_translate.cppLotP12024-01-301-0/+2
|/ / / | | | | | | | | | Add support for the CONNREFUSED Errno. Without this Connect() will return SUCCESS when a connection is refused, instead of an error code. This causes code, that relies on the result of Connect() being SUCCESS, to execute when it shouldn't.
* / / service: mii: Set arguments as constNarr the Reg2024-01-291-7/+8
|/ /
* | Merge pull request #12837 from german77/catliamwhite2024-01-291-1/+1
|\ \ | | | | | | service: am: Focus state changed goes last
| * | service: am: Focus state changed goes lastgerman772024-01-291-1/+1
| |/
* | Merge pull request #12814 from Kelebek1/time_new_ipcliamwhite2024-01-2934-2048/+1213
|\ \ | | | | | | Move time services to new IPC and add debug printing
| * | Move time services to new IPC.Kelebek12024-01-2734-2048/+1213
| | | | | | | | | | | | Add some fixes/improvements to usage with the new IPC
* | | fix build for gcc 11amazingfate2024-01-291-1/+1
| |/ |/|
* | Merge pull request #12821 from merryhime/atomic_opsliamwhite2024-01-281-4/+2
|\ \ | | | | | | atomic_ops: Reduce code duplication with templates
| * | atomic_ops: Remove volatile qualifierMerry2024-01-271-4/+2
| |/
* | Merge pull request #12831 from Kelebek1/audren_multiliamwhite2024-01-281-6/+10
|\ \ | | | | | | Use the input process handle to get the correct application's memory
| * | Use the input process handle to get the correct application's memoryKelebek12024-01-281-6/+10
| |/
* | Merge pull request #12825 from liamwhite/whyliamwhite2024-01-281-1/+2
|\ \ | | | | | | kernel: clear pinned waiter list on unpin
| * | kernel: clear pinned waiter list on unpinLiam2024-01-281-1/+2
| |/
* | Merge pull request #12823 from german77/set-audioliamwhite2024-01-287-59/+350
|\ \ | | | | | | service: set: Implement more Qlaunch Settings
| * | service: set: Increase settings versiongerman772024-01-281-2/+2
| | |
| * | service: set: Implement more Qlaunch Settingsgerman772024-01-287-57/+348
| |/
* | Merge pull request #12802 from german77/mii_interfaceliamwhite2024-01-284-412/+171
|\ \ | |/ |/| service: mii: Migrate service to new interface
| * service: mii: Migrate service to new interfaceNarr the Reg2024-01-264-412/+171
| |
* | vfs: Fix getting URI filenamet8952024-01-261-0/+9
| |
* | Merge pull request #12765 from german77/sys-hidliamwhite2024-01-269-72/+227
|\ \ | | | | | | service: set: Implement more settings functions for Qlaunch
| * | service: set: Implement more settings functions for QlaunchNarr the Reg2024-01-269-72/+227
| | |
* | | Merge pull request #12707 from FearlessTobi/fs-housekeepingliamwhite2024-01-26131-936/+3291
|\ \ \ | |_|/ |/| | fs: Various cleanups & add path class for later use
| * | Address review comments and fix compilation problemsFearlessTobi2024-01-2512-252/+229
| | |
| * | fs: Add path classFearlessTobi2024-01-2510-30/+2211
| | |
| * | result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi2024-01-258-23/+51
| | |
| * | fs/errors: Unify naming of result codesFearlessTobi2024-01-257-42/+37
| | |
| * | fs: Replace Mode enum by OpenMode enumFearlessTobi2024-01-2518-178/+184
| | |
| * | vfs: Move vfs files to their own directoryFearlessTobi2024-01-2596-155/+178
| | |
| * | fs: Move fsp_srv subclasses to separate filesFearlessTobi2024-01-2517-542/+687
| |/ | | | | | | fs: Move additional files to the fsp directory
* | cmif_serialization: support non-domain sessions on domain serversLiam2024-01-261-33/+32
| |
* | cmif_types: improve ergonomics of typesLiam2024-01-264-38/+97
|/
* Merge pull request #12759 from liamwhite/mp-miscliamwhite2024-01-254-4/+25
|\ | | | | core: miscellaneous fixes
| * nvservices: close map handles on session closeLiam2024-01-233-0/+16
| |
| * kernel: target invalidate to given processLiam2024-01-231-4/+9
| |
* | Merge pull request #12783 from liamwhite/cmif-generationliamwhite2024-01-258-353/+729
|\ \ | | | | | | service: add template serializer for method calls
| * | service: add template serializer for method callsLiam2024-01-258-353/+729
| | |
* | | Merge pull request #12499 from Kelebek1/timeliamwhite2024-01-25118-3878/+6872
|\ \ \ | |/ / |/| | Rework time services
| * | Rework time service to fix time passing offline.Kelebek12024-01-24118-3878/+6872
| | |
* | | Merge pull request #12763 from liamwhite/fix-hbl-againliamwhite2024-01-231-0/+8
|\ \ \ | | | | | | | | loader: also register fs process for raw exefs partition
| * | | loader: also register fs process for raw exefs partitionLiam2024-01-231-0/+8
| | |/ | |/|
* | | Merge pull request #12768 from german77/wrong_conversionliamwhite2024-01-233-8/+8
|\ \ \ | |/ / |/| | service: properly convert buffers to strings
| * | service: properly convert buffers to stringsNarr the Reg2024-01-233-8/+8
| | |
* | | device_memory_manager: fix ScratchBuffer indexingLiam2024-01-221-3/+2
|/ /
* | Merge pull request #12579 from FernandoS27/smmuliamwhite2024-01-2249-459/+1774
|\ \ | | | | | | Core: Implement Device Mapping & GPU SMMU
| * | device_memory_manager: use unique_lock for updateLiam2024-01-191-14/+8
| | |
| * | nvhost_vic: use map erase by keyLiam2024-01-191-4/+1
| | |
| * | nvdrv: clean up preallocationLiam2024-01-191-3/+5
| | |
| * | nvdrv: use correct names for interface factoryLiam2024-01-191-3/+3
| | |
| * | nvdrv: use static typing for SessionId, smmu Asid typesLiam2024-01-1933-87/+99
| | |
| * | Core: Invert guest memory depandancyFernando Sahmkow2024-01-192-6/+7
| | |
| * | Core: Make sure GPU Dirty Managers ae shared by all processes.Fernando Sahmkow2024-01-194-15/+19
| | |
| * | Core: Eliminate core/memory dependancies.Fernando Sahmkow2024-01-192-2/+6
| | |
| * | SMMU: Fix Right Shift UB.Fernando Sahmkow2024-01-192-4/+4
| | |
| * | SMMU: Fix 8Gb layout.Fernando Sahmkow2024-01-191-5/+5
| | |
| * | Core: Clang format and other small issues.Fernando Sahmkow2024-01-1915-52/+95
| | |
| * | SMMU: Fix software rendering and cleanupFernando Sahmkow2024-01-197-30/+24
| | |
| * | SMMU: Add continuity tracking optimization.Fernando Sahmkow2024-01-194-13/+63
| | |
| * | SMMU: Simplify and remove old code.Fernando Sahmkow2024-01-192-70/+13
| | |
| * | SMMU: Add Android compatibilityFernando Sahmkow2024-01-194-45/+34
| | |
| * | GPU-SMMU: Estimate game leak and preallocate device region.Fernando Sahmkow2024-01-198-25/+329
| | |
| * | GPU SMMU: Expand to 34 bitsFernando Sahmkow2024-01-192-5/+34
| | |
| * | SMMU: Fix Unregister on MultiAddressFernando Sahmkow2024-01-191-1/+1
| | |
| * | SMMU: Implement physical memory mirroringFernando Sahmkow2024-01-196-32/+221
| | |
| * | SMMU: Initial adaptation to video_core.Fernando Sahmkow2024-01-1919-388/+441
| | |
| * | SMMU: Implement backing CPU page protect/unprotectFernando Sahmkow2024-01-192-6/+127
| | |
| * | NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow2024-01-1933-83/+252
| | |
| * | Core: Initial implementation of device memory mappingFernando Sahmkow2024-01-193-0/+417
| | |
* | | Merge pull request #12734 from german77/enable-appletliamwhite2024-01-221-2/+2
|\ \ \ | | | | | | | | service: hid: Implement EnableAppletForInput
| * | | service: hid: Implement EnableAppletForInputNarr the Reg2024-01-211-2/+2
| | | |
* | | | service: set: Don't allow invalid mii author idgerman772024-01-211-0/+5
|/ / /
* | | Merge pull request #12715 from t895/remove-addonsliamwhite2024-01-202-14/+46
|\ \ \ | | | | | | | | android: Add uninstall addon button
| * | | android: Add addon delete buttont8952024-01-202-14/+46
| | | | | | | | | | | | | | | | Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
* | | | Merge pull request #12660 from german77/better-vibrationliamwhite2024-01-205-151/+289
|\ \ \ \ | | | | | | | | | | service: hid: Fully implement abstract vibration
| * | | | service: hid: Fully implement abstract vibrationNarr the Reg2024-01-165-151/+289
| | |/ / | |/| |
* | | | Merge pull request #12701 from liamwhite/flinger-layer-issuesliamwhite2024-01-206-15/+42
|\ \ \ \ | |_|/ / |/| | | vi: check layer state before opening or closing
| * | | vi: check layer state before opening or closingLiam2024-01-184-12/+27
| | | |
| * | | nvnflinger: ensure display abandonment considers all layers and future layersLiam2024-01-183-3/+15
| |/ /
* | | Merge pull request #12695 from anpilley/user-arguments-v2liamwhite2024-01-192-0/+18
|\ \ \ | |_|/ |/| | Allow -u to accept a username string in addition to index
| * | Update based on feedbackAndrew Pilley2024-01-181-2/+2
| | |
| * | Allow -u to accept a username string in addition to index, and suppress the User selector even if settings requires it to be shown for one instance only.Andrew Pilley2024-01-172-0/+18
| |/
* | Merge pull request #12678 from german77/settings_implliamwhite2024-01-1915-636/+818
|\ \ | | | | | | service: set: Implement stubbed functions
| * | service: set: Implement stubbed functionsNarr the Reg2024-01-166-49/+200
| | |
| * | service: set: Refractor setting serviceNarr the Reg2024-01-1614-588/+619
| |/
* / service: nfc: Create backup when none existNarr the Reg2024-01-151-1/+4
|/
* Merge pull request #12677 from GPUCode/whyy-moddersliamwhite2024-01-156-79/+154
|\ | | | | core: Support multiple modules per patcher
| * core: Support multiple modules per patcherGPUCode2024-01-146-79/+154
| |
* | Merge pull request #12665 from german77/proofliamwhite2024-01-152-3/+17
|\ \ | | | | | | service: acc: Only save profiles when profiles have changed
| * | service: acc: Only save profiles when profiles have changedgerman772024-01-132-3/+17
| | |
* | | Merge pull request #12659 from liamwhite/audio-memoryCharles Lombardo2024-01-152-13/+49
|\ \ \ | | | | | | | | audio: fetch process object from handle table
| * | | audio: fetch process object from handle tableLiam2024-01-122-13/+49
| |/ /
* | | Merge pull request #12612 from liamwhite/fs-pidCharles Lombardo2024-01-1518-267/+357
|\ \ \ | | | | | | | | fsp-srv: use program registry for SetCurrentProcess
| * | | loader: fix homebrew nro registrationLiam2024-01-131-6/+6
| | | |
| * | | fsp-srv: use program registry for SetCurrentProcessLiam2024-01-1118-265/+355
| | | |
* | | | Merge pull request #12611 from liamwhite/resource-management-is-hardCharles Lombardo2024-01-1514-114/+202
|\ \ \ \ | | | | | | | | | | kernel: fix resource management issues
| * | | | kernel: optimize page free on shutdownLiam2024-01-133-63/+18
| | | | |
| * | | | kernel: fix debugger and process list lifetimeLiam2024-01-139-107/+160
| | | | |
| * | | | kernel: fix page leak on process terminationLiam2024-01-133-1/+81
| | |_|/ | |/| |
* | | | Merge pull request #12610 from liamwhite/reply-and-dont-receiveCharles Lombardo2024-01-151-2/+7
|\ \ \ \ | |/ / / |/| | | server_manager: respond to session close correctly
| * | | server_manager: respond to session close correctlyLiam2024-01-081-2/+7
| |/ /
* | / service: hid: Create abstracted pad structuregerman772024-01-122-2/+2
| |/ |/|
* | Merge pull request #12609 from liamwhite/wrong-name-againNarr the Reg2024-01-095-51/+38
|\ \ | | | | | | vi: minor cleanups
| * | vi: connect vsync event handle lifetime to application display service interfaceLiam2024-01-084-24/+11
| | |
| * | vi: fix name of nvnflingerLiam2024-01-082-27/+27
| |/
* / Fix typos in src/core (#12625)Viktor Szépe2024-01-0828-116/+116
|/ | | | | | | | | * Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
* Merge pull request #12600 from german77/npad-implliamwhite2024-01-083-21/+72
|\ | | | | service: hid: Hook interface implementations
| * service: hid: Implement GetLastActiveNpadgerman772024-01-071-3/+6
| |
| * service: hid: Implement AssigningSingleOnSlSrPressgerman772024-01-071-2/+12
| |
| * service: hid: Implement SetNpadSystemExtStateEnabledgerman772024-01-073-8/+20
| |
| * service: hid: Implement CaptureButtonAssignmentgerman772024-01-073-8/+34
| |
* | Merge pull request #12599 from german77/settingsliamwhite2024-01-0813-379/+393
|\ \ | | | | | | service: set: Use official names
| * | service: set: Rename filesgerman772024-01-0713-20/+20
| | |
| * | service: set: Use official namesgerman772024-01-079-359/+373
| | |
* | | Merge pull request #12576 from t895/total-save-managerliamwhite2024-01-072-0/+10
|\ \ \ | |_|/ |/| | android: Re-add global save manager
| * | android: Re-add global save managert8952024-01-042-0/+10
| | | | | | | | | | | | Reworked to correctly collect and import/export saves that could exist in either /nand/user/save/000...000/<user id> or /nand/user/save/account/<user id raw string>
* | | service: hid: Add functions needed by QlaunchNarr the Reg2024-01-062-6/+60
| |/ |/|
* | hid_core: Move hid to it's own subprojectNarr the Reg2024-01-05115-16174/+67
| |
* | Merge pull request #12557 from merryhime/termination-ipiliamwhite2024-01-041-4/+4
|\ \ | | | | | | KThread: Send termination interrupt to all cores a thread has affinity to
| * | KThread: Send termination interrupt to all cores a thread has affinity toMerry2024-01-021-4/+4
| |/ | | | | | | | | KThread::RequestTerminate may run from a thread which is not the CurrentCore, and thus masking this out is erroneous.
* | service: hid: Remove data races when handling shared memoryNarr the Reg2024-01-0417-29/+45
| |
* | service: hid: Implement NpadResource and NpadDataNarr the Reg2024-01-0419-676/+1930
|/
* Merge pull request #12543 from FernandoS27/stop-liking-posts-from-ur-friends-exliamwhite2024-01-011-1/+2
|\ | | | | VideoCore: A few fixes to DMA and swapchain
| * Vulkan: Only recreate swapchain if the frame is bigger than the swap image.Fernando Sahmkow2023-12-311-1/+2
| |
| * MaxwellDMA: Don't flush the outputs of a dma copy.Fernando Sahmkow2023-12-311-1/+1
| |
* | Merge pull request #12536 from german77/npad_interfaceliamwhite2024-01-0137-230/+711
|\ \ | | | | | | service: hid: Use applet resource to get latest shared memory handle
| * | service: hid: Use applet resource to get latest shared memory handleNarr the Reg2023-12-3137-230/+711
| | |
* | | Merge pull request #12454 from liamwhite/ct-stuffNarr the Reg2024-01-0113-98/+95
|\ \ \ | | | | | | | | core_timing: minor refactors
| * | | core_timing: block advance thread while clearing and signal afterLiam2023-12-231-1/+2
| | | |
| * | | core_timing: handle concurrent unscheduling of looping eventsLiam2023-12-232-4/+15
| | | |
| * | | core_timing: use static typing for no-wait unscheduleLiam2023-12-233-8/+12
| | | |
| * | | core_timing: remove user data valueLiam2023-12-2313-92/+73
| | | |
* | | | Merge pull request #12466 from liamwhite/sh2Narr the Reg2024-01-0110-37/+171
|\ \ \ \ | | | | | | | | | | core: track separate heap allocation for linux
| * | | | core: track separate heap allocation for linuxLiam2023-12-2610-37/+171
| | | | |
* | | | | Merge pull request #12501 from liamwhite/ipsNarr the Reg2024-01-011-0/+7
|\ \ \ \ \ | | | | | | | | | | | | ips_layer: prevent out of bounds access with offset exceeding module size
| * | | | | ips_layer: prevent out of bounds access with offset exceeding module sizeLiam2023-12-281-0/+7
| | |_|_|/ | |/| | |
* | | | | Merge pull request #12513 from liamwhite/jit-fixNarr the Reg2024-01-014-18/+146
|\ \ \ \ \ | |_|_|_|/ |/| | | | jit: use code memory handles correctly
| * | | | jit: use code memory handles correctlyLiam2023-12-294-18/+146
| |/ / /
* / / / k_capabilities: simplify KTrace map skip logicLiam2023-12-281-2/+4
|/ / /
* | | Merge pull request #12455 from liamwhite/end-waitliamwhite2023-12-263-31/+10
|\ \ \ | | | | | | | | kernel: use simple mutex for object list container
| * | | kernel: use simple mutex for object list containerLiam2023-12-233-31/+10
| | |/ | |/|
* | | am/jit: reference memory instance from contextLiam2023-12-253-5/+7
| | |
* | | kernel: remove unecessary process member from handle tableLiam2023-12-252-6/+3
| | |
* | | service: fetch objects from the client handle tableLiam2023-12-2512-66/+45
| |/ |/|
* | kernel: fix resource limit imbalanceLiam2023-12-233-8/+7
| |
* | kernel: restrict nce to applicationsLiam2023-12-233-6/+6
| |
* | general: properly support multiple memory instancesLiam2023-12-2317-102/+102
| |
* | k_server_session: remove scratch buffer usage in favor of direct copyLiam2023-12-231-39/+124
| |
* | k_server_session: process for guest serversLiam2023-12-236-250/+1135
| |
* | kernel: instantiate memory separately for each guest processLiam2023-12-2317-127/+82
|/
* service: hid: Fix crash on InitializeVibrationDeviceNarr the Reg2023-12-211-1/+1
|
* Merge pull request #12417 from liamwhite/arm64-gcc-fixFernando S2023-12-202-2/+6
|\ | | | | nce: hide shadowing warnings from dynarmic headers
| * nce: hide shadowing warnings from dynarmic headersLiam2023-12-202-2/+6
| |
* | nce: increase handler stack sizeLiam2023-12-191-1/+1
| |
* | nce: fix read size in simd immediate emulationLiam2023-12-191-1/+2
|/
* Merge pull request #12392 from liamwhite/modeFernando S2023-12-192-8/+17
|\ | | | | fs: implement OpenDirectoryMode
| * fs: implement OpenDirectoryModeLiam2023-12-182-8/+17
| |
* | Merge pull request #12304 from liamwhite/flinger-wtfFernando S2023-12-193-3/+37
|\ \ | | | | | | nvnflinger: mark buffer as acquired when acquired
| * | nvnflinger: mark buffer as acquired when acquiredLiam2023-12-163-3/+37
| | |
* | | Merge pull request #12349 from Kelebek1/return_system_channels_activeliamwhite2023-12-181-1/+1
|\ \ \ | |_|/ |/| | Have GetActiveChannelCount return the system channels instead of host device channels
| * | Have GetActiveChannelCount return the system channels instead of host device channelsKelebek12023-12-161-1/+1
| | |
* | | Merge pull request #12378 from liamwhite/offsetofliamwhite2023-12-162-0/+2
|\ \ \ | | | | | | | | set: add cstddef for offsetof macro
| * | | set: add cstddef for offsetof macroLiam2023-12-162-0/+2
| |/ /
* | | Merge pull request #12331 from liamwhite/layer-confusionliamwhite2023-12-168-42/+74
|\ \ \ | |/ / |/| | vi: fix confusion between closing and destroying layers
| * | vi: fix confusion between closing and destroying layersLiam2023-12-128-42/+74
| | |
* | | Merge pull request #12184 from Kelebek1/system_settingsliamwhite2023-12-1612-406/+1611
|\ \ \ | | | | | | | | Make system settings persistent across boots
| * | | Make system settings persistent across bootsKelebek12023-12-1612-406/+1611
| | |/ | |/|
* | | Merge pull request #12237 from liamwhite/nce-sigtrapliamwhite2023-12-168-44/+3852
|\ \ \ | | | | | | | | nce: implement instruction emulation for misaligned memory accesses
| * | | nce: adjust initialization for repeated callsLiam2023-12-121-8/+11
| | | |
| * | | nce: implement instruction emulation for misaligned memory accessesLiam2023-12-118-43/+3848
| | | |
* | | | Merge pull request #12290 from liamwhite/deferred-path-splitliamwhite2023-12-163-17/+5
|\ \ \ \ | | | | | | | | | | Improve path splitting speed
| * | | | Improve path splitting speedBreadFish642023-12-063-17/+5
| | | | |
* | | | | Merge pull request #12358 from liamwhite/optimized-allocliamwhite2023-12-162-8/+11
|\ \ \ \ \ | | | | | | | | | | | | common: use memory holepunching when clearing memory
| * | | | | common: use memory holepunching when clearing memoryLiam2023-12-152-8/+11
| | |_|/ / | |/| | |
* | | | | Merge pull request #12359 from german77/real_sharedliamwhite2023-12-1642-870/+1076
|\ \ \ \ \ | | | | | | | | | | | | service: hid: Allow to create multiple instances of shared memory
| * | | | | core: Make sure npad is initializedNarr the Reg2023-12-152-1/+4
| | | | | |
| * | | | | core: hid: Clean up headersNarr the Reg2023-12-1420-36/+16
| | | | | |
| * | | | | service: hid: Allow to create multiple instances of shared memoryNarr the Reg2023-12-1440-842/+1065
| |/ / / /
* / / / / ssl: fix output byte buffer size issue (#12372)liamwhite2023-12-161-3/+3
|/ / / /
* | | | Merge pull request #12328 from german77/profile_managerliamwhite2023-12-122-2/+19
|\ \ \ \ | | | | | | | | | | core: Use single instance of profile manager
| * | | | core: Use single instance of profile managergerman772023-12-102-2/+19
| | |_|/ | |/| |
* | | | Merge pull request #12333 from german77/aruid_freeliamwhite2023-12-126-13/+149
|\ \ \ \ | |_|_|/ |/| | | service: hid: Improve CreateAppletResource implementation and free resources
| * | | service: hid: Improve CreateAppletResource implementation and free resourcesgerman772023-12-106-13/+149
| |/ /
* | | Merge pull request #12322 from liamwhite/savedata-absurdityliamwhite2023-12-113-5/+13
|\ \ \ | | | | | | | | fs: don't enumerate hidden savedata size file
| * | | fs: don't enumerate hidden savedata size fileLiam2023-12-093-5/+13
| | | |
* | | | Merge pull request #12327 from liamwhite/tipcliamwhite2023-12-112-7/+25
|\ \ \ \ | | | | | | | | | | sm:: fix tipc deserialization
| * | | | sm:: fix tipc deserializationLiam2023-12-102-7/+25
| | |/ / | |/| |
* | | | Merge pull request #12317 from liamwhite/sc-fixliamwhite2023-12-111-1/+1
|\ \ \ \ | | | | | | | | | | kernel: fix single core
| * | | | kernel: fix single coreLiam2023-12-091-1/+1
| | | | |
* | | | | Merge pull request #12321 from liamwhite/ro2liamwhite2023-12-1116-670/+1203
|\ \ \ \ \ | |_|/ / / |/| | | | ro: add separate ro service
| * | | | ro: add separate ro serviceLiam2023-12-099-634/+1147
| | | | |
| * | | | service: populate pid and handle table from clientLiam2023-12-093-13/+19
| | | | |
| * | | | service: use interface factory in server managerLiam2023-12-095-23/+37
| | |/ / | |/| |
* | | | Merge pull request #12296 from liamwhite/client-sessionliamwhite2023-12-106-105/+244
|\ \ \ \ | | | | | | | | | | kernel: implement remaining IPC syscalls
| * | | | kernel: implement remaining IPC syscallsLiam2023-12-066-105/+244
| | | | |
* | | | | Merge pull request #12299 from liamwhite/light-ipcliamwhite2023-12-1018-20/+813
|\ \ \ \ \ | | | | | | | | | | | | kernel: implement light IPC
| * | | | | kernel: implement light IPCLiam2023-12-0718-20/+813
| |/ / / /
* | / / / fbshare: set external format correctlyLiam2023-12-091-0/+1
| |/ / / |/| | |
* | | | Merge pull request #12289 from german77/aruidliamwhite2023-12-0910-13/+526
|\ \ \ \ | | | | | | | | | | service: hid: Introduce proper AppletResource emulation
| * | | | service: hid: Introduce proper AppletResource emulationNarr the Reg2023-12-0710-13/+526
| | |_|/ | |/| |
* | | | debug: fix reading of module namesLiam2023-12-091-1/+4
| |_|/ |/| |
* | | Merge pull request #12208 from liamwhite/romfsliamwhite2023-12-086-113/+137
|\ \ \ | |_|/ |/| | romfs: optimize parsing and building
| * | fsmitm_romfsbuild: optimize for data localityLiam2023-12-035-85/+82
| | |
| * | romfs: cache file and directory metadata tablesLiam2023-12-031-28/+55
| | |
* | | Merge pull request #12236 from liamwhite/cpu-refactorFernando S2023-12-0645-3270/+2920
|\ \ \ | |_|/ |/| | core: refactor emulated cpu core activation
| * | arm: fix context save of vector regsLiam2023-12-051-6/+4
| | |
| * | core: refactor emulated cpu core activationLiam2023-12-0445-3270/+2922
| |/
* | Merge pull request #12271 from liamwhite/pretext-fixliamwhite2023-12-051-0/+2
|\ \ | |/ |/| nce: fix pre-text patch for single modules
| * nce: fix pre-text patch for single modulesLiam2023-12-021-0/+2
| |
* | file_sys: handle null romfsLiam2023-12-024-15/+16
|/
* Merge pull request #12255 from german77/amiiboliamwhite2023-12-021-5/+5
|\ | | | | service: nfc: Don't tag amiibos as corrupted if they are loaded as read only
| * service: nfc: Don't tag amiibos as corrupted if they are loaded as read onlyNarr the Reg2023-12-011-5/+5
| |
* | Merge pull request #12074 from GPUCode/yuwu-on-the-metalliamwhite2023-11-3030-59/+1919
|\ \ | |/ |/| Implement Native Code Execution (NCE)
| * core: Rename patcher fileGPUCode2023-11-297-7/+7
| |
| * qt: add cpu_backend configurationamazingfate2023-11-271-2/+1
| |
| * general: fix mac compileLiam2023-11-271-1/+1
| |
| * loader: fix gcc compileLiam2023-11-271-1/+1
| |
| * oaknut: Address warningsGPUCode2023-11-251-4/+0
| |
| * Address more review commentsGPUCode2023-11-255-14/+71
| |
| * loader: apply nso patch to offset program imageLiam2023-11-251-4/+6
| |
| * arm_nce: skip data aborts for crash handling parityLiam2023-11-251-3/+11
| |
| * arm: Print backtrace on data abortGPUCode2023-11-251-0/+2
| |
| * patch: check offsets from first code wordLiam2023-11-251-3/+4
| |
| * core: Define HAS_NCE macroGPUCode2023-11-2510-16/+26
| |
| * arm_nce: skip dc cvac on possibly write-protected areasLiam2023-11-251-3/+1
| |
| * Address some review commentsGPUCode2023-11-258-31/+23
| |
| * android: Add cpu bakend gui toggleGPUCode2023-11-252-3/+5
| |
| * arm: Implement native code execution backendLiam2023-11-2527-39/+1791
| |
| * device_memory: Enable direct mapped addresses for nceGPUCode2023-11-253-5/+11
| |
| * kernel: Manually specify aslr region startLiam2023-11-258-18/+25
| |
| * core: Respect memory permissions in MapGPUCode2023-11-253-9/+37
| |
* | Merge pull request #12203 from liamwhite/crash-fixliamwhite2023-11-291-1/+3
|\ \ | | | | | | set: don't load version nca with null romfs
| * | set: don't load version nca with null romfsLiam2023-11-271-1/+3
| | |
* | | Fixed controller applet crashing when on FW17+FrozenAra2023-11-274-3/+30
|/ /
* | Merge pull request #12183 from german77/justmiiliamwhite2023-11-274-34/+39
|\ \ | | | | | | service: nfc: Validate mii data
| * | service: nfc: Validate mii datagerman772023-11-264-34/+39
| | |
* | | Merge pull request #12160 from german77/mouse_constrainliamwhite2023-11-271-5/+5
|\ \ \ | | | | | | | | yuzu: Constrain mouse in render window when emulated
| * | | yuzu: Constrain mouse in render window when emulatedNarr the Reg2023-11-251-5/+5
| | | |
* | | | Merge pull request #12180 from german77/cabinetmiiliamwhite2023-11-261-1/+2
|\ \ \ \ | | | | | | | | | | service: am: Create random mii for cabinet applet
| * | | | service: am: Create random mii for cabinet appletgerman772023-11-261-1/+2
| | |/ / | |/| |
* | | | Merge pull request #12156 from german77/firmwarevsliamwhite2023-11-262-31/+59
|\ \ \ \ | | | | | | | | | | yuzu: Display firmware version
| * | | | yuzu: Display firmware versionNarr the Reg2023-11-242-31/+59
| | |/ / | |/| |
* | | | time: undef GetCurrentTime for WindowsLiam2023-11-251-0/+5
| |/ / |/| |
* | | Merge pull request #12151 from german77/no-crashliamwhite2023-11-252-0/+51
|\ \ \ | |_|/ |/| | core: hid: Ensure output devices are initialized
| * | core: hid: Ensure output devices are initializedNarr the Reg2023-11-242-0/+51
| |/
* | Merge pull request #12076 from german77/resourceliamwhite2023-11-2336-1415/+1625
|\ \ | |/ |/| service: hid: Create appropriate hid resources
| * service: hid: Create appropriate hid resourcesNarr the Reg2023-11-2136-1415/+1625
| |
* | Merge pull request #12107 from daisymlleung/patch-1liamwhite2023-11-211-1/+12
|\ \ | |/ |/| Stub CheckBlockedUserListAvailability for Super Bomberman R 2
| * Stub CheckBlockedUserListAvailabilitydaisymlleung2023-11-201-1/+12
| |
* | Merge pull request #12011 from Macj0rdan/controller-appletNarr the Reg2023-11-2013-73/+546
|\ \ | |/ |/| Implemented qlaunch version of the controller applet
| * Implemented qlaunch version of the controller appletFrozenAra2023-11-1913-73/+546
| |
* | service: hid: Ensure resource manager is initializedSquall-Leonhart2023-11-201-1/+1
| | | | | | | | | | | | Ensures the proper initialization of the IActiveVibrationDeviceList. By using GetResourceManager() instead of resource_manager, we make sure that the IActiveVibrationDeviceListis initialized before it's used, preventing potential null issues. Fixes #12088
* | Merge pull request #11912 from liamwhite/nv-graphic-bufferliamwhite2023-11-1812-37/+71
|\ \ | | | | | | nvnflinger: use graphic buffer lifetime for map handle
| * | nvnflinger: use graphic buffer lifetime for map handleLiam2023-10-3012-37/+71
| | |
* | | Merge pull request #11917 from liamwhite/abandonmentliamwhite2023-11-188-21/+60
|\ \ \ | |_|/ |/| | nvnflinger: implement consumer abandonment
| * | nvnflinger: implement consumer abandonmentLiam2023-10-308-21/+60
| | |
* | | service: hid: Introduce firmware settings and update activate controller callsNarr the Reg2023-11-1712-54/+295
| | |
* | | service: hid: Implement xpad callsNarr the Reg2023-11-162-36/+139
| | |
* | | Merge pull request #11995 from FernandoS27/you-dont-need-the-new-iphoneliamwhite2023-11-161-5/+20
|\ \ \ | | | | | | | | Revert PR #11806 and do a proper fix to the memory handling.
| * | | Memory: Fix invalidation handling from the CPU/ServicesFernando Sahmkow2023-11-121-5/+20
| | | |
* | | | Merge pull request #12038 from german77/no_implementliamwhite2023-11-1616-3069/+3276
|\ \ \ \ | | | | | | | | | | service: hid: Split hid.cpp into individual interfaces
| * | | | service: hid: Split hid.cpp into individual interfacesNarr the Reg2023-11-1516-3069/+3276
| | | | |
* | | | | Merge pull request #12007 from german77/moar_buttonsliamwhite2023-11-162-10/+24
|\ \ \ \ \ | |/ / / / |/| | | | core: hid: Split SL and SR buttons
| * | | | core: hid: Split SL and SR buttonsgerman772023-11-122-10/+24
| | | | |
* | | | | Merge pull request #12032 from liamwhite/fruit-compilerliamwhite2023-11-141-2/+2
|\ \ \ \ \ | | | | | | | | | | | | fix apple clang build again
| * | | | | fix apple clang build againLiam2023-11-141-2/+2
| |/ / / /
* | | | | Merge pull request #12028 from liamwhite/coretiming-shutdownliamwhite2023-11-142-1/+3
|\ \ \ \ \ | | | | | | | | | | | | core_timing: lock event queue access
| * | | | | core_timing: lock event queue accessLiam2023-11-142-1/+3
| |/ / / /
* / / / / core: check for thread dpc before eretLiam2023-11-131-8/+8
|/ / / /
* | | | Merge pull request #11980 from german77/momentliamwhite2023-11-126-17/+169
|\ \ \ \ | | | | | | | | | | service: irs: Implement moment image processor
| * | | | service: irs: Implement moment image processorNarr the Reg2023-11-116-17/+169
| |/ / /
* | | | Merge pull request #12004 from liamwhite/fix-hblliamwhite2023-11-121-0/+3
|\ \ \ \ | | | | | | | | | | k_capabilities: ignore map region when KTrace is disabled
| * | | | k_capabilities: ignore map region when KTrace is disabledLiam2023-11-111-0/+3
| | | | |
* | | | | gdbstub: read module information from memory layoutLiam2023-11-111-47/+118
|/ / / /
* | | | k_page_table: fix shutdownLiam2023-11-101-7/+0
| | | |
* | | | k_page_table: use more precise icache invalidatesLiam2023-11-101-4/+9
| | | |
* | | | kernel: add KPageTableBaseLiam2023-11-1029-4861/+7175
|/ / / | | | | | | | | | Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
* | | Merge pull request #11896 from liamwhite/cropliamwhite2023-11-061-0/+2
|\ \ \ | | | | | | | | renderer_vulkan: fix cropping for presentation
| * | | renderer_vulkan: fix cropping for presentationLiam2023-10-281-0/+2
| | | |
* | | | Merge pull request #11873 from liamwhite/buffer-controlliamwhite2023-11-0618-428/+407
|\ \ \ \ | | | | | | | | | | nvdrv: add ioctl command serialization wrapper
| * | | | nvdrv: rework to remove memcpyLiam2023-10-2516-225/+243
| | | | |
| * | | | nvdrv: fix up remaining copy callsLiam2023-10-253-17/+22
| | | | |
| * | | | nvdrv: convert nvmapLiam2023-10-253-60/+26
| | | | |
| * | | | nvdrv: convert codec devicesLiam2023-10-256-34/+29
| | | | |
| * | | | nvdrv: convert nvhost_gpuLiam2023-10-252-76/+49
| | | | |
| * | | | nvdrv: convert nvhost_ctrlLiam2023-10-252-34/+29
| | | | |
| * | | | nvdrv: convert nvhost_ctrl_gpuLiam2023-10-252-97/+43
| | | | |
| * | | | nvdrv: add ioctl command serialization, convert nvhost_as_gpuLiam2023-10-255-71/+152
| | | | |
* | | | | service: am: Set the correct album program idgerman772023-11-061-2/+2
| | | | |
* | | | | Merge pull request #11969 from german77/profileliamwhite2023-11-051-9/+47
|\ \ \ \ \ | | | | | | | | | | | | service: acc: Ensure proper profile size
| * | | | | service: acc: Ensure proper profile sizegerman772023-11-051-9/+47
| | | | | |
* | | | | | Merge pull request #11961 from german77/recentliamwhite2023-11-051-0/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | yuzu: Only store games in the recently played list
| * | | | | | yuzu: Only store games in the recently played listgerman772023-11-051-0/+24
| | | | | | |
* | | | | | | core: hid: Signal color updatesNarr the Reg2023-11-042-12/+28
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #11960 from german77/silenceliamwhite2023-11-041-7/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | service: hid: Silence EnableUnintendedHomeButtonInputProtection
| * | | | | | service: hid: Silence EnableUnintendedHomeButtonInputProtectiongerman772023-11-041-7/+5
| |/ / / / /
* | | | | | Merge pull request #11881 from liamwhite/sockets-safe-accessliamwhite2023-11-042-41/+38
|\ \ \ \ \ \ | |/ / / / / |/| | | | | sockets: use safe access helpers
| * | | | | sockets: use safe access helpersLiam2023-10-252-41/+38
| |/ / / /
* | | | | Merge pull request #11948 from german77/hard_ringliamwhite2023-11-031-3/+3
|\ \ \ \ \ | | | | | | | | | | | | service: hid: Ensure GetNextEntryIndex can't fail
| * | | | | service: hid: Ensure GetNextEntryIndex can't failgerman772023-11-031-3/+3
| | |_|/ / | |/| | |
* | | | | Merge pull request #11947 from german77/batteryliamwhite2023-11-033-15/+20
|\ \ \ \ \ | | | | | | | | | | | | core: hid: Fix wrong battery values
| * | | | | core: hid: Fix wrong battery valuesgerman772023-11-033-15/+20
| |/ / / /
* | | | | Merge pull request #11936 from liamwhite/romfs-nonsenseliamwhite2023-11-033-39/+17
|\ \ \ \ \ | | | | | | | | | | | | romfs: fix extraction of single-directory root
| * | | | | romfs: fix extraction of single-directory rootLiam2023-11-013-39/+17
| |/ / / /
* | | | | 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-316-17/+82
|\ \ \ \ \ | |/ / / / |/| | | | service: am: Implement ISelfController::SaveCurrentScreenshot
| * | | | service: am: Implement ISelfController::SaveCurrentScreenshotNarr the Reg2023-10-276-17/+82
| | |/ / | |/| |
* | | | Merge pull request #11911 from german77/leak_eventliamwhite2023-10-306-5/+26
|\ \ \ \ | |_|_|/ |/| | | core: Close all KEvents
| * | | core: Close all KEventsgerman772023-10-296-5/+26
| |/ /
* | | Merge pull request #11843 from liamwhite/sync-processliamwhite2023-10-2937-1019/+1818
|\ \ \ | | | | | | | | kernel: update KProcess
| * | | kernel: make sure new process is in listLiam2023-10-251-0/+1
| | | |
| * | | kernel: fix extraneous refLiam2023-10-221-1/+0
| | | |
| * | | kernel: shutdown app before gpuLiam2023-10-221-1/+1
| | | |
| * | | kernel: signal thread on termination completedLiam2023-10-221-4/+7
| | | |
| * | | kernel: add missing TLR clearLiam2023-10-221-0/+1
| | | |
| * | | kernel: update KProcessLiam2023-10-2237-1014/+1809
| | | |
* | | | Merge pull request #11827 from liamwhite/preallocatedliamwhite2023-10-292-5/+6
|\ \ \ \ | |_|/ / |/| | | nvnflinger: fix reporting and freeing of preallocated buffers
| * | | nvnflinger: fix reporting and freeing of preallocated buffersLiam2023-10-202-5/+6
| | | | | | | | | | | | | | | | Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
* | | | cmake: prefer system stb headersAlexandre Bouvier2023-10-251-10/+10
| |_|/ |/| |
* | | Merge pull request #11812 from german77/save_captureliamwhite2023-10-258-13/+250
|\ \ \ | | | | | | | | service: caps: Implement SaveScreenShotEx0 and variants
| * | | service: caps: Implement SaveScreenShotEx0 and variantsgerman772023-10-238-13/+250
| | |/ | |/|
* | | service: ipc: Add third read buffer indexNarr the Reg2023-10-231-0/+6
| | |
* | | Merge pull request #11846 from german77/cheatsliamwhite2023-10-231-7/+16
|\ \ \ | |/ / |/| | cheats: Clamp cheat names without failing
| * | cheats: Clamp cheat names without failinggerman772023-10-221-7/+16
| | |
* | | Merge pull request #11831 from liamwhite/hosversionbetweenliamwhite2023-10-222-19/+34
|\ \ \ | | | | | | | | set: return version info from system archive
| * | | set: return version info from system archiveLiam2023-10-202-19/+34
| |/ /
* / / ts: add OpenSessionLiam2023-10-202-6/+40
|/ /
* | Merge pull request #11748 from liamwhite/kern_1700Fernando S2023-10-2016-227/+438
|\ \ | | | | | | kernel: update for 17.0.0
| * | gdbstub: add PermissionLocked to mappings tableLiam2023-10-201-4/+6
| | |
| * | kernel: fix format string errorLiam2023-10-201-1/+1
| | |
| * | kernel: make check fully constexpr for broken msvc constant foldingLiam2023-10-201-1/+1
| | |
| * | k_page_table: add MapFirstGroupLiam2023-10-203-34/+49
| | |
| * | kernel: update KMemoryRegionType valuesLiam2023-10-202-48/+80
| | |
| * | k_page_table: implement PermissionLockedLiam2023-10-206-26/+128
| | |
| * | k_page_table: add new CheckMemoryState helperLiam2023-10-202-12/+40
| | |
| * | kernel: split Io memory state, add PermissionLocked attributeLiam2023-10-205-92/+116
| | |
| * | kernel: reshuffle ini1 size, add slab clear noteLiam2023-10-204-10/+18
| |/
* / kernel: fix incorrect calculation of used non system memory valueLiam2023-10-201-1/+1
|/
* Merge pull request #11822 from german77/no-nameliamwhite2023-10-191-0/+1
|\ | | | | service: mii: Create random mii with name
| * service: mii: Create random mii with nameNarr the Reg2023-10-191-0/+1
| |
* | Merge pull request #11791 from german77/bufferxliamwhite2023-10-184-46/+70
|\ \ | |/ |/| service: hle: Allow to access read buffer A and X directly
| * service: hle: Allow to access read buffer A and X directlygerman772023-10-174-46/+70
| |
* | Merge pull request #11774 from liamwhite/refcount-issueliamwhite2023-10-1710-85/+77
|\ \ | | | | | | fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers
| * | fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersLiam2023-10-1310-85/+77
| |/
* / service: acc: Implement functions needed for profile select (#11653)Narr the Reg2023-10-176-8/+91
|/
* Merge pull request #11766 from liamwhite/open-sesameliamwhite2023-10-131-0/+5
|\ | | | | k_page_table: add missing page group open when locking memory
| * k_page_table: add missing page group open when locking memoryLiam2023-10-121-0/+5
| |
* | Merge pull request #11746 from liamwhite/relrliamwhite2023-10-131-2/+34
|\ \ | | | | | | jit: add support for relr-type relocations
| * | jit: add support for relr-type relocationsLiam2023-10-111-2/+34
| | |
* | | Merge pull request #11763 from liamwhite/lto-noinlineliamwhite2023-10-131-8/+8
|\ \ \ | | | | | | | | kernel: mark TLS accessors as noinline for non-MSVC LTO
| * | | kernel: mark TLS accessors as noinline for non-MSVC LTOLiam2023-10-121-8/+8
| |/ /
* | / service: caps: Remove ambiguous callNarr the Reg2023-10-121-2/+2
| |/ |/|
* | service: caps: Fix GetAlbumFileList3AaeAruid and GetAlbumFileList0AafeAruidDeprecatedNarr the Reg2023-10-125-51/+134
|/
* Merge pull request #11650 from german77/lle_albumFernando S2023-10-1028-246/+1174
|\ | | | | service: am: Add support for LLE Album Applet
| * service: caps: Implement album manager and reorganize serviceNarr the Reg2023-10-0820-521/+855
| |
| * service: Stub multiple functions to increase stability of album appletNarr the Reg2023-10-087-6/+144
| |
| * service: caps: Partially implement IAlbumAccessorServiceNarr the Reg2023-10-025-15/+450
| |
| * yuzu: Allow to launch album applet from firmwareNarr the Reg2023-10-022-0/+21
| |
* | Merge pull request #11686 from liamwhite/trmemFernando S2023-10-105-17/+160
|\ \ | | | | | | kernel: implement transfer memory
| * | kernel: implement transfer memoryLiam2023-10-055-17/+160
| | |
* | | Merge pull request #11639 from liamwhite/no-program-id-changeliamwhite2023-10-073-1/+10
|\ \ \ | | | | | | | | loader: don't reassign program ID on npdm reparse
| * | | loader: don't reassign program ID on npdm reparseLiam2023-09-303-1/+10
| | | |
* | | | Merge pull request #11648 from liamwhite/unicode-nonsenseliamwhite2023-10-071-2/+15
|\ \ \ \ | | | | | | | | | | gdbserver: use numeric character references for unicode
| * | | | gdbserver: use numeric character references for unicodeLiam2023-10-021-2/+15
| |/ / /
* | | | Merge pull request #11669 from german77/settings2liamwhite2023-10-071-0/+4
|\ \ \ \ | |_|/ / |/| | | yuzu: Fix custom rtc and mute audio settings
| * | | core: Update clocks when settings are savedNarr the Reg2023-10-041-0/+4
| | |/ | |/|
* / | ci: fix new codespell errorsLiam2023-10-032-2/+2
|/ /
* | Merge pull request #11652 from liamwhite/shutdown-goes-brrrliamwhite2023-10-021-4/+8
|\ \ | | | | | | k_page_table: skip page table clearing on finalization
| * | k_page_table: skip page table clearing on finalizationLiam2023-10-021-4/+8
| | |
* | | fsp-srv: enable auto save data creation on initLiam2023-10-021-0/+3
|/ /
* | Merge pull request #11632 from german77/hle_cabinetliamwhite2023-10-0220-58/+901
|\ \ | |/ |/| service: am: Add support for LLE Cabinet Applet
| * service: nfc: Implement SetRegisterInfoPrivate mii supportNarr the Reg2023-10-011-7/+2
| |
| * service: am: Implement shared bufferNarr the Reg2023-10-012-10/+125
| | | | | | | | Co-authored-by: Liam <byteslice@airmail.cc>
| * service: nvnflinger: Implement shared bufferNarr the Reg2023-10-0112-22/+572
| | | | | | | | Co-authored-by: Liam <byteslice@airmail.cc>
| * service: ldn: Implement lp2p:m and stub IMonitorServiceNarr the Reg2023-10-011-2/+89
| |
| * service: am: Set push in arguments according to the launched appletNarr the Reg2023-10-016-17/+113
| |
* | Merge pull request #11493 from merryhime/evtFernando S2023-09-292-39/+52
|\ \ | | | | | | core_timing: Replace queue with a fibonacci heap
| * | core_timing: Attempt to reduce heap siftingMerry2023-09-161-11/+22
| | |
| * | core_timing: Use a fibonacci heapMerry2023-09-162-33/+35
| | |
* | | Merge pull request #11546 from Kelebek1/core_timing_mutexFernando S2023-09-293-6/+11
|\ \ \ | | | | | | | | Reduce core timing mutex contention
| * | | Reduce core timing mutex contentionKelebek12023-09-203-6/+11
| | | |
* | | | Don't send a double focus change messageKelebek12023-09-291-3/+0
| |_|/ |/| |
* | | Merge pull request #11626 from german77/mii-fixliamwhite2023-09-285-4/+6
|\ \ \ | | | | | | | | service: mii: Fix reported bugs
| * | | service: mii: Fix reported bugsgerman772023-09-285-4/+6
| | | |
* | | | Merge pull request #11402 from FernandoS27/depth-bias-controlliamwhite2023-09-281-0/+7
|\ \ \ \ | | | | | | | | | | Vulkan: Implement Depth Bias Control
| * | | | Vulkan: add temporary workaround for AMDVLKFernando Sahmkow2023-09-161-0/+7
| | | | |
* | | | | fsp-srv: add GetFileSystemAttributeLiam2023-09-261-0/+41
| |/ / / |/| | |
* | | | service: mii: Limit checks to string sizegerman772023-09-241-1/+1
| | | |
* | | | service: hid: Set last connected controller as activegerman772023-09-241-0/+1
| | | |
* | | | service: am: Stub to exit applet cleanlygerman772023-09-242-3/+31
| | | |
* | | | service: am: Implement stuff needed for Mii Editgerman772023-09-243-22/+238
| | | |
* | | | service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and OpenSaveDataFileSystemBySystemSaveDataIdgerman772023-09-242-2/+24
| | | |
* | | | service: ns: Implement GetSharedFontInOrderOfPriorityForSystemgerman772023-09-241-4/+13
| | | |
* | | | am: mii_edit: Implement DB operationsNarr the Reg2023-09-228-73/+139
| | | |
* | | | pfs: Fix reading filenames past the buffer endrkfg2023-09-211-0/+1
| |/ / |/| |
* | | Merge pull request #11526 from german77/mii_service_v2liamwhite2023-09-1919-244/+1861
|\ \ \ | | | | | | | | service: mii: Update implementation Part2 - Mii database support
| * | | service: mii: Address review commentsgerman772023-09-187-22/+24
| | | |
| * | | service: mii: Implement the rest of the servicegerman772023-09-183-103/+751
| | | |
| * | | service: mii: Implement database managergerman772023-09-183-0/+480
| | | |
| * | | service: mii: Implement figurine databasegerman772023-09-183-0/+210
| | | |
| * | | service: mii: Add device crc16german772023-09-181-0/+26
| | | |
| * | | service: nfc: Fully Implement GetRegisterInfoPrivategerman772023-09-181-3/+5
| | | |
| * | | service: mii: Complete structs and fix mistakesgerman772023-09-189-138/+387
| | | |
* | | | Merge pull request #11536 from abouvier/renderdocliamwhite2023-09-191-1/+1
|\ \ \ \ | | | | | | | | | | cmake: prefer system renderdoc header
| * | | | cmake: prefer system renderdoc headerAlexandre Bouvier2023-09-181-1/+1
| |/ / /
* | | | Merge pull request #11538 from cathyjf/renderdoc-check-correct-win32-symbolliamwhite2023-09-191-1/+1
|\ \ \ \ | | | | | | | | | | renderdoc: Check for `_WIN32` symbol rather than `WIN32`
| * | | | renderdoc: Check for `_WIN32` symbol rather than `WIN32`Cathy J. Fitzpatrick2023-09-181-1/+1
| |/ / /
* / / / aoc: stub purchase info callsLiam2023-09-181-2/+18
|/ / /
* | | mii_types: Remove null terminator checklat9nq2023-09-171-4/+1
| | | | | | | | | | | | | | | | | | | | | This is an OoB array access, causing a crash on at least the Linux Flatpak releases. Co-authored-by: german77 <juangerman-13@hotmail.com>
* | | Merge pull request #11522 from liamwhite/vfs-needs-resultsliamwhite2023-09-171-1/+3
|\ \ \ | | | | | | | | registered_cache: correct file deletion case
| * | | registered_cache: correct file deletion caseLiam2023-09-171-1/+3
| |/ /
* / / Reimplement HardwareOpusKelebek12023-09-165-335/+428
|/ /
* | Merge pull request #11519 from german77/system-policyliamwhite2023-09-164-8/+52
|\ \ | | | | | | service: hid: Implement ApplyNpadSystemCommonPolicy
| * | service: hid: Implement ApplyNpadSystemCommonPolicygerman772023-09-164-8/+52
| | |
* | | Merge pull request #11518 from german77/bad-npadliamwhite2023-09-165-36/+42
|\ \ \ | | | | | | | | service: hid: Implement last active Npad and fix some errors.
| * | | hid: service: Remove outdated field from npadgerman772023-09-162-27/+14
| | | |
| * | | hid: service: Implement Last active Npadgerman772023-09-164-1/+20
| | | |
| * | | service: hid: Ensure state is correctgerman772023-09-161-8/+8
| |/ /
* | | Merge pull request #11517 from german77/amiibo-formatliamwhite2023-09-161-6/+8
|\ \ \ | | | | | | | | service: nfc: Fix amiibo formatting
| * | | service: nfc: Fix amiibo formattinggerman772023-09-161-6/+8
| |/ /
* | | Merge pull request #11500 from liamwhite/debug-stuffliamwhite2023-09-1612-17/+36
|\ \ \ | | | | | | | | core: improve debug workflow
| * | | core: improve debug workflowLiam2023-09-1412-17/+36
| | |/ | |/|
* | | Merge pull request #11492 from lat9nq/c-numeric-conversionsliamwhite2023-09-163-7/+7
|\ \ \ | | | | | | | | general: Remove uncaught usages of C++ string number conversions
| * | | cheat_engine: Remove uncaught usage of stoullat9nq2023-09-131-1/+1
| | | |
| * | | ips_layer: Remove uncaught usage of stoul/lllat9nq2023-09-131-2/+2
| | | |
| * | | key_manager: Remove uncaught usage of stoullat9nq2023-09-131-4/+4
| | | |
* | | | Merge pull request #11483 from FearlessTobi/save-size-maxliamwhite2023-09-163-2/+15
|\ \ \ \ | | | | | | | | | | am: Stub GetSaveDataSizeMax
| * | | | am: Stub GetSaveDataSizeMaxFearlessTobi2023-09-122-1/+14
| | | | | | | | | | | | | | | | | | | | Needed for Minecraft Legends.
| * | | | bsd: Demote "Select" log to dehugFearlessTobi2023-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | This is very spammy in Minecraft Legends.
* | | | | debug: Add renderdoc capture hotkeyGPUCode2023-09-145-1/+98
| |_|/ / |/| | |
* | | | ngc: implement serviceLiam2023-09-145-68/+156
| |_|/ |/| |
* | | Merge pull request #11385 from liamwhite/acceptcancelliamwhite2023-09-133-3/+91
|\ \ \ | |_|/ |/| | internal_network: cancel pending socket operations on application process termination
| * | internal_network: log error on interrupt pipe read failureLiam2023-09-081-1/+4
| | |
| * | internal_network: cancel pending socket operations on application process terminationLiam2023-08-273-3/+88
| | |
* | | Merge pull request #11486 from liamwhite/system-verificationliamwhite2023-09-134-1/+37
|\ \ \ | | | | | | | | qt: add verification for installed contents
| * | | qt: add verification for installed contentsLiam2023-09-124-1/+37
| | |/ | |/|
* | | Merge pull request #11480 from german77/mii_serviceliamwhite2023-09-1323-1942/+4464
|\ \ \ | | | | | | | | service: mii: Update implementation Part1
| * | | service: mii: Remove most magic valuesNarr the Reg2023-09-1210-1069/+1537
| | | |
| * | | mii: service: Address reviewgerman772023-09-1112-103/+133
| | | |
| * | | mii: Prepare Interface for new implementationgerman772023-09-116-138/+210
| | | |
| * | | service: mii: Fix ver3 inconsistenciesgerman772023-09-119-217/+473
| | | |
| * | | service: mii: move char info operationsgerman772023-09-114-21/+576
| | | |
| * | | service: mii: Move store data operationsgerman772023-09-115-73/+512
| | | |
| * | | service: mii: Move core data operationsgerman772023-09-115-246/+730
| | | |
| * | | service: mii: Move ver3 operationsgerman772023-09-117-243/+241
| | | |
| * | | service: mii: separate mii types into their own filegerman772023-09-1120-542/+586
| | | |
| * | | service: mii: Move all raw data to it's filegerman772023-09-115-381/+479
| | | |
| * | | service: mii: Add mii util and resultgerman772023-09-115-11/+89
| |/ /
* | | Merge pull request #11473 from liamwhite/fix-launch-paramliamwhite2023-09-134-27/+44
|\ \ \ | |/ / |/| | am: Implement UserChannel parameters
| * | am: Implement UserChannel parametersFearlessTobi2023-09-103-10/+43
| | | | | | | | | | | | 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. .
* | | Merge pull request #11456 from liamwhite/worse-integrity-verificationliamwhite2023-09-108-1/+165
|\ \ \ | |/ / |/| | core: implement basic integrity verification
| * | core: implement basic integrity verificationLiam2023-09-068-1/+165
| | |
* | | service: mii: Fix broken mii on MK8Narr the Reg2023-09-076-7/+118
| | |
* | | Merge pull request #11428 from Kelebek1/adsp_reworkliamwhite2023-09-064-5/+5
|\ \ \ | | | | | | | | Rework ADSP into a wrapper for apps
| * | | Rework ADSP into a wrapper for appsKelebek12023-09-044-5/+5
| | | |
* | | | Merge pull request #11434 from danilaml/fix-warningsliamwhite2023-09-063-4/+4
|\ \ \ \ | | | | | | | | | | msvc: set warning level to /W4 globally
| * | | | msvc: set warning level to /W4 globallyDanila Malyutin2023-09-033-4/+4
| |/ / / | | | | | | | | | | | | And fix a bunch of warnings
* | | | Merge pull request #11451 from german77/mob_miiliamwhite2023-09-063-105/+3
|\ \ \ \ | |_|/ / |/| | | service: mii: Fix default mii database
| * | | service: mii: Fix default mii databasegerman772023-09-053-105/+3
| | | |
* | | | core: Add support for loading NSPs with personalized tickets. (#10048)Steveice102023-09-055-145/+186
|/ / / | | | | | | | | | Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
* | | Merge pull request #11384 from liamwhite/am-shutdownliamwhite2023-09-023-11/+29
|\ \ \ | | | | | | | | am: shorten shutdown timeout when lock is not held
| * | | am: shorten shutdown timeout when lock is not heldLiam2023-08-263-11/+29
| | |/ | |/|
* | | Merge pull request #11412 from liamwhite/key-area-keysliamwhite2023-09-021-4/+13
|\ \ \ | |_|/ |/| | vfs: ensure key area keys are validated
| * | vfs: ensure key area keys are validatedLiam2023-08-291-4/+13
| | |
* | | hwopus: Implement GetWorkBufferSizeExExFearlessTobi2023-08-302-1/+6
| | | | | | | | | | | | | | | | | | Allows Sea of Stars to boot. Fixes https://github.com/yuzu-emu/yuzu/issues/11415.
* | | Merge pull request #11409 from liamwhite/splatoon-nsd-v2liamwhite2023-08-292-2/+21
|\ \ \ | |/ / |/| | sfdnsres: ensure lp1 is not resolved
| * | sfdnsres: ensure lp1 is not resolvedLiam2023-08-282-2/+21
| | |
* | | hwopus: Implement OpenHardwareOpusDecoderForMultiStreamEx and DecodeInterleavedForMultiStreamFearlessTobi2023-08-272-3/+51
|/ / | | | | | | | | | | Allows MLB The Show 22 to boot. Fixes https://github.com/yuzu-emu/yuzu/issues/7911.
* | Merge pull request #11356 from lat9nq/console-mode-pgliamwhite2023-08-278-10/+15
|\ \ | |/ |/| general,config-qt: Present Console Mode as an enum with separate options in game properties
| * general: Use console mode helper across projectlat9nq2023-08-238-14/+10
| |
| * general: Convert use_docked_mode to an enumerationlat9nq2023-08-228-10/+19
| | | | | | | | Allows some special interactions with it in the Qt frontend.
* | Merge pull request #11370 from FearlessTobi/fix-filesizeliamwhite2023-08-261-1/+10
|\ \ | | | | | | filesystem: Return correct error for RenameFile when dest_path already exists
| * | filesystem: Return correct error for RenameFile when dest_path already existsFearlessTobi2023-08-241-1/+10
| |/ | | | | | | | | | | Allows Grid Autosport to boot. Fixes https://github.com/yuzu-emu/yuzu/issues/8287.
* | ssl: tolerate handshake without hostname set (#11328)liamwhite2023-08-263-24/+14
| |
* | registered_cache: create fake CNMT entries for program updates of multiprogram applications (#11319)liamwhite2023-08-261-9/+28
| |
* | kernel: offset code entry point for 39-bit address space type (#11326)liamwhite2023-08-257-11/+33
| |
* | nvhost_as_gpu: ensure mappings are aligned to big page size when deallocatedLiam2023-08-251-1/+3
| |
* | Merge pull request #11327 from liamwhite/skyline-2liamwhite2023-08-243-2/+10
|\ \ | |/ |/| sockets: avoid locking around socket session calls
| * sockets: avoid locking around socket session callsLiam2023-08-203-2/+10
| |
* | Merge pull request #11309 from liamwhite/full-xciliamwhite2023-08-212-7/+42
|\ \ | | | | | | file_sys/card_image: support dumps with prepended key area
| * | file_sys/card_image: support dumps with prepended key areaLiam2023-08-182-7/+42
| | |
* | | patch_manager: apply manual HTML patches when presentLiam2023-08-211-1/+8
| | |
* | | Merge pull request #11284 from liamwhite/nca-releaseFernando S2023-08-2171-1016/+7964
|\ \ \ | |_|/ |/| | vfs: expand support for NCA reading
| * | file_sys: tolerate empty NCALiam2023-08-163-3/+3
| | |
| * | fssystem: rework for yuzu styleLiam2023-08-1531-336/+337
| | |
| * | fssystem: reduce overalignment of unbuffered storage operationsLiam2023-08-155-54/+28
| | |
| * | vfs: expand support for NCA readingLiam2023-08-1571-1020/+7993
| | |
* | | Merge pull request #11288 from liamwhite/svc-tickliamwhite2023-08-1811-33/+67
|\ \ \ | |_|/ |/| | kernel: remove relative task registration
| * | kernel: remove relative task registrationLiam2023-08-1511-33/+67
| | |
* | | Improve behavior when sending to closed connectioncomex2023-08-164-7/+36
| |/ |/| | | | | | | | | | | | | | | | | | | - On Unix, this would previously kill the Yuzu process with SIGPIPE. Send MSG_NOSIGNAL to opt out of this. - Add support for the proper error code in this situation, EPIPE. - Windows has nonstandard behavior in this situation; translate it to the standard behavior. Kind of pointless, but isn't it nice to be correct?
* | Merge pull request #11287 from liamwhite/replaced-bytesFernando S2023-08-151-0/+17
|\ \ | | | | | | gdbstub: fixup replaced instruction bytes in memory reads
| * | gdbstub: fixup replaced instruction bytes in memory readsLiam2023-08-141-0/+17
| |/
* | Merge pull request #11256 from FearlessTobi/revert-10075bunnei2023-08-152-2/+15
|\ \ | |/ |/| Partially Revert "Silence nifm spam"
| * Revert "Silence nifm spam"FearlessTobi2023-08-142-2/+15
| | | | | | | | This reverts commit 4da4ecb1ff79798fe245a0c6c483405f998cd093.
* | Merge pull request #11281 from liamwhite/vi-scale-modeliamwhite2023-08-142-0/+2
|\ \ | | | | | | nvnflinger: add missing scale mode
| * | nvnflinger: add missing scale modeLiam2023-08-132-0/+2
| | |
* | | Merge pull request #11259 from german77/hidliamwhite2023-08-143-24/+86
|\ \ \ | | | | | | | | service: hid: Implement functions needed by QLaunch
| * | | service: hid: Implement functions needed by QLaunchNarr the Reg2023-08-113-24/+86
| | |/ | |/|
* | | ssl_backend_securetransport: remove stray .Code()Liam2023-08-121-1/+1
| |/ |/|
* | Merge pull request #11253 from liamwhite/i-hate-this-toolchainliamwhite2023-08-111-60/+65
|\ \ | |/ |/| general: fix apple clang build
| * general: fix apple clang buildLiam2023-08-101-60/+65
| |
* | Merge pull request #11093 from liamwhite/result-ergonomicsbunnei2023-08-1039-600/+514
|\ \ | | | | | | core: remove ResultVal type
| * | fs: return result on null outputsLiam2023-08-081-4/+24
| | |
| * | general: fix incorrect conversionsLiam2023-08-084-5/+5
| | |
| * | ssl: remove ResultVal useLiam2023-08-087-124/+127
| | |
| * | core: remove ResultVal typeLiam2023-08-0832-475/+366
| |/
* / service: pctl: Partially revert 11221Narr the Reg2023-08-091-9/+15
|/
* Merge pull request #11217 from german77/olscliamwhite2023-08-071-6/+152
|\ | | | | service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch
| * service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunchgerman772023-08-051-6/+152
| |
* | Merge pull request #11221 from german77/pctlliamwhite2023-08-071-18/+134
|\ \ | | | | | | service: pctl: Implement functions needed for QLaunch
| * | service: pctl: Implement functions needed for QLaunchgerman772023-08-051-18/+134
| |/
* | service: audctl: Stub functions needed by Qlaunchgerman772023-08-062-4/+64
| |
* | Merge pull request #11210 from german77/settingsliamwhite2023-08-055-119/+723
|\ \ | | | | | | service: set: Implement system settings for Qlaunch
| * | service: set: Add more system settings and address commentsNarr the Reg2023-08-052-7/+100
| | |
| * | service: set: Implement system settings for QlaunchNarr the Reg2023-08-035-114/+625
| |/
* / service: am: Fix wrong interfaceNarr the Reg2023-08-023-3/+55
|/
* Merge pull request #10839 from lat9nq/pgc-plusliamwhite2023-08-0212-39/+85
|\ | | | | general: Reimplement per-game configurations
| * k_system_control: Always return some memory sizelat9nq2023-07-211-0/+2
| |
| * core,common: Give memory layout setting an enumlat9nq2023-07-212-7/+23
| | | | | | | | Allows for 6GB and 8GB layouts to be selected.
| * settings: Require time zone setting value for stirnglat9nq2023-07-211-1/+2
| |
| * settings,general: Rename non-confirming enumslat9nq2023-07-213-20/+18
| |
| * configure_audio: Implement ui generationlat9nq2023-07-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation configure_audio: Implement ui generation Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation settings: Make audio settings as enums
| * configure_system: Implement with for looplat9nq2023-07-215-15/+24
| |
| * configure_graphics_advance: Generate UI at runtimelat9nq2023-07-211-0/+2
| | | | | | | | | | | | | | We can iterate through the AdvancedGraphics settings and generate the UI during runtime. This doesn't help runtime efficiency, but it helps a ton in reducing the amount of work a developer needs in order to add a new setting.
| * settings,core,config_sys: Remove optional type from custom_rtc, rng_seedlat9nq2023-07-213-3/+7
| | | | | | | | core: Fix MSVC errors
| * settings,video_core: Consolidate ASTC decoding optionslat9nq2023-07-211-1/+14
| | | | | | | | Just puts them all neatly into one place.
* | audren_u: Fix parameter alignmentMorph2023-08-011-2/+3
| | | | | | | | The reduction in size from 0x38 to 0x34 caused the parameter to be misaligned. Skipping 1 word fixes this.
* | tz_content_man: Generate the time zone binary oncelat9nq2023-07-302-8/+11
| | | | | | | | Fixes a memory leak with time zone binaries accumulating on theirselves.
* | Merge pull request #11155 from liamwhite/memory3liamwhite2023-07-281-3/+18
|\ \ | | | | | | memory: check page against address space size
| * | memory: check page against address space sizeLiam2023-07-251-3/+18
| | |
* | | Merge pull request #10990 from comex/ubsanliamwhite2023-07-267-22/+28
|\ \ \ | |/ / |/| | Fixes and workarounds to make UBSan happier on macOS
| * | Fixes and workarounds to make UBSan happier on macOScomex2023-07-157-22/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are still some other issues not addressed here, but it's a start. Workarounds for false-positive reports: - `RasterizerAccelerated`: Put a gigantic array behind a `unique_ptr`, because UBSan has a [hardcoded limit](https://stackoverflow.com/questions/64531383/c-runtime-error-using-fsanitize-undefined-object-has-a-possibly-invalid-vp) of how big it thinks objects can be, specifically when dealing with offset-to-top values used with multiple inheritance. Hopefully this doesn't have a performance impact. - `QueryCacheBase::QueryCacheBase`: Avoid an operation that UBSan thinks is UB even though it at least arguably isn't. See the link in the comment for more information. Fixes for correct reports: - `PageTable`, `Memory`: Use `uintptr_t` values instead of pointers to avoid UB from pointer overflow (when pointer arithmetic wraps around the address space). - `KScheduler::Reload`: `thread->GetOwnerProcess()` can be `nullptr`; avoid calling methods on it in this case. (The existing code returns a garbage reference to a field, which is then passed into `LoadWatchpointArray`, and apparently it's never used, so it's harmless in practice but still triggers UBSan.) - `KAutoObject::Close`: This function calls `this->Destroy()`, which overwrites the beginning of the object with junk (specifically a free list pointer). Then it calls `this->UnregisterWithKernel()`. UBSan complains about a type mismatch because the vtable has been overwritten, and I believe this is indeed UB. `UnregisterWithKernel` also loads `m_kernel` from the 'freed' object, which seems to be technically safe (the overwriting doesn't extend as far as that field), but seems dubious. Switch to a `static` method and load `m_kernel` in advance.
* | | Merge pull request #11095 from liamwhite/memory2liamwhite2023-07-245-85/+74
|\ \ \ | | | | | | | | memory: cleanup
| * | | core: reduce TOCTTOU memory accessLiam2023-07-223-20/+11
| | | |
| * | | memory: minimize dependency on processLiam2023-07-222-65/+63
| | | |
* | | | core: implement GetGaiStringErrorRequest, IContextRegistrarLiam2023-07-2310-5/+115
|/ / /
* | | Merge pull request #11094 from liamwhite/getliamwhite2023-07-2228-171/+98
|\ \ \ | | | | | | | | kernel: misc cleanup of page table accessors
| * | | kernel: reduce page table region checkingLiam2023-07-158-87/+23
| | | |
| * | | k_process: PageTable -> GetPageTableLiam2023-07-1527-90/+81
| |/ /
* | | Merge pull request #11113 from liamwhite/nsd1bunnei2023-07-222-1/+17
|\ \ \ | | | | | | | | nsd: add GetApplicationServerEnvironmentType
| * | | nsd: add GetApplicationServerEnvironmentTypeLiam2023-07-182-1/+17
| | | |
* | | | core: remove remaining uses of dynamic_castLiam2023-07-226-16/+21
| | | |
* | | | general: reduce use of dynamic_castLiam2023-07-222-0/+11
| |_|/ |/| |
* | | Merge pull request #11096 from german77/amiiboooliamwhite2023-07-217-54/+143
|\ \ \ | | | | | | | | service: nfc: Update Implementation to match with latest RE
| * | | service: nfc: Update Implementation to match with latest RENarr the Reg2023-07-177-54/+143
| | |/ | |/|
* | | Merge pull request #11116 from lat9nq/clang-shadowingliamwhite2023-07-192-5/+5
|\ \ \ | | | | | | | | general: Silence -Wshadow{,-uncaptured-local} warnings
| * | | general: Silence -Wshadow{,-uncaptured-local} warningslat9nq2023-07-192-5/+5
| | | | | | | | | | | | | | | | These occur in the latest commits in LLVM Clang.
* | | | Merge pull request #11114 from Kelebek1/warningsliamwhite2023-07-191-2/+2
|\ \ \ \ | |/ / / |/| | | Mark SetIdleTimeDetectionExtension logging as debug
| * | | Debug SetIdleTimeDetectionExtensionKelebek12023-07-181-2/+2
| |/ /
* | | ssl: Link with crypt32 for secure channel backendMorph2023-07-172-1/+2
| | |
* | | ssl: Reorder inclusionsMorph2023-07-175-24/+27
| | |
* | | network: Forward declarationsMorph2023-07-175-5/+11
| |/ |/|
* | Merge pull request #10912 from comex/sslliamwhite2023-07-1621-281/+2382
|\ \ | |/ |/| Implement SSL service
| * Rename variables to avoid -Wshadow warnings under GCCcomex2023-07-021-5/+5
| |
| * ...actually add the SecureTransport backend to Git.comex2023-07-021-0/+219
| |
| * Updates:comex2023-07-027-211/+276
| | | | | | | | | | - Address PR feedback. - Add SecureTransport backend for macOS.
| * Merge remote-tracking branch 'origin/master' into sslcomex2023-07-0270-612/+644
| |\
| * | PR feedback + constificationcomex2023-06-268-60/+62
| | |
| * | network.cpp: include expected.hcomex2023-06-261-0/+1
| | |
| * | re-formatcomex2023-06-261-4/+5
| | |
| * | Fix more Windows build errorscomex2023-06-265-28/+35
| | | | | | | | | | | | | | | I did test this beforehand, but not on MinGW, and the error that showed up on the msvc builder didn't happen for me...
| * | ssl: fix compatibility with OpenSSL 1.1.1comex2023-06-261-1/+10
| | | | | | | | | | | | Turns out changes were needed after all.
| * | Fixes:comex2023-06-263-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add missing virtual destructor on `SSLBackend`. - On Windows, filter out `POLLWRBAND` (one of the new flags added) when calling `WSAPoll`, because despite the constant being defined on Windows, passing it calls `WSAPoll` to yield `EINVAL`. - Reduce OpenSSL version requirement to satisfy CI; I haven't tested whether it actually builds (or runs) against 1.1.1, but if not, I'll figure it out. - Change an instance of memcpy to memmove, even though the arguments cannot overlap, to avoid a [strange GCC error](https://github.com/yuzu-emu/yuzu/pull/10912#issuecomment-1606283351).
| * | ssl: rename argument to avoid false positive codespell warningcomex2023-06-251-2/+2
| | | | | | | | | | | | | | | | | | The original name `larg` was copied from the OpenSSL documentation and is not a typo of 'large' but rather an abbreviation of '`long` argument'. But whatever, no harm in adding an underscore.
| * | Implement SSL servicecomex2023-06-2520-276/+2065
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements some missing network APIs including a large chunk of the SSL service, enough for Mario Maker (with an appropriate mod applied) to connect to the fan server [Open Course World](https://opencourse.world/). Connecting to first-party servers is out of scope of this PR and is a minefield I'd rather not step into. ## TLS TLS is implemented with multiple backends depending on the system's 'native' TLS library. Currently there are two backends: Schannel for Windows, and OpenSSL for Linux. (In reality Linux is a bit of a free-for-all where there's no one 'native' library, but OpenSSL is the closest it gets.) On macOS the 'native' library is SecureTransport but that isn't implemented in this PR. (Instead, all non-Windows OSes will use OpenSSL unless disabled with `-DENABLE_OPENSSL=OFF`.) Why have multiple backends instead of just using a single library, especially given that Yuzu already embeds mbedtls for cryptographic algorithms? Well, I tried implementing this on mbedtls first, but the problem is TLS policies - mainly trusted certificate policies, and to a lesser extent trusted algorithms, SSL versions, etc. ...In practice, the chance that someone is going to conduct a man-in-the-middle attack on a third-party game server is pretty low, but I'm a security nerd so I like to do the right security things. My base assumption is that we want to use the host system's TLS policies. An alternative would be to more closely emulate the Switch's TLS implementation (which is based on NSS). But for one thing, I don't feel like reverse engineering it. And I'd argue that for third-party servers such as Open Course World, it's theoretically preferable to use the system's policies rather than the Switch's, for two reasons 1. Someday the Switch will stop being updated, and the trusted cert list, algorithms, etc. will start to go stale, but users will still want to connect to third-party servers, and there's no reason they shouldn't have up-to-date security when doing so. At that point, homebrew users on actual hardware may patch the TLS implementation, but for emulators it's simpler to just use the host's stack. 2. Also, it's good to respect any custom certificate policies the user may have added systemwide. For example, they may have added custom trusted CAs in order to use TLS debugging tools or pass through corporate MitM middleboxes. Or they may have removed some CAs that are normally trusted out of paranoia. Note that this policy wouldn't work as-is for connecting to first-party servers, because some of them serve certificates based on Nintendo's own CA rather than a publicly trusted one. However, this could probably be solved easily by using appropriate APIs to adding Nintendo's CA as an alternate trusted cert for Yuzu's connections. That is not implemented in this PR because, again, first-party servers are out of scope. (If anything I'd rather have an option to _block_ connections to Nintendo servers, but that's not implemented here.) To use the host's TLS policies, there are three theoretical options: a) Import the host's trusted certificate list into a cross-platform TLS library (presumably mbedtls). b) Use the native TLS library to verify certificates but use a cross-platform TLS library for everything else. c) Use the native TLS library for everything. Two problems with option a). First, importing the trusted certificate list at minimum requires a bunch of platform-specific code, which mbedtls does not have built in. Interestingly, OpenSSL recently gained the ability to import the Windows certificate trust store... but that leads to the second problem, which is that a list of trusted certificates is [not expressive enough](https://bugs.archlinux.org/task/41909) to express a modern certificate trust policy. For example, Windows has the concept of [explicitly distrusted certificates](https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn265983(v=ws.11)), and macOS requires Certificate Transparency validation for some certificates with complex rules for when it's required. Option b) (using native library just to verify certs) is probably feasible, but it would miss aspects of TLS policy other than trusted certs (like allowed algorithms), and in any case it might well require writing more code, not less, compared to using the native library for everything. So I ended up at option c), using the native library for everything. What I'd *really* prefer would be to use a third-party library that does option c) for me. Rust has a good library for this, [native-tls](https://docs.rs/native-tls/latest/native_tls/). I did search, but I couldn't find a good option in the C or C++ ecosystem, at least not any that wasn't part of some much larger framework. I was surprised - isn't this a pretty common use case? Well, many applications only need TLS for HTTPS, and they can use libcurl, which has a TLS abstraction layer internally but doesn't expose it. Other applications only support a single TLS library, or use one of the aforementioned larger frameworks, or are platform-specific to begin with, or of course are written in a non-C/C++ language, most of which have some canonical choice for TLS. But there are also many applications that have a set of TLS backends just like this; it's just that nobody has gone ahead and abstracted the pattern into a library, at least not a widespread one. Amusingly, there is one TLS abstraction layer that Yuzu already bundles: the one in ffmpeg. But it is missing some features that would be needed to use it here (like reusing an existing socket rather than managing the socket itself). Though, that does mean that the wiki's build instructions for Linux (and macOS for some reason?) already recommend installing OpenSSL, so no need to update those. ## Other APIs implemented - Sockets: - GetSockOpt(`SO_ERROR`) - SetSockOpt(`SO_NOSIGPIPE`) (stub, I have no idea what this does on Switch) - `DuplicateSocket` (because the SSL sysmodule calls it internally) - More `PollEvents` values - NSD: - `Resolve` and `ResolveEx` (stub, good enough for Open Course World and probably most third-party servers, but not first-party) - SFDNSRES: - `GetHostByNameRequest` and `GetHostByNameRequestWithOptions` - `ResolverSetOptionRequest` (stub) ## Fixes - Parts of the socket code were previously allocating a `sockaddr` object on the stack when calling functions that take a `sockaddr*` (e.g. `accept`). This might seem like the right thing to do to avoid illegal aliasing, but in fact `sockaddr` is not guaranteed to be large enough to hold any particular type of address, only the header. This worked in practice because in practice `sockaddr` is the same size as `sockaddr_in`, but it's not how the API is meant to be used. I changed this to allocate an `sockaddr_in` on the stack and `reinterpret_cast` it. I could try to do something cleverer with `aligned_storage`, but casting is the idiomatic way to use these particular APIs, so it's really the system's responsibility to avoid any aliasing issues. - I rewrote most of the `GetAddrInfoRequest[WithOptions]` implementation. The old implementation invoked the host's getaddrinfo directly from sfdnsres.cpp, and directly passed through the host's socket type, protocol, etc. values rather than looking up the corresponding constants on the Switch. To be fair, these constants don't tend to actually vary across systems, but still... I added a wrapper for `getaddrinfo` in `internal_network/network.cpp` similar to the ones for other socket APIs, and changed the `GetAddrInfoRequest` implementation to use it. While I was at it, I rewrote the serialization to use the same approach I used to implement `GetHostByNameRequest`, because it reduces the number of size calculations. While doing so I removed `AF_INET6` support because the Switch doesn't support IPv6; it might be nice to support IPv6 anyway, but that would have to apply to all of the socket APIs. I also corrected the IPC wrappers for `GetAddrInfoRequest` and `GetAddrInfoRequestWithOptions` based on reverse engineering and hardware testing. Every call to `GetAddrInfoRequestWithOptions` returns *four* different error codes (IPC status, getaddrinfo error code, netdb error code, and errno), and `GetAddrInfoRequest` returns three of those but in a different order, and it doesn't really matter but the existing implementation was a bit off, as I discovered while testing `GetHostByNameRequest`. - The new serialization code is based on two simple helper functions: ```cpp template <typename T> static void Append(std::vector<u8>& vec, T t); void AppendNulTerminated(std::vector<u8>& vec, std::string_view str); ``` I was thinking there must be existing functions somewhere that assist with serialization/deserialization of binary data, but all I could find was the helper methods in `IOFile` and `HLERequestContext`, not anything that could be used with a generic byte buffer. If I'm not missing something, then maybe I should move the above functions to a new header in `common`... right now they're just sitting in `sfdnsres.cpp` where they're used. - Not a fix, but `SocketBase::Recv`/`Send` is changed to use `std::span<u8>` rather than `std::vector<u8>&` to avoid needing to copy the data to/from a vector when those methods are called from the TLS implementation.
* | | file_sys/content_archive: Detect compressed NCAs (#11047)Tobias2023-07-122-1/+40
| | |
* | | Merge pull request #10985 from liamwhite/handle-translatebunnei2023-07-123-7/+771
|\ \ \ | | | | | | | | k_server_session: translate special header for non-HLE requests
| * | | k_server_session: translate special header for non-HLE requestsLiam2023-07-083-7/+771
| | | |
* | | | Merge pull request #10996 from Kelebek1/readblock_optimisationbunnei2023-07-115-18/+285
|\ \ \ \ | | | | | | | | | | Use spans over guest memory where possible instead of copying data
| * | | | Use spans over guest memory where possible instead of copying data.Kelebek12023-07-035-18/+285
| | | | |
* | | | | arm_interface: correct breakpoint rewind conditionLiam2023-07-091-1/+1
| |/ / / |/| | |
* | | | vfs_real: use open file size for getting size (#11016)liamwhite2023-07-061-1/+2
| | | |
* | | | service: nfc: Ensure controller is in the correct modegerman772023-07-033-11/+41
|/ / /
* | | Merge pull request #10998 from Morph1984/qt-stop-messing-with-meliamwhite2023-07-022-3/+14
|\ \ \ | | | | | | | | core_timing: Remove GetCurrentTimerResolution in CoreTiming loop
| * | | core_timing: Remove GetCurrentTimerResolution in CoreTiming loopMorph2023-07-022-3/+14
| | | | | | | | | | | | | | | | Other programs may change this value, but if thousands of syscalls in this loop is undesirable, then we can just set this once.
* | | | Merge pull request #10969 from Morph1984/k-synchronizeliamwhite2023-07-023-36/+52
|\ \ \ \ | |/ / / |/| | | kernel: Synchronize
| * | | kernel: SynchronizeMorph2023-07-013-36/+52
| | |/ | |/|
* | | Merge pull request #10942 from FernandoS27/android-is-a-pain-in-the-a--liamwhite2023-07-025-9/+202
|\ \ \ | | | | | | | | Memory Tracking: Add mechanism to register small writes when gpu page is contested by GPU
| * | | Memory Tracker: Use 64 bit atomics instead of 128 bitsFernando Sahmkow2023-06-291-9/+13
| | | |
| * | | Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPUFernando Sahmkow2023-06-284-13/+54
| | | |
| * | | MemoryTracking: Initial setup of atomic writes.Fernando Sahmkow2023-06-284-4/+152
| |/ /
* | | Merge pull request #10710 from liamwhite/romfs2liamwhite2023-07-021-21/+17
|\ \ \ | | | | | | | | fsmitm_romfsbuild: avoid full path lookups
| * | | fsmitm_romfsbuild: avoid full path lookupsLiam2023-06-281-21/+17
| |/ /
* | | parcel: Optimize small_vector sizesMorph2023-07-011-11/+13
| | |
* | | general: Use ScratchBuffer where possibleMorph2023-07-016-45/+53
|/ /
* | arm_dynarmic_32: Remove disabling of block linking on arm64Merry2023-06-281-5/+0
| |
* | core: hid: Allow to read bin files while switch controller is availablegerman772023-06-251-4/+10
| |
* | input_common: Dont try to read/write data from 3rd party controllersgerman772023-06-251-0/+5
| |
* | Merge pull request #10859 from liamwhite/no-more-atomic-waitliamwhite2023-06-234-18/+10
|\ \ | | | | | | general: remove atomic signal and wait
| * | general: remove atomic signal and waitLiam2023-06-224-18/+10
| | |
* | | Merge pull request #10842 from german77/native_mifareliamwhite2023-06-2310-132/+209
|\ \ \ | | | | | | | | input_common: Implement native mifare/skylander support for joycons/pro controller
| * | | input_common: Implement native mifare supportNarr the Reg2023-06-2210-132/+209
| | | |
* | | | vfs_real: lock concurrent accessesLiam2023-06-232-25/+45
| | | |
* | | | Merge pull request #10457 from Kelebek1/optimisebunnei2023-06-2337-275/+270
|\ \ \ \ | | | | | | | | | | Remove memory allocations in some hot paths
| * | | | Remove memory allocations in some hot pathsKelebek12023-06-2237-275/+270
| | |/ / | |/| |
* | | | Merge pull request #10806 from liamwhite/worst-fs-implementation-everbunnei2023-06-233-24/+42
|\ \ \ \ | |/ / / |/| | | vfs_real: misc optimizations
| * | | vfs_real: ensure size cache is reset on writeLiam2023-06-161-0/+2
| | | |
| * | | patch_manager: remove unnecessary GetSize callsLiam2023-06-161-5/+4
| | | |
| * | | vfs_real: misc optimizationsLiam2023-06-162-19/+36
| | | |
* | | | Merge pull request #10086 from Morph1984/coretiming-ng-1bunnei2023-06-2215-131/+45
|\ \ \ \ | | | | | | | | | | core_timing: Use CNTPCT as the guest CPU tick
| * | | | nvdisp: Fix SingleCore frametime reportingMorph2023-06-081-1/+1
| | | | |
| * | | | core_timing: Fix SingleCore cycle timerMorph2023-06-083-27/+11
| | | | |
| * | | | (wall, native)_clock: Add GetGPUTickMorph2023-06-082-0/+10
| | | | | | | | | | | | | | | | | | | | Allows us to directly calculate the GPU tick without double conversion to and from the host clock tick.
| * | | | time: Use compile time division for TimeSpanType conversionMorph2023-06-085-11/+15
| | | | |
| * | | | core_timing: Use CNTPCT as the guest CPU tickMorph2023-06-087-100/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Previously, we were mixing the raw CPU frequency and CNTFRQ. The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available.
| * | | | nvnflinger: Acquire lock prior to signaling the vsync variableMorph2023-06-081-1/+2
| | | | |
* | | | | Merge pull request #10841 from liamwhite/math-is-hardbunnei2023-06-221-4/+10
|\ \ \ \ \ | | | | | | | | | | | | vfs_concat: fix offset calculation when not aligned to file boundary
| * | | | | vfs_concat: verify short readLiam2023-06-191-0/+5
| | | | | |
| * | | | | vfs_concat: fix offset calculation when not aligned to file boundaryLiam2023-06-191-4/+5
| | |_|_|/ | |/| | |
* | | | | time_zone_manager: Add null terminatorlat9nq2023-06-201-2/+4
| | | | | | | | | | | | | | | | | | | | We aren't null-terminating this string after the copy, and we need to.
* | | | | time_zone_manager: Stop on commalat9nq2023-06-201-1/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a deviation from the reference time zone implementation. The actual code will set a pointer to the time zone name here, but for us we have a limited number of characters to work with, and the name of the time zone here could be larger than 8 characters. We can make the assumption that time zone names greater than five characters in length include a comma that denotes more data. Nintendo just truncates that data for the name, so we can do the same. time_zone_manager: Check for length of array Just to be double sure that we never break past the array length, directly compare against it.
* | | | Merge pull request #10797 from lat9nq/tzdb-patchbunnei2023-06-183-11/+6
|\ \ \ \ | | | | | | | | | | time: Various time zone fixes
| * | | | time_zone_service: Always write time zone rule datalat9nq2023-06-181-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Switch firmware will initialize this data even if the given parameters are invalid. We should do the same.
| * | | | time_zone_manager: Compare to the correct booleanlat9nq2023-06-161-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reference implementation does not compare the booleans as we had them. Use the correct ones as in the reference. Also adds an assert. I have been made aware of a crash here and am not able to reproduce currently.
| * | | | nx_tzdb: Correct Antarctica spellinglat9nq2023-06-161-1/+1
| | |/ / | |/| |
* | | | k_thread: Use a mutex and cond_var to sync boollat9nq2023-06-172-5/+14
| |_|/ |/| | | | | | | | | | | std::atomic<bool> is broken on MinGW and causes deadlocks there. Use a normal cond var in its stead.
* | | Merge pull request #10731 from german77/misc_fixesliamwhite2023-06-1710-115/+198
|\ \ \ | |/ / |/| | service: nfc: Accuracy fixes
| * | service: nfc: Read tag protocol only for nfc backendNarr the Reg2023-06-152-5/+6
| | |
| * | service: nfc: Accuracy fixesNarr the Reg2023-06-1510-110/+192
| | |
* | | Merge pull request #10729 from liamwhite/windows-is-a-memebunnei2023-06-152-99/+118
|\ \ \ | |/ / |/| | vfs_real: add file LRU cache for open file limits
| * | vfs_real: require file existence on openLiam2023-06-131-0/+4
| | |
| * | vfs_real: add simplified open file cacheLiam2023-06-132-1/+18
| | |
| * | vfs_real: lazily open filesLiam2023-06-132-11/+3
| | |
| * | vfs_real: add file LRU cache for open file limitsLiam2023-06-132-100/+106
| | |
* | | Merge pull request #10603 from lat9nq/tz-more-completebunnei2023-06-139-693/+297
|\ \ \ | | | | | | | | core,common: Implement missing time zone data/computations
| * | | tz_manager: Fix comparison to wrong integerlat9nq2023-06-051-1/+1
| | | |
| * | | tz_manager: Implement missing transition timeslat9nq2023-06-051-1/+59
| | | | | | | | | | | | | | | | time_zone_manager: Use s64 storage
| * | | tz_manager: Warn on unimplemented codelat9nq2023-06-051-0/+7
| | | |
| * | | tz_manager: Fix character offset not advancinglat9nq2023-06-051-0/+1
| | | |
| * | | tz_manager: Fix off-by-one errorlat9nq2023-06-051-4/+4
| | | |
| * | | time_zone_binary: Add zoneinfo datalat9nq2023-06-052-643/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the basic time zone data for the system archive. time_zone_binary: Implement full system archive time_zone_binary: Remove unneeded template tz_binary: Make GenerateFiles static
| * | | time: Implement missing servicesNarr the Reg2023-06-057-11/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements GetTotalLocationNameCount LoadLocationNameList and GetTimeZoneRuleVersion. tz-manager: Fix sign issue
| * | | time_zone_manager: Implement go_ahead/go_backlat9nq2023-06-051-1/+39
| | | |
| * | | tz_content_manager: Try the system time zone firstlat9nq2023-06-051-2/+9
| | | | | | | | | | | | | | | | | | | | If we can't find the normal time zone string, try searching for the closest one.
| * | | time: Remove auto timezone considerationlat9nq2023-06-053-33/+3
| | | | | | | | | | | | | | | | | | | | GetTimeZoneString no longer reports a setting unique to yuzu, so we can assume a valid timezone string in core.
| * | | time_manager: Don't offset RTC by system time zonelat9nq2023-06-051-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This causes the emulated system's universal time to be on the user's clock, and the user time to be off if they set a time zone. time_manager: Remove GetExternalRtcTime
| * | | tz_content_manager: Detect system time zonelat9nq2023-06-051-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | Uses C++20 tzdb to determine the system timezone. The switch uses the 597 posix time zones, so this needs tests if the system time zone isn't posix-compliant.
* | | | core: decouple ARM interface from DynarmicLiam2023-06-1315-172/+189
| |/ / |/| |
* | | android: Add update supportNarr the Reg2023-06-121-0/+1
| | |
* | | android: Add proper homebrew checkCharles Lombardo2023-06-102-1/+14
| | |
* | | Merge pull request #10623 from german77/backupliamwhite2023-06-097-39/+181
|\ \ \ | | | | | | | | service: nfc: Add backup support
| * | | service: nfc: Add backup supportgerman772023-06-077-39/+181
| | | |
* | | | nvnflinger: allow locking framerate during video playbackLiam2023-06-084-2/+27
| |_|/ |/| |
* | | Merge pull request #10591 from keve1227/localized-game-iconsliamwhite2023-06-073-9/+40
|\ \ \ | |/ / |/| | Localize game icons
| * | Fix typoKevin Sundqvist Norlén2023-06-031-1/+1
| | | | | | | | | Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
| * | Update Chinese NX language namesKeve12272023-06-032-8/+8
| | | | | | | | | | | | ... as per the TLoZ: TotK icon files. Would this conflict with older games?
| * | Pick game icon based on the configured system languageKeve12272023-06-031-1/+32
| | |
* | | Merge pull request #10508 from yuzu-emu/limebunnei2023-06-0613-57/+145
|\ \ \ | |_|/ |/| | Project Lime - yuzu Android Port
| * | core: hid: Finish linking motion from virtual controllersNarr the Reg2023-06-034-9/+55
| | |
| * | service: account: Save user profile folder on first user creationgerman772023-06-031-0/+1
| | |
| * | android: native: Add support for custom Vulkan driver loading.bunnei2023-06-031-12/+5
| | |
| * | core: frontend: Refactor GraphicsContext to its own module.bunnei2023-06-034-47/+73
| | |
| * | android: frontend: Integrate key installation for SAF.bunnei2023-06-032-2/+2
| | |
| * | core: crypto: key_manager: Add methods to reload & validate keys.bunnei2023-06-032-0/+11
| | |
| * | device_memory: Use smaller virtual reservation size for compatibility with 39-bit pagingLiam2023-06-032-1/+12
| |/
* | Merge pull request #10594 from liamwhite/double-patchbunnei2023-06-041-8/+12
|\ \ | | | | | | fsp-srv: avoid patching romfs multiple times
| * | fsp-srv: avoid patching romfs multiple timesLiam2023-06-031-8/+12
| |/
* | romfs: use vfs_cached for romfs outputLiam2023-06-033-24/+2
| |
* | vfs: add vfs_cached for romfs buildLiam2023-06-034-2/+99
|/
* Fix incorrect id check and potential out of bounds lookupKelebek12023-05-311-1/+1
|
* vfs_concat: fix time complexity of readLiam2023-05-264-70/+125
|
* Merge pull request #10396 from german77/amiibo_writebunnei2023-05-252-6/+11
|\ | | | | input_common: Implement amiibo writing
| * input_common: Implement amiibo writtingNarr the Reg2023-05-222-6/+11
| |
* | Merge pull request #10415 from german77/amiibo-no-keybunnei2023-05-253-21/+52
|\ \ | | | | | | service: nfc: Remove encryption key requirement
| * | service: nfc: Remove encryption key requirementNarr the Reg2023-05-233-21/+52
| |/
* / k_memory_block_manager: remove auditing callsLiam2023-05-231-6/+2
|/
* service: hid: Use span instead of vector referencegerman772023-05-153-14/+14
|
* Merge pull request #10244 from liamwhite/lower-upperFernando S2023-05-133-2/+34
|\ | | | | time: implement ContinuousAdjustmentTimePoint
| * time: implement ContinuousAdjustmentTimePointLiam2023-05-123-2/+34
| |
* | Merge pull request #10237 from liamwhite/cache-storagebunnei2023-05-135-6/+50
|\ \ | | | | | | fs: stub cache storage
| * | fs: adjust future save pathLiam2023-05-112-4/+4
| | |
| * | am: stub CreateCacheStorageLiam2023-05-112-1/+33
| | |
| * | fs: stub cache storage and fix params alignmentLiam2023-05-112-5/+17
| |/
* | nvnflinger: fix Parcel serializationLiam2023-05-113-39/+49
| |
* | nvnflinger: fix producer slot fence initLiam2023-05-111-0/+1
|/
* service: nfc: Seed all random valuesNarr the Reg2023-05-102-6/+14
|
* service: nfp: Allow to load with a different amiibo idgerman772023-05-101-4/+13
|
* Merge pull request #10183 from liamwhite/modsliamwhite2023-05-093-3/+29
|\ | | | | vfs_vector: avoid n^2 lookup in layeredfs building
| * vfs_layered: avoid n^2 lookup in layeredfs buildingLiam2023-05-081-3/+6
| |
| * vfs_vector: avoid n^2 lookup in layeredfs buildingLiam2023-05-072-0/+23
| |
* | core: hid: Allow to calibrate gyro sensorNarr the Reg2023-05-084-1/+40
| |
* | Merge pull request #10075 from Kelebek1/silence_nifm_spambunnei2023-05-083-5/+5
|\ \ | | | | | | Silence network spam
| * | Silence nifm spamKelebek12023-04-223-5/+5
| | |
* | | Merge pull request #10195 from german77/mutexliamwhite2023-05-084-21/+19
|\ \ \ | | | | | | | | core: hid: Update motion on a better place
| * | | core: hid: Update motion on a better placegerman772023-05-084-21/+19
| | | |
* | | | Address feedback, add CR notice, etcFernando Sahmkow2023-05-071-6/+5
| | | |
* | | | Settings: add option to enable / disable reactive flushingFernando Sahmkow2023-05-071-1/+2
| | | |
* | | | GPU: Add Reactive flushingFernando Sahmkow2023-05-073-6/+27
|/ / /
* | | Merge pull request #10097 from german77/nfp_fullbunnei2023-05-0730-2612/+2234
|\ \ \ | |_|/ |/| | service: nfc: Merge device interfaces and create the device manager
| * | service: nfc: Merge device interfaces and create the device managerNarr the Reg2023-05-0628-2390/+2011
| | |
| * | core: service: Add FunctionInfoTyped to allow expanding existing interfacesgerman772023-04-261-8/+12
| | |
| * | service: nfc: Create mifare interfaceNarr the Reg2023-04-243-50/+58
| | |
| * | service: nfc: Create interfaceNarr the Reg2023-04-245-115/+104
| | |
* | | Merge pull request #10125 from lat9nq/vsync-selectbunnei2023-05-071-1/+16
|\ \ \ | | | | | | | | configuration: Expose separate swap present modes
| * | | settings: Enable FIFO relaxedlat9nq2023-05-031-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Not entirely sure if we need this, but there's also no reason not to support it. settings: Give VSyncMode values
| * | | telemetry_session: Make translate function staticlat9nq2023-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Addresses review feedback Co-authored-by: Lioncash <mathew1800@gmail.com>
| * | | configuration: Expose separate swap present modeslat9nq2023-05-031-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, yuzu would try and guess which vsync mode to use given different scenarios, but apparently we didn't always get it right. This exposes the separate modes in a drop-down the user can select. If a mode isn't available in Vulkan, it defaults to FIFO.
* | | | Merge pull request #10174 from german77/motriodbunnei2023-05-071-0/+7
|\ \ \ \ | | | | | | | | | | input_common: Add experimental motion to button
| * | | | input_common: Add experimental motion to buttongerman772023-05-061-0/+7
| | | | |
* | | | | Merge pull request #10167 from german77/motion_previewliamwhite2023-05-075-4/+42
|\ \ \ \ \ | | | | | | | | | | | | yuzu: Add motion preview to controller input
| * | | | | input_common: Add property to invert an axis buttonNarr the Reg2023-05-061-0/+1
| | | | | |
| * | | | | yuzu: Add motion preview to controller inputNarr the Reg2023-05-054-4/+41
| |/ / / /
* / / / / core: hid: Fix state of capture and home buttonsgerman772023-05-051-0/+4
|/ / / /
* | | | Merge pull request #10088 from FernandoS27/100-gelato-flavor-test-builds-laterbunnei2023-05-041-1/+1
|\ \ \ \ | | | | | | | | | | Y.F.C Implement Asynchronous Fence manager and Rework Query async downloads
| * | | | Accuracy Normal: reduce accuracy further for perf improvements in Project LimeFernando Sahmkow2023-04-231-1/+1
| | |/ / | |/| |
* | | | Merge pull request #10117 from liamwhite/sync-registerbunnei2023-05-039-5/+50
|\ \ \ \ | | | | | | | | | | kernel: match calls to Register and Unregister
| * | | | kernel: match calls to Register and UnregisterLiam2023-04-309-5/+50
| | | | |
* | | | | Merge pull request #10124 from liamwhite/pebkacMorph2023-05-032-6/+7
|\ \ \ \ \ | |_|_|/ / |/| | | | settings: rename extended memory layout to unsafe, move from general to system
| * | | | settings: rename extended memory layout to unsafe, move from general to systemLiam2023-04-302-6/+7
| |/ / /
* / / / kernel: remove general boost listsLiam2023-04-307-19/+26
|/ / /
* | | Merge pull request #10056 from vonchenplus/audout_uFernando S2023-04-241-6/+8
|\ \ \ | |/ / |/| | core: audio: return result when audio_out initialize failed
| * | core: audio: return result when audio_out initialize failedFengChen2023-04-161-6/+8
| | |
* | | Merge pull request #10076 from german77/TryPopMyFriendbunnei2023-04-221-1/+1
|\ \ \ | | | | | | | | core: am: Demote TryPopFromFriendInvitationStorageChannel Log level
| * | | core: am: Demote TryPopFromFriendInvitationStorageChannel Log levelgerman772023-04-221-1/+1
| | |/ | |/|
* | | Merge pull request #10060 from german77/no_deadbunnei2023-04-221-0/+4
|\ \ \ | |/ / |/| | core: hid: Remove deadzone of virtual controller
| * | core: hid: Remove deadzone of virtual controllergerman772023-04-161-0/+4
| |/
* | service: nfp: Implement debug InterfaceNarr the Reg2023-04-156-8/+444
| |
* | service: nfp: Implement system interfaceNarr the Reg2023-04-156-17/+289
| |
* | service: nfp: Use an unique interfaceNarr the Reg2023-04-144-71/+227
|/
* kernel: move more memory to application in 8GB arrangementLiam2023-04-101-2/+4
|
* kernel: switch extended memory setting to 8GB arrangementLiam2023-04-081-2/+2
|
* Merge pull request #10022 from liamwhite/gcc-13bunnei2023-04-082-14/+2
|\ | | | | general: fixes for gcc 13
| * general: fixes for gcc 13Liam2023-04-032-14/+2
| |
* | service: hid: Fix handle validationgerman772023-04-021-5/+1
| |
* | Merge pull request #10020 from merryhime/update-dynarmicbunnei2023-04-021-13/+10
|\ \ | | | | | | externals: Update dynarmic to 6.4.6
| * | core: arm_dynarmic_32: Update SaveContext/LoadContext.bunnei2023-04-021-13/+10
| |/
* | Merge pull request #10006 from german77/profile_selectliamwhite2023-04-014-18/+155
|\ \ | | | | | | service: am: Improve profile select applet
| * | service: am: Improve profile select appletNarr the Reg2023-03-294-18/+155
| | |
* | | Merge pull request #9997 from german77/cancel_controllerliamwhite2023-04-014-9/+16
|\ \ \ | | | | | | | | applet: controller: Implement cancel button
| * | | applet: controller: Implement cancel buttongerman772023-03-304-9/+16
| |/ /
* | | Merge pull request #9999 from german77/new_hid_hurraliamwhite2023-04-014-22/+56
|\ \ \ | |_|/ |/| | service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestination
| * | service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestinationgerman772023-03-304-22/+56
| | | | | | | | | | | | Used by Let's Get Fit
* | | Merge pull request #10005 from liamwhite/kernel-atomicsbunnei2023-04-012-39/+56
|\ \ \ | |_|/ |/| | kernel: fix unbounded stack usage in atomics
| * | kernel: fix unbounded stack usage in atomicsLiam2023-03-292-39/+56
| | |
* | | Merge pull request #9505 from liamwhite/request-exitliamwhite2023-03-2935-10/+134
|\ \ \ | |/ / |/| | applets: implement RequestExit
| * | qt: implement RequestExit for appletsLiam2023-03-2525-18/+72
| | |
| * | applets: implement RequestExitLiam2023-03-2518-1/+71
| |/
* | Merge pull request #10003 from german77/disconnectliamwhite2023-03-281-1/+2
|\ \ | | | | | | service: hid: Silence warning on MergeSingleJoyAsDualJoy
| * | service: hid: Silence warning on MergeSingleJoyAsDualJoyNarr the Reg2023-03-271-1/+2
| |/
* | core_timing: Make use of MicroSleep for x64 CPUsMorph2023-03-271-0/+8
| | | | | | | | For CPUs that support tpause, this should result in significant CPU power savings over thread yield in this spin wait.
* | Merge pull request #9984 from liamwhite/global-memoryliamwhite2023-03-2738-218/+178
|\ \ | | | | | | memory: rename global memory references to application memory
| * | memory: rename global memory references to application memoryLiam2023-03-2438-218/+178
| | |
* | | service: nfp: Add plain amiibo supportgerman772023-03-265-8/+37
| |/ |/|
* | Merge pull request #9981 from german77/nfp_connectliamwhite2023-03-244-4/+30
|\ \ | |/ |/| nfc: Initialize device when controller is connected
| * nfc: Initialize device when controller is connectedNarr the Reg2023-03-224-4/+30
| |
* | Merge pull request #9964 from liamwhite/typed-addressliamwhite2023-03-2399-1102/+1253
|\ \ | | | | | | kernel: use KTypedAddress for addresses
| * | kernel: use KTypedAddress for addressesLiam2023-03-2299-1102/+1253
| | |
* | | kernel: fix LOG_TRACE in ipcLiam2023-03-191-1/+1
| |/ |/|
* | service: nfp: Replace crc function with boost equivalentNarr the Reg2023-03-172-28/+17
| |
* | service: nfp: Close app area and recreate crcNarr the Reg2023-03-161-0/+10
| |
* | service: nfp: Convert mii colors to v3Narr the Reg2023-03-166-15/+100
| |
* | service: nfp: Actually write correct crcNarr the Reg2023-03-156-23/+44
|/
* kernel: additional style fixes to KThread, KProcessLiam2023-03-132-27/+27
|
* kernel: fix clang buildLiam2023-03-131-2/+2
|
* kernel: remove unnecessary finalize callsLiam2023-03-132-7/+1
|
* kernel: convert KProcess to new styleLiam2023-03-1310-240/+254
|
* kernel: convert KThread to new styleLiam2023-03-1313-568/+518
|
* kernel: prefer std::addressofLiam2023-03-1321-134/+139
|
* kernel: convert KResourceLimitLiam2023-03-132-59/+59
|
* kernel: remove kernel_Liam2023-03-1341-295/+290
|
* kernel: remove gratitutous attribute usageLiam2023-03-138-29/+24
|
* kernel/svc: convert to new styleLiam2023-03-1321-304/+192
|
* kernel: convert miscellaneousLiam2023-03-137-94/+81
|
* kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLockLiam2023-03-139-97/+99
|
* kernel: convert KAbstractSchedulerLockLiam2023-03-131-31/+24
|
* kernel: convert KMemoryLayout, KMemoryRegion*, KPageTableSlabHeap, KPriorityQueueLiam2023-03-136-121/+121
|
* kernel: move KMemoryLayout for NX boardLiam2023-03-132-1/+1
|
* kernel: remove KLinkedListLiam2023-03-135-245/+0
|
* kernel: convert KConditionVariable, KLightConditionVariable, KLightLockLiam2023-03-137-75/+77
|
* kernel: convert KPort, KSessionLiam2023-03-1327-223/+194
|
* kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new styleLiam2023-03-138-142/+130
|
* general: fix spelling mistakesLiam2023-03-1230-44/+44
|
* Merge pull request #9923 from liamwhite/khtliamwhite2023-03-108-15/+42
|\ | | | | kernel: add timer pointer to KThreadQueue
| * kernel: add timer pointer to KThreadQueueLiam2023-03-088-15/+42
| |
* | Merge pull request #9928 from german77/super_nfpliamwhite2023-03-105-52/+234
|\ \ | | | | | | service: nfp: Improve implementation
| * | service: nfp: Improve implementationNarr the Reg2023-03-105-52/+234
| | |
* | | Merge pull request #9917 from Morph1984/the-real-timeliamwhite2023-03-105-9/+9
|\ \ \ | | | | | | | | native_clock: Re-adjust the RDTSC frequency to its real frequency
| * | | perf_stats: Check multicore firstMorph2023-03-081-2/+2
| | | | | | | | | | | | | | | | SpeedLimiting is SC only. Since MC is performance oriented we should check for it first to skip checking use_speed_limit.
| * | | hid: Use nanosecond timestamps instead of ticksMorph2023-03-082-5/+5
| | | |
| * | | core: Promote CPU/GPU threads to time criticalMorph2023-03-082-2/+2
| | |/ | |/| | | | | | | And also demote Audren and CoreTiming to High thread priority.
* | | Merge pull request #9916 from liamwhite/fpuliamwhite2023-03-093-1/+28
|\ \ \ | |_|/ |/| | kernel: clone fpu status on CreateThread
| * | kernel: clone fpu status on CreateThreadLiam2023-03-083-1/+28
| |/
* | Merge pull request #9912 from liamwhite/errliamwhite2023-03-0822-119/+105
|\ \ | | | | | | hle: rename legacy errors to Results
| * | hle: rename legacy errors to ResultsLiam2023-03-0722-119/+105
| | |
* | | Merge pull request #9904 from liamwhite/wsliamwhite2023-03-081-16/+29
|\ \ \ | | | | | | | | kernel: fix WaitSynchronization
| * | | kernel: fix WaitSynchronizationLiam2023-03-051-16/+29
| | | |
* | | | Merge pull request #9921 from liamwhite/overrideMorph2023-03-083-5/+5
|\ \ \ \ | | | | | | | | | | general: fix type inconsistencies
| * | | | general: fix type inconsistenciesLiam2023-03-083-5/+5
| | |_|/ | |/| |
* / | | kernel: avoid signed overflow UB on MSVCLiam2023-03-081-1/+2
|/ / /
* | | Merge pull request #9889 from Morph1984/time-is-tickingliamwhite2023-03-073-28/+41
|\ \ \ | |_|/ |/| | core_timing: Reduce CPU usage on Windows
| * | hardware_properties: Update BASE_CLOCK_RATE to exactly 1020 MHzMorph2023-03-051-5/+3
| | |
| * | core_timing: Use higher precision sleeps on WindowsMorph2023-03-052-23/+38
| |/ | | | | | | | | | | The precision of sleep_for and wait_for is limited to 1-1.5ms on Windows. Using SleepForOneTick() allows us to sleep for exactly one interval of the current timer resolution. This allows us to take advantage of systems that have a timer resolution of 0.5ms to reduce CPU overhead in the event loop.
* | Merge pull request #9910 from jbeich/libc++liamwhite2023-03-061-0/+1
|\ \ | | | | | | kernel: add missing header for libc++
| * | kernel: add missing header for libc++Jan Beich2023-03-061-0/+1
| |/ | | | | | | | | | | | | | | In file included from src/core/hle/kernel/k_light_lock.cpp:4: In file included from src/./core/hle/kernel/k_light_lock.h:8: src/./core/hle/kernel/k_scoped_lock.h:25:51: error: no member named 'addressof' in namespace 'std' explicit KScopedLock(T& l) : KScopedLock(std::addressof(l)) {} ~~~~~^
* | Merge pull request #9905 from german77/usbsslliamwhite2023-03-063-62/+102
|\ \ | | | | | | Service: USB, SSL, PSC: Update
| * | service: psc: Update namesNarr the Reg2023-03-051-9/+9
| | |
| * | service: ssl: Add missing properties and update namesNarr the Reg2023-03-051-18/+58
| | |
| * | service: usb: Update namesNarr the Reg2023-03-051-35/+35
| |/
* / service: acc: Replace default image with a 32x32 imageNarr the Reg2023-03-052-9/+20
|/
* Merge pull request #9884 from liamwhite/service-cleanupMorph2023-03-04178-2075/+2008
|\ | | | | service: miscellaneous cleanups
| * nvnflinger: fix nameLiam2023-03-0151-340/+339
| |
| * service: move hle_ipc from kernelLiam2023-03-01148-1734/+1669
| |
| * sm:: remove unused memberLiam2023-03-011-1/+0
| |
* | kernel: be more careful about kernel address keysLiam2023-03-015-11/+23
| |
* | kernel: refactor priority inheritance to represent locks as C++ objectsLiam2023-03-018-190/+436
| |
* | kernel: simplify AddressSpaceInfo, update valuesLiam2023-03-011-66/+13
| |
* | kernel: barrier memory before condition variable writeLiam2023-03-011-15/+15
| |
* | kernel: document previous location of interrupt disables in arbiter/condvarLiam2023-03-012-3/+9
| |
* | kernel: adjust pool allocationsLiam2023-03-012-7/+16
| |
* | kernel: simplify KAbstractSchedulerLock::LockLiam2023-03-011-5/+6
| |
* | kernel: add InfoType::IoRegionHintLiam2023-03-011-0/+1
|/
* Merge pull request #9832 from liamwhite/hle-mpliamwhite2023-03-01141-1153/+1569
|\ | | | | service: HLE multiprocess
| * sm:: fix lingering session initialization issuesLiam2023-02-212-2/+19
| |
| * cheat_engine: add check for hid initializationLiam2023-02-211-2/+7
| |
| * sm:: support service registration deferralLiam2023-02-215-8/+151
| |
| * service: refactor server architectureLiam2023-02-21140-1143/+1393
| | | | | | | | Converts services to have their own processes
| * core: defer cpu shutdownLiam2023-02-211-3/+4
| |
* | cmake: use correct boost imported targetsAlexandre Bouvier2023-02-281-1/+1
| |
* | Merge pull request #9859 from liamwhite/tmem-useliamwhite2023-02-2821-75/+95
|\ \ | | | | | | service: avoid direct pointer access of transfer memory objects
| * | am: avoid direct pointer access of transfer memory objectsLiam2023-02-241-6/+4
| | |
| * | hid: avoid direct pointer access of transfer memory objectsLiam2023-02-2420-69/+91
| | |
* | | Merge pull request #9874 from german77/violetliamwhite2023-02-281-4/+8
|\ \ \ | | | | | | | | service: btm: Fix handle functions
| * | | service: btm: Fix handle functionsNarr the Reg2023-02-271-4/+8
| | | |
* | | | Merge pull request #9872 from goldenx86/partialLTOMatías Locatti2023-02-271-0/+4
|\ \ \ \ | |/ / / |/| | | Partial LTO
| * | | Partially apply LTO to only core and video_core projects.Matías Locatti2023-02-271-0/+4
| | | |
* | | | Revert "yuzu: config: Remove player 8 and 9 from config file"Narr the Reg2023-02-263-98/+13
|/ / /
* | | yuzu: config: Remove player 8 and 9 from config fileNarr the Reg2023-02-263-13/+98
| | |
* | | Merge pull request #9848 from german77/metroid_motionliamwhite2023-02-253-2/+30
|\ \ \ | | | | | | | | input_common: Implement dedicated motion from mouse
| * | | core: hid: Restore motion state on refresh and clamp motion valuesNarr the Reg2023-02-223-2/+30
| | | |
* | | | Merge pull request #9857 from german77/fwupdateliamwhite2023-02-2513-2/+63
|\ \ \ \ | | | | | | | | | | core: Update service function tables to 16.0.0+
| * | | | core: Update service function tables to 16.0.0+Narr the Reg2023-02-2513-2/+63
| | |/ / | |/| |
* / | | core: hidbus: Fix BusType sizeNarr the Reg2023-02-252-15/+15
|/ / /
* / / core: hid: Fix native mouse mappingsNarr the Reg2023-02-225-63/+62
|/ /
* | Merge pull request #9846 from merryhime/type-constliamwhite2023-02-2213-53/+53
|\ \ | | | | | | svc: Fix type consistency (exposed on macOS)
| * | svc: Fix type consistency (exposed on macOS)Merry2023-02-2113-53/+53
| |/
* / net: translate ECONNRESET network errorMonsterDruide12023-02-214-0/+8
|/
* Merge pull request #9771 from ameerj/host-thread-idliamwhite2023-02-191-27/+18
|\ | | | | kernel: Refactor thread_local variable usage
| * kernel: Refactor thread_local variable usageameerj2023-02-111-27/+18
| | | | | | | | | | | | On MSVC at least, there seems to be a non-trivial overhead to calling GetHostThreadId(). This slightly reworks the host_thread_id variable to reduce some of the complexity around its usage, along with some small refactors around current_thread and dummy thread
* | Merge pull request #9815 from german77/qt-mouseliamwhite2023-02-182-1/+5
|\ \ | | | | | | Qt: Fix mouse scalling
| * | input_common: Split mouse input into individual devicesNarr the Reg2023-02-162-1/+5
| | |
* | | kernel: add KObjectNameLiam2023-02-177-3/+265
|/ /
* | Merge pull request #9796 from liamwhite/currentliamwhite2023-02-1567-283/+307
|\ \ | | | | | | general: rename CurrentProcess to ApplicationProcess
| * | general: rename CurrentProcess to ApplicationProcessLiam2023-02-1436-156/+161
| | |
| * | kernel: use GetCurrentProcessLiam2023-02-1334-128/+147
| | |
* | | Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usageliamwhite2023-02-1511-25/+19
|\ \ \ | | | | | | | | Fix consexpr value declaration usage
| * | | remove constexpr from virtual functionarades792023-02-152-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com>
| * | | use a string view to skip allocationarades792023-02-142-13/+7
| | | | | | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com>
| * | | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-1440-98/+97
| | | | | | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com>
| * | | apply clang-formatarades792023-02-142-4/+5
| | | | | | | | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com>
| * | | add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-1440-96/+96
| |/ / | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com>
* / / service: remove deleted servicesLiam2023-02-1424-621/+0
|/ /
* | Merge pull request #9757 from german77/gyrobunnei2023-02-128-21/+67
|\ \ | | | | | | core: hid: Use gyro thresholds modes set by the game
| * | core: hid: Use gyro thresholds modes set by the gameNarr the Reg2023-02-108-21/+67
| | |
* | | kernel/svc: Fix undefined info_idColin Kinloch2023-02-111-2/+2
| | |
* | | Merge pull request #9773 from bunnei/fix-process-resourceliamwhite2023-02-113-1/+15
|\ \ \ | | | | | | | | core: kernel: k_process: Use application system resource.
| * | | core: kernel: k_process: Use application system resource.bunnei2023-02-113-1/+15
| | | |
* | | | Merge pull request #9742 from liamwhite/svc-wrap-onlybunnei2023-02-1145-1570/+7468
|\ \ \ \ | |/ / / |/| | | kernel/svc: switch to generated wrappers
| * | | kernel/svc: switch to generated wrappersLiam2023-02-0745-1570/+7468
| | | |
* | | | kernel: avoid usage of bit_castLiam2023-02-101-2/+2
| |_|/ |/| |
* | | Merge pull request #9747 from german77/SetSupportedNpadIdTypesliamwhite2023-02-084-6/+15
|\ \ \ | | |/ | |/| service: hid: Return error if arguments of SetSupportedNpadIdType is invalid
| * | service: hid: Return error if arguments of SetSupportedNpadIdType is invalidNarr the Reg2023-02-084-6/+15
| |/
* / kernel: fix compilation with older gccLiam2023-02-062-4/+5
|/
* kernel/svc: Split implementations into separate filesLiam2023-02-0540-2688/+3196
|
* fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCardameerj2023-02-031-1/+1
|
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-0359-324/+365
| | | | | This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
* Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-spanbunnei2023-02-0359-365/+324
|\ | | | | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
| * Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-0259-365/+324
| |
* | kernel: add KDeviceAddressSpaceLiam2023-02-016-0/+232
|/
* Merge pull request #9696 from german77/please_forgive_me_for_this_sinbunnei2023-02-013-1/+83
|\ | | | | input_common: Implement turbo buttons
| * input_common: Implement turbo buttonsgerman772023-02-013-1/+83
| |
* | Merge pull request #9697 from liamwhite/kcapbunnei2023-01-316-0/+738
|\ \ | | | | | | kernel: add KCapabilities
| * | kernel: add KCapabilitiesLiam2023-01-306-0/+738
| | |
* | | Merge pull request #9508 from ameerj/hle-ipc-buffer-spanbunnei2023-01-3059-324/+365
|\ \ \ | |_|/ |/| | hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer
| * | hle_ipc: Use thread_local ReadBufferameerj2022-12-291-4/+14
| | |
| * | hle_ipc: Rename ReadBufferSpan to ReadBufferameerj2022-12-2933-97/+97
| | |
| * | hle_ipc: Rename ReadBuffer to ReadBufferCopyameerj2022-12-293-4/+6
| | | | | | | | | | | | Indicates explicitly that a copy is occurring
| * | bsd: Use std::span for read payloadsameerj2022-12-296-36/+38
| | | | | | | | | | | | Allows the use of HLERequestContext::ReadBufferSpan
| * | nvdrv: Use std::span for inputsameerj2022-12-2924-211/+209
| | | | | | | | | | | | Allows the use of HLERequestContext::ReadBufferSpan
| * | hidbus: Use ReadBufferSpanameerj2022-12-2911-12/+16
| | |
| * | nvflinger: Split Parcel class into InputParcel and OutputParcelameerj2022-12-255-48/+53
| | | | | | | | | | | | | | | The usages of the Parcel class were already unique to either Read or Write operations. Avoids needing a vector of the input payload for the InputParcel use-case, instead it can remain as a span.
| * | service: Use ReadBufferSpan where it is trivial to do soameerj2022-12-2531-77/+78
| | |
| * | fsp_srv: Use ReadBufferSpanameerj2022-12-251-17/+14
| | |
| * | hle_ipc: Add ReadBufferSpan functionameerj2022-12-252-0/+22
| | | | | | | | | | | | Returns a std::span to the buffer address, rather than create a copy of the memory into a std::vector
* | | Move to Clang Format 15Levi Behunin2023-01-305-52/+47
| |/ |/| | | | | | | | | Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
* | Merge pull request #9666 from liamwhite/wait-for-mebunnei2023-01-286-42/+52
|\ \ | | | | | | kernel: fix incorrect locking order in suspension
| * | kernel: split SetAddressKey into user and kernel variantsLiam2023-01-245-11/+29
| | |
| * | kernel: fix incorrect locking order in suspensionLiam2023-01-233-31/+23
| | |
* | | kernel: unbreak min/max template deduction on Apple ClangLiam2023-01-261-2/+2
| | |
* | | Merge pull request #9670 from merryhime/revert-af5ecb0b15d4449f58434e70eed835cf71fc5527bunnei2023-01-261-1/+1
|\ \ \ | | | | | | | | Revert "MemoryManager: use fastmem directly."
| * | | Revert "MemoryManager: use fastmem directly."Merry2023-01-251-1/+1
| | | | | | | | | | | | | | | | This reverts commit af5ecb0b15d4449f58434e70eed835cf71fc5527.
* | | | Merge pull request #9604 from liamwhite/ptbunnei2023-01-266-215/+477
|\ \ \ \ | | | | | | | | | | kernel: KPageTable: update
| * | | | kernel: KPageTable: updateLiam2023-01-226-215/+477
| | |/ / | |/| |
* | | | Revert 9617 and fix it on input_commonNarr the Reg2023-01-251-10/+2
| |/ / |/| |
* | | Merge pull request #9492 from german77/joycon_releaseliamwhite2023-01-2413-173/+361
|\ \ \ | |/ / |/| | Input_common: Implement custom joycon driver v2
| * | core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicableNarr the Reg2023-01-201-67/+38
| | |
| * | core: hid: Only set the polling mode to the correct sideNarr the Reg2023-01-207-25/+66
| | |
| * | input_common: Fix issue where ring and irs are enabled at the same timegerman772023-01-201-3/+1
| | |
| * | input_common: Implement joycon ir cameraNarr the Reg2023-01-203-9/+28
| | |
| * | yuzu: Add ring controller test buttongerman772023-01-204-7/+13
| | |
| * | input_common: Use DriverResult on all enginesgerman772023-01-201-5/+5
| | |
| * | Address review commentsgerman772023-01-201-4/+2
| | |
| * | core: hid: Fix input regressionsNarr the Reg2023-01-204-37/+55
| | |
| * | input_common: Implement joycon nfcgerman772023-01-201-1/+2
| | |
| * | service: hid: Set led pattern and fix color detectionNarr the Reg2023-01-201-0/+5
| | |
| * | core: hid: Enable pulling color data from controllersNarr the Reg2023-01-204-1/+115
| | |
| * | core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg2023-01-206-69/+86
| | |
* | | Merge pull request #9617 from german77/off_by_oneliamwhite2023-01-221-2/+10
|\ \ \ | | | | | | | | core: hid: Fix stick minimum range
| * | | core: hid: Fix stick minimum rangegerman772023-01-141-2/+10
| | | |
* | | | Merge pull request #9613 from Kelebek1/demangleliamwhite2023-01-221-18/+4
|\ \ \ \ | | | | | | | | | | Add stacktrace symbol demangling
| * | | | Be careful of mangled out of bounds readKelebek12023-01-141-4/+0
| | | | |
| * | | | Add stacktrace symbol demanglingKelebek12023-01-141-14/+4
| |/ / /
* | | | Merge pull request #9611 from liamwhite/patch-1bunnei2023-01-201-3/+23
|\ \ \ \ | |_|/ / |/| | | debugger: add host fastmem pointer fetch command
| * | | debugger: add host fastmem pointer fetch commandLiam2023-01-131-3/+23
| |/ /
* | | Merge pull request #9623 from liamwhite/wp-oopsbunnei2023-01-191-0/+4
|\ \ \ | | | | | | | | memory: fix watchpoint use when fastmem is enabled
| * | | memory: fix watchpoint use when fastmem is enabledLiam2023-01-151-0/+4
| |/ /
* | | Merge pull request #9619 from liamwhite/timing-spaghettibunnei2023-01-193-29/+28
|\ \ \ | | | | | | | | timing: wait for completion on unregister
| * | | timing: wait for completion on unregisterLiam2023-01-143-29/+28
| |/ /
* / / nvnflinger: correct swap interval handlingLiam2023-01-122-5/+5
|/ /
* | Revert "Revert "k_page_group: synchronize""bunnei2023-01-0811-181/+322
| |
* | Merge pull request #9563 from german77/crash_not_allowedbunnei2023-01-071-10/+0
|\ \ | | | | | | input_common: Create an update engine
| * | input_common: Create an update engineNarr the Reg2023-01-061-10/+0
| | |
* | | Merge pull request #9561 from liamwhite/update-dynarmicliamwhite2023-01-062-0/+8
|\ \ \ | | | | | | | | externals: update dynarmic, xbyak
| * | | externals: update dynarmic, xbyakLiam2023-01-062-0/+8
| |/ /
* | | Merge pull request #9558 from MonsterDruide1/network-timeout-noerrorliamwhite2023-01-061-1/+5
|\ \ \ | | | | | | | | net: Silently translate ETIMEDOUT network error
| * | | net: Silently translate ETIMEDOUT network errorMonsterDruide12023-01-051-1/+5
| |/ /
* / / MemoryManager: use fastmem directly.Fernando Sahmkow2023-01-051-1/+1
|/ /
* | Merge pull request #9518 from gidoly/revert-9504-pg2liamwhite2023-01-0411-322/+181
|\ \ | | | | | | Revert "k_page_group: synchronize"
| * | Revert "k_page_group: synchronize"gidoly2022-12-2911-322/+181
| | |
* | | TAS: Immediately switch stick to TAS on inputMonsterDruide12023-01-031-9/+11
| | | | | | | | | | | | Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
* | | service: nifm: Initialize request stategerman772023-01-021-0/+1
| | |
* | | service: nifm: Match documentation namesgerman772023-01-021-31/+56
| | |
* | | vfs: Replace cstr concat with char concatMerry2023-01-011-3/+3
| | |
* | | core: hid: emulated_console: Avoid a crash if frontend does not configure touch_from_button_maps.bunnei2022-12-301-0/+5
|/ /
* | Merge pull request #9504 from liamwhite/pg2bunnei2022-12-2811-181/+322
|\ \ | | | | | | k_page_group: synchronize
| * | k_page_table: remove HACK_OpenPages/ClosePagesLiam2022-12-253-58/+54
| | |
| * | k_page_group: synchronizeLiam2022-12-2511-125/+270
| |/
* / TAS: Increase accuracy of Stick inputsMonsterDruide12022-12-251-0/+7
|/
* Merge pull request #9496 from liamwhite/shm3liamwhite2022-12-253-58/+62
|\ | | | | kernel: workaround static shared memory initialization
| * kernel: workaround static shared memory initializationLiam2022-12-233-58/+62
| |
* | time: add LockFreeAtomicTypeLiam2022-12-223-40/+65
|/
* Merge pull request #9463 from liamwhite/manager-eventsliamwhite2022-12-202-14/+8
|\ | | | | EmuThread: refactor
| * EmuThread: refactorLiam2022-12-172-14/+8
| |
* | kernel: remove TimeManagerLiam2022-12-1911-117/+33
| |
* | kernel: add KHardwareTimerLiam2022-12-186-6/+271
| |
* | service: nfc: Silence ListDevicesgerman772022-12-182-2/+2
| |
* | Merge pull request #9456 from german77/virtual_gamepadbunnei2022-12-182-0/+91
|\ \ | |/ |/| input_common: Add virtual gamepad
| * input_common: Add virtual gamepadgerman772022-12-172-0/+91
| |
* | Merge pull request #9452 from ameerj/hle-read-buffer-resreveliamwhite2022-12-171-8/+6
|\ \ | |/ |/| hle_ipc: Refactor ReadBuffer to set buffer size upon initialization
| * hle_ipc: Refactor ReadBuffer to set buffer size upon initializationameerj2022-12-161-8/+6
| | | | | | | | Initializing the vector size during initialization is more efficient than a later call to resize()
* | Merge pull request #6354 from ogniK5377/device-nameliamwhite2022-12-164-2/+19
|\ \ | | | | | | Set: Allow setting device nickname
| * | Set: Allow setting device nicknameChloe Marcec2022-12-144-2/+19
| | |
* | | Merge pull request #9450 from ameerj/hle-ipc-vector-reserveliamwhite2022-12-161-0/+8
|\ \ \ | | | | | | | | hle_ipc: Reserve vectors before populating
| * | | hle_ipc: Reserve vectors before populatingameerj2022-12-161-0/+8
| | |/ | |/|
* | | kernel: svc: Fix duplicated InfoType enumNarr the Reg2022-12-151-90/+47
| | |
* | | kernel: process: Implement GetFreeThreadCountNarr the Reg2022-12-153-1/+28
|/ / | | | | | | Used by Just Dance® 2023 Edition
* | Merge pull request #7410 from Nefsen402/wayland-fixesliamwhite2022-12-151-0/+6
|\ \ | | | | | | Wayland fixes
| * | gl_device: Use a more robust way to use strict context modeAlexander Orzechowski2022-12-131-0/+6
| |/ | | | | | | | | | | Instead of checking a environment variable which may not actually exist or is just wrong, ask QT if it's running on the wayland platform.
* / Revert "hle: service: audio: Use default service thread."bunnei2022-12-143-12/+18
|/
* Merge pull request #9398 from liamwhite/failbunnei2022-12-124-17/+20
|\ | | | | general: improve handling of system startup failure
| * general: improve handling of system startup failureLiam2022-12-064-17/+20
| |
* | Merge pull request #9415 from liamwhite/dcMai2022-12-111-14/+15
|\ \ | | | | | | memory: correct semantics of data cache management operations
| * | memory: correct semantics of data cache management operationsLiam2022-12-111-14/+15
| | |
* | | memory: remove DEBUG_ASSERT pointer testLiam2022-12-101-2/+0
|/ /
* | Remove the lock entirely as per PR discussionSalvage2022-12-091-3/+0
| | | | | | | | | | | | | | | | Correctly unlock mutex before its destruction As per https://en.cppreference.com/w/cpp/thread/mutex/~mutex destroying a locked mutex is undefined behavior and MSVC++ decides to throw in this case Swap out unique for scoped lock and readd comment
* | Merge pull request #9370 from liamwhite/break-unmappedmerry2022-12-063-6/+44
|\ \ | |/ |/| core: add option to break on unmapped access
| * core: add option to break on unmapped accessLiam2022-12-023-6/+44
| |
* | Merge pull request #9392 from lioncash/reporterliamwhite2022-12-062-25/+26
|\ \ | | | | | | reporter: Eliminate undefined behavior in SaveErrorReport
| * | reporter: Pass by const reference where applicableLioncash2022-12-062-19/+20
| | | | | | | | | | | | Same behavior, but without memory churn.
| * | reporter: Eliminate undefined behavior in SaveErrorReportLioncash2022-12-062-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The optionals are unconditionally dereferenced when setting the custom error text, and in a few cases this function is called using the default value of the optionals. This means we'd be dereferencing uninitialized storage. Since they're used unconditionally, we can use value_or to set a default when storage is uninitialized.
* | | Merge pull request #9390 from lioncash/keyboardliamwhite2022-12-0612-58/+59
|\ \ \ | | | | | | | | applets: Extract callback types into aliases
| * | | applets/controller: Use aliases for callbacksLioncash2022-12-062-3/+5
| | | |
| * | | applets/error: Use aliases for callbacksLioncash2022-12-062-9/+11
| | | |
| * | | applets/mii_edit: Use aliases for callbacksLioncash2022-12-062-3/+5
| | | |
| * | | applets/profile_select: Use aliases for callbacksLioncash2022-12-062-4/+5
| | | | | | | | | | | | | | | | Deduplicates callback definitions and situates it in one place.
| * | | applets/web_browser: Use aliases for callbacksLioncash2022-12-062-18/+17
| | | | | | | | | | | | | | | | Deduplicates a lot of long callback declarations
| * | | applets/software_keyboard: Use aliases for callbacksLioncash2022-12-062-21/+16
| |/ / | | | | | | | | | | | | Deduplicates really long std::function declarations to make the interface nicer to read.
* | | Merge pull request #9389 from lioncash/emumoveliamwhite2022-12-063-14/+13
|\ \ \ | | | | | | | | emulated_console/emulated_controller: std::move ParamPackage instances where applicable
| * | | emulated_controller: Remove unused parameter in GetMappedDevices()Lioncash2022-12-062-3/+2
| | | | | | | | | | | | | | | | | | | | This isn't used, so it can be removed to make the function a little nicer.
| * | | emulated_controller: Use std::move() in GetMappedDevices()Lioncash2022-12-061-6/+6
| | | | | | | | | | | | | | | | Avoids churning allocations in a loop.
| * | | emulated_console: Amend cast in SetTouch()Lioncash2022-12-061-1/+1
| | | | | | | | | | | | | | | | id is an int value, not a u32.
| * | | emulated_console: std::move() ParamPackages and callbacks where applicableLioncash2022-12-061-4/+4
| |/ /
* | | Merge pull request #9386 from lioncash/initliamwhite2022-12-066-27/+25
|\ \ \ | | | | | | | | kernel: Ensure relevant class members are always initialized on construction
| * | | kernel/k_shared_memory: Ensure device_memory is always initializedLioncash2022-12-051-1/+1
| | | |
| * | | kernel/k_memory_block: Ensure members are always initializedLioncash2022-12-052-22/+20
| | | |
| * | | kernel/physical_core: Ensure is_interrupted is always initializedLioncash2022-12-051-1/+1
| | | |
| * | | kernel/thread: Ensure stack_top and argument are always initializedLioncash2022-12-051-2/+2
| | | |
| * | | kernel/kernel: Ensure shutdown threads are always initializedLioncash2022-12-051-1/+1
| | | |
* | | | Merge pull request #9369 from german77/mifareliamwhite2022-12-069-36/+600
|\ \ \ \ | |_|/ / |/| | | service: nfc: Implement mifare service
| * | | service: nfc: Implement mifare serviceNarr the Reg2022-12-029-36/+600
| | |/ | |/|
* | | Merge pull request #6833 from abouvier/unbundleliamwhite2022-12-051-1/+1
|\ \ \ | |_|/ |/| | cmake: prefer system libraries
| * | cmake: prefer system librariesAlexandre Bouvier2022-12-041-1/+1
| | |
* | | Merge pull request #9381 from liamwhite/uninitMai2022-12-041-7/+7
|\ \ \ | | | | | | | | service_thread: fix uninitialized memory usage
| * | | service_thread: fix uninitialized memory usageLiam2022-12-041-7/+7
| | | |
* | | | Merge pull request #9232 from bunnei/audio-default-threadliamwhite2022-12-043-18/+12
|\ \ \ \ | |/ / / |/| | | hle: service: audio: Use default service thread.
| * | | hle: service: audio: Use default service thread.bunnei2022-11-123-18/+12
| | | | | | | | | | | | | | | | - This was arbitrarily added by me, and does not appear to be helpful.
* | | | Merge pull request #9273 from ameerj/per-game-profileliamwhite2022-12-041-2/+1
|\ \ \ \ | |_|/ / |/| | | Configuration: Add per-game input profiles
| * | | Configuration: Add per-game input profilesameerj2022-11-201-2/+1
| | | |
* | | | Merge pull request #9374 from liamwhite/externalsliamwhite2022-12-041-0/+1
|\ \ \ \ | | | | | | | | | | externals: update dynarmic, SDL2
| * | | | externals: update dynarmic, SDL2Liam2022-12-041-0/+1
| | | | |
* | | | | Merge pull request #9344 from liamwhite/nullbunnei2022-12-031-0/+2
|\ \ \ \ \ | |/ / / / |/| | | | video_core: add null backend
| * | | | video_core: add null backendLiam2022-11-291-0/+2
| | | | |
* | | | | Merge pull request #9300 from ameerj/pchliamwhite2022-12-032-0/+16
|\ \ \ \ \ | | | | | | | | | | | | CMake: Use precompiled headers to improve compile times
| * | | | | CMake: Consolidate common PCH headersameerj2022-12-011-6/+3
| | | | | |
| * | | | | CMake: Use precompiled headersameerj2022-11-302-0/+19
| | | | | |
* | | | | | Merge pull request #9289 from liamwhite/fruit-companyliamwhite2022-12-0317-10/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | general: fix compile for Apple Clang
| * | | | | | general: fix compile for Apple ClangLiam2022-11-2317-10/+21
| | | | | | |
* | | | | | | Merge pull request #9303 from liamwhite/new-vulkan-initMatías Locatti2022-12-021-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Vulkan: update initialization
| * | | | | | | Vulkan: update initializationLiam2022-11-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: bylaws <bylaws@users.noreply.github.com>
* | | | | | | | Merge pull request #9348 from Morph1984/when-the-network-is-downliamwhite2022-12-021-7/+34
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | service: nifm: Update stubs for Submit/GetRequestState/GetResult
| * | | | | | | service: nifm: Update stubs for Submit/GetRequestState/GetResultMorph2022-11-291-7/+34
| | | | | | | |
* | | | | | | | Merge pull request #9320 from yuzu-emu/fix-audio-suspendFernando S2022-11-301-6/+5
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | AudioCore: Take suspend lock when stalling the running process.
| * | | | | | | core: Use atomic instead of a lock to protect is_paused.bunnei2022-11-261-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This allows us to call IsPaused() elsewhere if we are holding the suspend lock.
* | | | | | | | Merge pull request #9340 from lioncash/nvdrvliamwhite2022-11-291-26/+18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nvdrv: Simplify builder declarations
| * | | | | | | | nvdrv: Simplify builder declarationsLioncash2022-11-281-26/+18
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can just use auto here. If one of these ever happens to not be derived from nvdevice, then this will cause a compilation error. We can also move the devices into the collection to get rid of an unnecessary atomic reference count increment and decrement.
* | | | | | | | Merge pull request #9346 from lioncash/vtableliamwhite2022-11-291-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | producer_listener: Add virtual destructor to IProducerListener
| * | | | | | | | producer_listener: Add virtual destructor to IProducerListenerLioncash2022-11-291-0/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several member variables are shared_ptr's to this base class. Even though producer listeners are still unimplemented, this ensures we always have consistent deletion behavior once this ends up being used polymorphically.
* | | | | | | | Merge pull request #9345 from lioncash/fenceliamwhite2022-11-296-16/+15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | consumer_base: Pass std::shared_ptr by const reference
| * | | | | | | | buffer_item_consumer: Pass fence by const-ref in ReleaseBuffer()Lioncash2022-11-293-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This isn't directly modified. Also allows rvalues to be used with it.
| * | | | | | | | buffer_queue_consumer: std::move std::shared_ptr in Connect()Lioncash2022-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids an unnecessary reference count increment and decrement
| * | | | | | | | consumer_base: Pass shared_ptr by const referenceLioncash2022-11-292-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids churning atomic reference count increments and decrements.
| * | | | | | | | consumer_base: Remove redundant virtualLioncash2022-11-291-5/+5
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | override already serves this purpose
* | | | | | | | Merge pull request #9343 from lioncash/boundsliamwhite2022-11-292-17/+31
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | syncpoint_manager: Reduce redundant bounds checks
| * | | | | | | syncpoint_manager: Mark IsSyncpointAllocated() as constLioncash2022-11-282-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't modify class state at all.
| * | | | | | | syncpoint_manager: Reduce number of bounds checksLioncash2022-11-281-14/+28
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | The only time we need to check bounds is on the first access.
* | | | | | | core/hid/emulated_controller: Use ranges version of transformLioncash2022-11-281-19/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes the transform calls much nicer to read.
* | | | | | | common/input: Add helpers functions for creating input and output devicesLioncash2022-11-283-19/+19
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Avoids the redundancy of needing to explictly specify the common namespace and the type.
* | | | | | yuzu-cmd: Fix input callback crash on closegerman772022-11-271-0/+1
| | | | | |
* | | | | | crypto: use user-provided keys whenever possibleValeri2022-11-271-4/+4
|/ / / / / | | | | | | | | | | Solves an issue where autogenerated title keys would take precedence over those provided by user.
* | | | | service: Make use of buffer element count helpersLioncash2022-11-2312-47/+41
| | | | |
* | | | | hle_ipc: Add helper functions for getting number of buffer elementsLioncash2022-11-231-0/+12
| | | | |
* | | | | hle_ipc: Mark relevant member functions as [[nodiscard]]Lioncash2022-11-231-25/+25
|/ / / / | | | | | | | | | | | | | | | | Will allow the compiler to complain about cases where ignoring the return value would be a bug.
* | | | Merge pull request #9299 from lioncash/castliamwhite2022-11-222-15/+18
|\ \ \ \ | | | | | | | | | | k_handle_table: Remove cast to void* in GetObjectForIpc
| * | | | k_handle_table: Remove cast to void* in GetObjectForIpcLioncash2022-11-222-15/+18
| |/ / / | | | | | | | | | | | | | | | | | | | | This was used to get around the KProcess class being incomplete. We can just move this to the cpp file and eliminate the cast entirely, letting the compiler do its work.
* | | | Merge pull request #9219 from german77/nfc_implbunnei2022-11-2212-84/+723
|\ \ \ \ | |/ / / |/| | | service: nfc: Implement NFC IUser service
| * | | Merge branch 'master' into nfc_implNarr the Reg2022-11-2039-146/+1010
| |\ \ \
| * | | | service: nfc: Implement nfc userNarr the Reg2022-11-1912-84/+723
| | | | |
* | | | | dmnt:cht: fix copy-paste errorLiam2022-11-201-1/+1
| |/ / / |/| | |
* | | | Merge pull request #9238 from german77/cabinet_appletbunnei2022-11-2011-15/+419
|\ \ \ \ | | | | | | | | | | service: am: Implement cabinet applet
| * | | | general: Address review commentsgerman772022-11-145-18/+22
| | | | |
| * | | | service: am: Fix cabinet applet resultgerman772022-11-132-10/+22
| | | | |
| * | | | service: am: Implement cabinet applet backendgerman772022-11-138-7/+360
| | | | |
| * | | | service: nfc: fix tagprotocol and implement GetApplicationAreaIdgerman772022-11-134-8/+43
| |/ / /
* | | | Merge pull request #9254 from FernandoS27/auto-cpu-fixbunnei2022-11-191-1/+0
|\ \ \ \ | | | | | | | | | | Dynarmic: Remove inaccurate NaN from Auto CPU settings.
| * | | | Dynarmic: Remove inaccurate NaN from Auto CPU settings.Fernando Sahmkow2022-11-171-1/+0
| | |/ / | |/| |
* | | | Merge pull request #9191 from german77/touching_soulsliamwhite2022-11-195-35/+113
|\ \ \ \ | | | | | | | | | | core: hid: Implement true multitouch support
| * | | | service: hid: Only overclock npad controllersgerman772022-11-192-6/+30
| | | | |
| * | | | core: hid: Implement true multitouch supportNarr the Reg2022-11-193-29/+83
| | |/ / | |/| |
* | | | Merge pull request #9234 from liamwhite/data-cash-moneybunnei2022-11-184-8/+125
|\ \ \ \ | | | | | | | | | | kernel: implement data cache management operations
| * | | | kernel: implement FlushProcessDataCacheLiam2022-11-124-8/+125
| | |_|/ | |/| |
* | | | Merge pull request #9244 from liamwhite/lost-wakeupbunnei2022-11-184-12/+16
|\ \ \ \ | | | | | | | | | | nvnflinger: fix lost wakeup
| * | | | nvnflinger: fix lost wakeupLiam2022-11-154-12/+16
| | | | |
* | | | | Merge pull request #9229 from Docteh/achy_breaky_heartMorph2022-11-189-6/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add break for default cases
| * | | | Add break for default casesKyle Kienapfel2022-11-149-6/+14
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge pull request #9243 from german77/resultbunnei2022-11-151-1/+75
|\ \ \ \ | |_|/ / |/| | | core: Update result module
| * | | core: Update result moduleNarr the Reg2022-11-151-1/+75
| | |/ | |/|
* | | Merge pull request #9225 from liamwhite/debugger-instanceliamwhite2022-11-134-68/+248
|\ \ \ | |/ / |/| | Debugger improvements
| * | gdbstub: add ams monitor commandsLiam2022-11-113-0/+155
| | |
| * | debugger: allow more than one connection attempt per sessionLiam2022-11-101-68/+93
| | |
* | | Merge pull request #9224 from liamwhite/services-arent-processesbunnei2022-11-122-29/+13
|\ \ \ | |_|/ |/| | service_thread: remove explicit KProcess
| * | service_thread: remove explicit KProcessLiam2022-11-102-29/+13
| |/
* | Merge pull request #9198 from liamwhite/arm64bunnei2022-11-115-18/+31
|\ \ | |/ |/| Initial ARM64 support
| * Initial ARM64 supportLiam2022-11-095-18/+31
| |
* | kernel/svc_types: refreshLiam2022-11-1019-137/+563
| |
* | Merge pull request #9182 from liamwhite/services-are-processesbunnei2022-11-105-25/+56
|\ \ | |/ |/| kernel: assign KProcess to service threads
| * service_thread: register service threads to the logical owner processLiam2022-11-045-20/+39
| |
| * kernel: avoid racy behavior in global suspensionLiam2022-11-041-5/+17
| |
* | Merge pull request #9215 from liamwhite/swordfightFernando S2022-11-092-3/+9
|\ \ | | | | | | Ensure correctness of atomic store ordering
| * | Ensure correctness of atomic store orderingLiam2022-11-092-3/+9
| | |
* | | service_thread: fix deletionLiam2022-11-074-39/+33
|/ /
* | Merge pull request #9173 from bunnei/kern-update-15liamwhite2022-11-0538-737/+2786
|\ \ | | | | | | Kernel: Various updates for FW 15.0.x
| * | core: hle: kernel: Address review comments.Liam2022-11-052-2/+2
| | |
| * | core: hle: kernel: k_page_table: Remove unnecessary casts.bunnei2022-11-041-17/+8
| | |
| * | core: hle: kernel: k_page_table: Manually open/close pages for IPC methods.bunnei2022-11-041-0/+18
| | |
| * | core: hle: kernel: k_page_table: Implement IPC memory methods.bunnei2022-11-043-3/+910
| | |
| * | core: hle: kernel: k_memory_manager: Refresh.bunnei2022-11-044-369/+460
| | |
| * | core: hle: kernel: Integrate system KSystemResource.bunnei2022-11-047-69/+209
| | |
| * | core: hle: kernel: k_dynamic_page_manager: Refresh.bunnei2022-11-041-17/+50
| | |
| * | core: hle: kernel: Add KSystemResource.bunnei2022-11-045-1/+173
| | |
| * | core: hle: kernel: k_handle_table: Refresh.bunnei2022-11-042-54/+87
| | |
| * | core: hle: kernel: k_memory_layout: Refresh.bunnei2022-11-043-12/+23
| | |
| * | core: hle: kernel: k_memory_region_type: Refresh.bunnei2022-11-041-49/+74
| | |
| * | core: hle: kernel: slab_helpers: Add KAutoObjectWithSlabHeap.bunnei2022-11-041-0/+78
| | |
| * | core: hle: kernel: k_dynamic_resource_manager: Add KBlockInfoManager, KBlockInfoSlabHeap.bunnei2022-11-041-0/+3
| | |
| * | core: hle: kernel: k_page_bitmap: Refresh.bunnei2022-11-041-88/+155
| | |
| * | core: hle: kernel: k_memory_block: Refresh.bunnei2022-11-042-48/+66
| | |
| * | core: hle: kernel: k_page_heap: Refresh.bunnei2022-11-042-17/+108
| | |
| * | core: hle: kernel: k_page_group: Add KPageBufferSlabHeap.bunnei2022-11-041-0/+86
| | |
| * | core: hle: kernel: k_system_control: Add SecureAppletMemorySize.bunnei2022-11-041-0/+4
| | |
| * | core: hle: kernel: k_page_buffer: Add KPageBufferSlabHeap.bunnei2022-11-041-3/+11
| | |
| * | core: hle: kernel: Add KPageTableManager.bunnei2022-11-042-0/+56
| | |
| * | core: hle: kernel: Add KPageTableSlabHeap.bunnei2022-11-042-0/+94
| | |
| * | core: hle: kernel: Add KEventInfo.bunnei2022-11-044-1/+102
| | |
| * | core: hle: kernel: Add KDebug.bunnei2022-11-042-0/+21
| | |
| * | core: hle: result: Fix code for compilers.bunnei2022-11-041-6/+7
| | |
* | | network: add missing header for SO_* on Unix after f80c7c4cd5c0Jan Beich2022-11-041-0/+4
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/core/internal_network/socket_proxy.cpp: In member function 'virtual Network::Errno Network::ProxySocket::Initialize(Network::Domain, Network::Type, Network::Protocol)': src/core/internal_network/socket_proxy.cpp:51:20: error: 'SO_TYPE' was not declared in this scope 51 | SetSockOpt(fd, SO_TYPE, type); | ^~~~~~~ src/core/internal_network/socket_proxy.cpp: In member function 'virtual Network::Errno Network::ProxySocket::SetLinger(bool, u32)': src/core/internal_network/socket_proxy.cpp:253:27: error: 'SO_LINGER' was not declared in this scope 253 | return SetSockOpt(fd, SO_LINGER, values); | ^~~~~~~~~ src/core/internal_network/socket_proxy.cpp: In member function 'virtual Network::Errno Network::ProxySocket::SetReuseAddr(bool)': src/core/internal_network/socket_proxy.cpp:257:32: error: 'SO_REUSEADDR' was not declared in this scope 257 | return SetSockOpt<u32>(fd, SO_REUSEADDR, enable ? 1 : 0); | ^~~~~~~~~~~~ src/core/internal_network/socket_proxy.cpp: In member function 'virtual Network::Errno Network::ProxySocket::SetBroadcast(bool)': src/core/internal_network/socket_proxy.cpp:262:32: error: 'SO_BROADCAST' was not declared in this scope 262 | return SetSockOpt<u32>(fd, SO_BROADCAST, enable ? 1 : 0); | ^~~~~~~~~~~~ src/core/internal_network/socket_proxy.cpp: In member function 'virtual Network::Errno Network::ProxySocket::SetSndBuf(u32)': src/core/internal_network/socket_proxy.cpp:266:27: error: 'SO_SNDBUF' was not declared in this scope 266 | return SetSockOpt(fd, SO_SNDBUF, value); | ^~~~~~~~~ src/core/internal_network/socket_proxy.cpp: In member function 'virtual Network::Errno Network::ProxySocket::SetRcvBuf(u32)': src/core/internal_network/socket_proxy.cpp:274:27: error: 'SO_RCVBUF' was not declared in this scope 274 | return SetSockOpt(fd, SO_RCVBUF, value); | ^~~~~~~~~ src/core/internal_network/socket_proxy.cpp: In member function 'virtual Network::Errno Network::ProxySocket::SetSndTimeo(u32)': src/core/internal_network/socket_proxy.cpp:279:27: error: 'SO_SNDTIMEO' was not declared in this scope 279 | return SetSockOpt(fd, SO_SNDTIMEO, static_cast<int>(value)); | ^~~~~~~~~~~ src/core/internal_network/socket_proxy.cpp: In member function 'virtual Network::Errno Network::ProxySocket::SetRcvTimeo(u32)': src/core/internal_network/socket_proxy.cpp:284:27: error: 'SO_RCVTIMEO' was not declared in this scope 284 | return SetSockOpt(fd, SO_RCVTIMEO, static_cast<int>(value)); | ^~~~~~~~~~~
* | Merge pull request #9135 from liamwhite/service-thread-eventbunnei2022-11-0422-335/+438
|\ \ | |/ |/| kernel: invert session request handling flow
| * sm:: avoid excessive port recreationLiam2022-10-313-18/+24
| |
| * kernel: fix single core for service threadsLiam2022-10-311-1/+2
| |
| * kernel: fix port trackingLiam2022-10-315-49/+4
| |
| * k_server_session: add SendReplyHLELiam2022-10-313-5/+6
| |
| * service_thread: convert to map for session managementLiam2022-10-311-23/+21
| |
| * kernel: invert session request handling flowLiam2022-10-3122-279/+421
| |
* | core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.bunnei2022-11-035-23/+42
|/ | | | | | - These APIs are used to capture the opened users and allow that state to be persisted across processes. - They are not intended to just return the system opened users, that is what ListOpenUsers is for. - Fixes the launch hang with Bayonetta 3.
* kernel: more complete fix for KPort reference countingLiam2022-10-312-13/+27
|
* k_thread: fix single coreLiam2022-10-301-2/+4
|
* kernel: reinitialize after dram layout changeLiam2022-10-301-1/+8
|
* Merge pull request #9149 from german77/volumbunnei2022-10-302-1/+13
|\ | | | | service: am: Stub SetRecordVolumeMuted
| * service: am: Stub SetRecordVolumeMutedgerman772022-10-302-1/+13
| | | | | | | | Used by bayonetta 3
* | k_server_session: fix crashesLiam2022-10-302-2/+1
| |
* | Merge pull request #9137 from liamwhite/hbmenubunnei2022-10-308-10/+45
|\ \ | |/ |/| Improved support for nx-hbmenu
| * nvnflinger: release queued handles immediately on disconnectionLiam2022-10-274-6/+17
| |
| * vi: implement CloseDisplayLiam2022-10-274-4/+28
| |
* | Merge pull request #9138 from liamwhite/hbl-stacktraceliamwhite2022-10-282-2/+2
|\ \ | | | | | | arm_interface: curb infinite recursion in stacktrace generation
| * | arm_interface: curb infinite recursion in stacktrace generationLiam2022-10-272-2/+2
| |/
* | Merge pull request #9115 from vonchenplus/game_name_by_languagebunnei2022-10-272-12/+37
|\ \ | | | | | | file_sys: Priority display of game titles in the current language
| * | file_sys: Priority display of game titles in the current languageFengChen2022-10-242-12/+37
| | |
* | | Merge pull request #9134 from lioncash/initliamwhite2022-10-272-2/+2
|\ \ \ | |_|/ |/| | audio_in/out_system: Pass Initialize members by value where applicable
| * | audio_in/out_system: Pass Initialize members by value where applicableLioncash2022-10-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | applet_resource_user_id isn't actually modified and is just assigned to a member variable, so this doesn't need to be a mutable reference. Similarly, the device name itself isn't modified and is only moved. We pass by value here, since we can still perform the move, but eliminate a sneaky set of calls that can unintentionally destroy the original string. Given how nested the calls are, it's good to get rid of this potential vector for a use-after-move bug.
* | | Merge pull request #9125 from liamwhite/dummy-schedulerbunnei2022-10-265-26/+76
|\ \ \ | |/ / |/| | kernel: refactor dummy thread wakeups
| * | kernel: refactor dummy thread wakeupsLiam2022-10-255-26/+76
| |/
* | concepts: Use the std::contiguous_iterator conceptMorph2022-10-261-1/+1
| | | | | | | | | | | | This also covers std::span, which does not have a const iterator. Also renames IsSTLContainer to IsContiguousContainer to explicitly convey its semantics.
* | Merge pull request #9113 from german77/peer_pressureliamwhite2022-10-258-12/+26
|\ \ | | | | | | service: nfp: Allow amiibos without keys
| * | core: hid: Add handheld to nfc devicesgerman772022-10-221-0/+1
| | |
| * | service: nfp: Allow amiibos without keysNarr the Reg2022-10-223-1/+18
| | |
| * | service: nfp: remove unnecessary includeNarr the Reg2022-10-225-11/+7
| | |
* | | Merge pull request #9107 from german77/gidoly_rulesliamwhite2022-10-253-43/+11
|\ \ \ | | | | | | | | input_common: cache vibration tests
| * | | input_common: cache vibration testsgerman772022-10-213-43/+11
| |/ /
* | | Merge pull request #9119 from liamwhite/shutdown-barrierliamwhite2022-10-256-7/+26
|\ \ \ | | | | | | | | core: barrier service thread shutdown
| * | | core: barrier service thread shutdownLiam2022-10-236-7/+26
| | |/ | |/|
* | | Merge pull request #9122 from liamwhite/burnt-chickenFernando S2022-10-242-4/+4
|\ \ \ | | | | | | | | nvdrv: fix container destruction order
| * | | nvdrv: fix container destruction orderLiam2022-10-242-4/+4
| |/ /
* | | general: Resolve -Wunused-lambda-capture and C5233Morph2022-10-222-23/+18
| | |
* | | ipc_helpers: Ignore GCC compiler warnings only on GCCMorph2022-10-221-2/+2
| | | | | | | | | | | | Clang and ICC for whatever reason also defines __GNUC__. Exclude them from this check.
* | | general: Enforce C4800 everywhere except in video_coreMorph2022-10-226-25/+26
| | |
* | | CMakeLists: Remove all redundant warningsMorph2022-10-221-6/+1
|/ / | | | | | | These are already explicitly or implicitly set in src/CMakeLists.txt
* | Merge pull request #9106 from lioncash/copy-errliamwhite2022-10-211-2/+3
|\ \ | | | | | | hid/npad: Fix copy size in GetSupportedNpadIdTypes
| * | hid/npad: Fix copy size in GetSupportedNpadIdTypesLioncash2022-10-211-2/+3
| |/ | | | | | | | | | | | | | | Previously this was passing the size of the vector into memcpy rather than the size in bytes to copy, which would result in a partial read. Thankfully, this function isn't used yet, so this gets rid of a bug before it's able to do anything.
* | k_session_request: Add missing override specifierLioncash2022-10-211-1/+1
| |
* | k_session_request: Turn C-style array into std::arrayLioncash2022-10-211-1/+3
| | | | | | | | | | Makes for stronger typing and allows tooling bounds checks provided by the standard library for debugging purposes.
* | k_session_request: Simplify constructor initializationLioncash2022-10-211-14/+11
|/
* Merge pull request #9078 from liamwhite/session-requestliamwhite2022-10-2117-200/+608
|\ | | | | kernel: Session request cleanup
| * kernel: remove most SessionRequestManager handling from KServerSessionLiam2022-10-196-138/+119
| |
| * kernel: add KSessionRequestLiam2022-10-1913-62/+489
| |
* | Merge pull request #9096 from Kelebek1/audio_15bunnei2022-10-202-0/+42
|\ \ | |/ |/| [audio_core] Update for firmware 15.0.0
| * Update audio_core for firmware 15.0.0Kelebek12022-10-192-0/+42
| |
* | Merge pull request #9082 from Morph1984/futureliamwhite2022-10-192-9/+53
|\ \ | | | | | | savedata_factory: Detect future save data paths
| * | savedata_factory: Detect future save data pathsMorph2022-10-172-9/+53
| | | | | | | | | | | | Enable compatibility for new account/device save paths planned on a future implementation.
* | | Merge pull request #9083 from liamwhite/take-a-chance-on-meliamwhite2022-10-191-10/+17
|\ \ \ | | | | | | | | kernel: fix slab heap ABA
| * | | kernel: fix slab heap ABALiam2022-10-171-10/+17
| |/ /
* | | Merge pull request #9071 from bunnei/mp-mmliamwhite2022-10-1936-1230/+2431
|\ \ \ | | | | | | | | Kernel Multiprocess (Part 1) - Persist memory & core timing
| * | | core: hle: kernel: Migrate ProcessState to enum class.bunnei2022-10-192-17/+17
| | | |
| * | | core: Initialize: Add missing braces.bunnei2022-10-191-2/+4
| | | |
| * | | core: core_timing: Re-initialize if single/multicore state changes.bunnei2022-10-193-14/+36
| | | |
| * | | core: core_timing: Remove unused IsHostTiming.bunnei2022-10-191-5/+0
| | | |
| * | | core: hle: kernel: Use result macros for new/changed code.bunnei2022-10-199-128/+110
| | | |
| * | | core: Partially persist emulation state across game boots.bunnei2022-10-194-52/+59
| | | |
| * | | core: hle: kernel: Fix InitializePreemption order.bunnei2022-10-191-1/+1
| | | |
| * | | core: hle: kernel: k_process: Improve management of page table & cleanup.bunnei2022-10-197-60/+92
| | | |
| * | | core: hle: kernel: k_interrupt_manager: HandleInterrupt should not depend on current process.bunnei2022-10-191-12/+9
| | | |
| * | | core: hle: kernel: Remove junk.bunnei2022-10-191-9/+0
| | | |
| * | | core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup.bunnei2022-10-193-545/+624
| | | |
| * | | core: hle: kernel: Integration application memory block slab manager.bunnei2022-10-193-3/+44
| | | |
| * | | core: hle: kernel: k_page_table: Update, and integrate with new KMemoryBlockManager/SlabManager.bunnei2022-10-192-251/+393
| | | |
| * | | core: hle: kernel: k_memory_block: Update.bunnei2022-10-192-119/+391
| | | |
| * | | core: hle: kernel: k_memory_block_manager: Update.bunnei2022-10-192-174/+380
| | | |
| * | | core: hle: kernel: k_thread: Implement thread termination DPC.bunnei2022-10-195-1/+99
| | | |
| * | | core: hle: kernel: Add KDynamicResourceManager.bunnei2022-10-192-0/+59
| | | |
| * | | core: hle: kernel: Add KDynamicSlabHeap.bunnei2022-10-192-0/+123
| | | |
| * | | core: hle: kernel: Add KDynamicPageManager.bunnei2022-10-192-0/+137
| | | |
| * | | core: hle: kernel: k_process: Change Status -> State.bunnei2022-10-193-37/+27
| | | |
| * | | core: hle: kernel: svc_types: Add SystemThreadPriorityHighest and ProcessState.bunnei2022-10-191-0/+13
| | | |
| * | | core: device_memory: Templatize GetPointer(..).bunnei2022-10-199-19/+21
| | | |
| * | | core: hle: result: Add GetInnerValue and Includes methods.bunnei2022-10-191-0/+8
| | | |
| * | | core: hle: kernel: svc_common: Add WaitInfinite & cleanup.bunnei2022-10-191-2/+5
| | |/ | |/|
* | | Merge pull request #9084 from vonchenplus/dma_copyFernando S2022-10-191-4/+8
|\ \ \ | |/ / |/| | video_core: implement 1D copies based on VMM 'kind'
| * | video_core: Implement memory manager page kindFengChen2022-10-171-4/+8
| | |
* | | Merge pull request #9087 from Morph1984/oncebunnei2022-10-181-0/+2
|\ \ \ | | | | | | | | general: Add missing pragma once
| * | | general: Add missing pragma onceMorph2022-10-171-0/+2
| | |/ | |/|
* / | general: Fix spelling of "unknown"Morph2022-10-163-13/+13
|/ /
* | Merge pull request #9061 from liamwhite/writable-eventliamwhite2022-10-1434-224/+143
|\ \ | | | | | | kernel: remove KWritableEvent
| * | kernel: remove KWritableEventLiam2022-10-1334-224/+143
| | |
* | | Merge pull request #9055 from liamwhite/hblliamwhite2022-10-1415-55/+572
|\ \ \ | |_|/ |/| | Preliminary support for nx-hbloader
| * | k_server_session: preliminary support for userspace server sessionsLiam2022-10-129-49/+346
| | |
| * | Add implementation of svcCreateSessionLiam2022-10-122-1/+103
| | |
| * | general: preliminary support for hblLiam2022-10-126-6/+124
| | |
* | | Merge pull request #9032 from liamwhite/stub-friendsliamwhite2022-10-141-1/+12
|\ \ \ | | | | | | | | IFriendService: stub CheckFriendListAvailability
| * | | IFriendService: stub CheckFriendListAvailabilityLiam2022-10-081-1/+12
| | | |
* | | | result: enforce reference check specializationLiam2022-10-131-4/+3
| | | |
* | | | Merge pull request #9034 from liamwhite/result-macrosbunnei2022-10-131-6/+114
|\ \ \ \ | |_|_|/ |/| | | kernel: add expanded result macros
| * | | kernel: add expanded result macrosLiam2022-10-081-6/+114
| |/ /
* | | Merge pull request #9040 from liamwhite/woe-thirty-twobunnei2022-10-131-0/+4
|\ \ \ | | | | | | | | core_timing: use high-precision sleeps on non-Windows targets
| * | | core_timing: use high-precision sleeps on non-Windows targetsLiam2022-10-091-0/+4
| |/ /
* | | Merge pull request #9047 from german77/steam-aspectbunnei2022-10-122-0/+3
|\ \ \ | |_|/ |/| | yuzu: Add 16:10 aspect ratio
| * | yuzu: Add 16:10 aspect ratioNarr the Reg2022-10-102-0/+3
| | |
* | | Merge pull request #9043 from german77/vector_dataliamwhite2022-10-091-2/+8
|\ \ \ | | | | | | | | input_common: have an unique vector in callback status
| * | | input_common: have an unique vector in callback statusgerman772022-10-091-2/+8
| | |/ | |/|
* / | fsp_srv: stub GetCacheStorageSizeLiam2022-10-082-1/+14
|/ /
* | nfp_types: silence -Wtype-limitsLiam2022-10-071-1/+1
| |
* | Merge pull request #6142 from lat9nq/prog_meta_ref_bind_addressbunnei2022-10-072-15/+51
|\ \ | | | | | | program_metadata: Avoid reference binding to misaligned address
| * | program_metadata: Unpack FileAccessHeader and FileAccessControllat9nq2022-02-132-15/+51
| | | | | | | | | | | | | | | | | | Avoids a reference binding to a misaligned addresses. Unpacking one requires unpacking the other, otherwise there'll be a misaligned address on the leftover one.
* | | General: address feedbackFernando Sahmkow2022-10-0618-128/+131
| | |
* | | general: rework usages of UNREACHABLE macroLiam2022-10-062-12/+12
| | |
* | | nvdisp: End system frame after requesting to swap buffersMorph2022-10-061-1/+1
| | | | | | | | | | | | Fixes frametime reporting
* | | address_space: Address feedbackMorph2022-10-061-4/+4
| | |
* | | general: Format licenses as per SPDX guidelinesMorph2022-10-0614-56/+42
| | |
* | | NvHostChannels: improve hack for supporting multiple channels.Fernando Sahmkow2022-10-062-2/+11
| | |
* | | Address Feedback from bylaws.Fernando Sahmkow2022-10-062-6/+2
| | |
* | | Nvflinger: correct duplication.Fernando Sahmkow2022-10-064-5/+5
| | |
* | | Core: Fix get nvmap object random crashVonChenPlus2022-10-0612-35/+66
| | |
* | | NvDec: Fix regressions.Fernando Sahmkow2022-10-066-5/+31
| | |
* | | General: Fix compilation for GCCLiam White2022-10-069-23/+39
| | |
* | | NVDRV: Further improvements.Fernando Sahmkow2022-10-0613-127/+256
| | |
* | | MemoryManager: Fix errors popping out.Fernando Sahmkow2022-10-062-0/+10
| | |
* | | VideoCore: Refactor fencing system.Fernando Sahmkow2022-10-063-15/+8
| | |
* | | MemoryManager: initial multi paging system implementation.Fernando Sahmkow2022-10-063-20/+36
| | |
* | | NVDRV: Further refactors and eliminate old code.Fernando Sahmkow2022-10-0612-148/+8
| | |
* | | NVDRV: Refactor Host1xFernando Sahmkow2022-10-069-65/+63
| | |
* | | VideoCore: Refactor syncing.Fernando Sahmkow2022-10-067-12/+53
| | |
* | | Texture cache: Fix the remaining issues with memory mnagement and unmapping.Fernando Sahmkow2022-10-061-0/+3
| | |
* | | VideoCore: Extra Fixes.Fernando Sahmkow2022-10-061-1/+3
| | |
* | | NVDRV: Remake ASGPUFernando Sahmkow2022-10-062-235/+388
| | |
* | | NVDRV: Update copyright notices.Fernando Sahmkow2022-10-064-7/+13
| | |
* | | NvHostCtrl: Fix merge of nvflinger.Fernando Sahmkow2022-10-061-1/+2
| | |
* | | NVHOST_CTRl: Implement missing method and fix some stuffs.Fernando Sahmkow2022-10-062-6/+29
| | |
* | | VideoCore: implement channels on gpu caches.Fernando Sahmkow2022-10-066-30/+65
| | |
* | | NVASGPU: Fix Remap.Fernando Sahmkow2022-10-061-0/+8
| | |
* | | NVDRV: Fix clearing when destroying.Fernando Sahmkow2022-10-063-14/+9
| | |
* | | NVMAP: Fix the Free return parameters.Fernando Sahmkow2022-10-063-15/+18
| | |
* | | NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow2022-10-0614-199/+291
| | |
* | | NVDRV: Implement new NvMapFernando Sahmkow2022-10-0618-277/+307
| | |
* | | NVDRV: Refactor and add new NvMap.Fernando Sahmkow2022-10-0619-40/+550
| | |
* | | NVDRV: Cleanup.Fernando Sahmkow2022-10-064-32/+40
| | |
* | | NVDRV: Implement QueryEvent.Fernando Sahmkow2022-10-0610-40/+133
| | |
* | | NvHost: Remake Ctrl Implementation.Fernando Sahmkow2022-10-066-169/+311
| | |
* | | NvHost: Try a different approach to blocking.Fernando Sahmkow2022-10-062-10/+7
| | |
* | | NvHost: Fix some regressions and correct signaling on timeout.Fernando Sahmkow2022-10-061-25/+19
| | |
* | | Merge pull request #9013 from liamwhite/spinning-a-yarnbunnei2022-10-067-8/+8
|\ \ \ | | | | | | | | common: remove "yuzu:" prefix from thread names
| * | | common: remove "yuzu:" prefix from thread namesLiam2022-10-047-8/+8
| | | |
* | | | service: nfp: Fix errors to pass unit testingNarr the Reg2022-10-046-42/+112
|/ / /
* | | Merge pull request #8955 from german77/amiibo-rewritebunnei2022-10-0218-1308/+1930
|\ \ \ | | | | | | | | core: nfp: Rewrite implementation to remove direct access from the frontend
| * | | service: mii: Copy only valid name bytesgerman772022-10-021-3/+18
| | | |
| * | | service: nfp: Implement mount target and open application area errors, minor fixesNarr the Reg2022-10-025-19/+124
| | | |
| * | | nfp: Multiple fixes against HWgerman772022-10-029-62/+163
| | | |
| * | | service: nfp: address commentsgerman772022-10-024-20/+22
| | | |
| * | | service: nfp: Rewrite and implement applet callsgerman772022-10-0213-1263/+1542
| | | |
| * | | core: hid: Add nfc support to emulated controllergerman772022-10-024-3/+123
| | | |
* | | | Merge pull request #8992 from Morph1984/vi-vsync-eventbunnei2022-10-026-29/+66
|\ \ \ \ | | | | | | | | | | service: vi: Retrieve vsync event once per display
| * | | | service: vi: Retrieve vsync event once per displayMorph2022-09-265-14/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The display vsync event can only be retrieved once per display. Returns VI::ResultPermissionDenied if we attempt to retrieve the vsync event for the same display. Prevents games such as .hack//G.U. Last Recode from consuming all the handles in the handle table by spamming vsync event retrievals and allows it to go in game.
| * | | | service: vi: Move VI results into its own fileMorph2022-09-262-16/+25
| | |_|/ | |/| |
* | | | Merge pull request #8876 from FearlessTobi/multiplayer-part3bunnei2022-10-019-119/+949
|\ \ \ \ | | | | | | | | | | ldn: Implement "local wireless" networked multiplayer
| * | | | Address some review commentsFearlessTobi2022-09-205-50/+36
| | | | |
| * | | | yuzu: Multiple room UI improvementsgerman772022-09-103-1/+13
| | | | |
| * | | | ldn: Initial implementationFearlessTobi2022-09-096-117/+949
| | | | |
* | | | | Fix "controller.colors_state.right" being "left"Zwip-Zwap Zapony2022-10-011-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #8934 from german77/palma_releasebunnei2022-09-297-33/+842
|\ \ \ \ | | | | | | | | | | service: hid: Partially implement palma controller
| * | | | service: hid: Partially implement palma controllerNarr the Reg2022-09-257-33/+842
| | |/ / | |/| |
* | | | Merge pull request #8940 from german77/silencebunnei2022-09-281-1/+2
|\ \ \ \ | | | | | | | | | | yuzu: Silence some clang warnings
| * | | | yuzu: Silence some clang warningsNarr the Reg2022-09-211-1/+2
| |/ / /
* | | | core/loader: Return nullptr if file is nullptrMerry2022-09-251-0/+4
| | | |
* | | | Merge pull request #8945 from Tachi107/typosMorph2022-09-242-3/+3
|\ \ \ \ | | | | | | | | | | chore: fix some typos
| * | | | chore: fix some typosAndrea Pappacoda2022-09-232-3/+3
| |/ / / | | | | | | | | | | | | Fix some typos reported by Lintian
* / / / sockets: Make fd member variable protectedLioncash2022-09-222-6/+17
|/ / / | | | | | | | | | | | | Other things shouldn't be able to directly mess around with the descriptor
* | | Merge pull request #8915 from vonchenplus/opus_multi_streambunnei2022-09-182-1/+38
|\ \ \ | | | | | | | | core: implement HwOpus GetWorkBufferSizeForMultiStreamEx
| * | | core: implement HwOpus GetWorkBufferSizeForMultiStreamExFengChen2022-09-162-1/+38
| | | |
* | | | Merge pull request #8827 from german77/amiibo_releasebunnei2022-09-1711-282/+1369
|\ \ \ \ | | | | | | | | | | core: nfp: Implement amiibo encryption
| * | | | core: nfp: Remove magic numbersgerman772022-09-073-105/+103
| | | | |
| * | | | core: nfp: Workaround for lack of multiple nfp interfacesgerman772022-09-071-1/+3
| | | | |
| * | | | core: nfp: Correct date and amiibo nameNarr the Reg2022-09-074-18/+36
| | | | |
| * | | | core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg2022-09-0710-257/+356
| | | | |
| * | | | core: nfp: Implement amiibo encryptiongerman772022-09-076-256/+1226
| | |/ / | |/| |
* | | | Merge pull request #8650 from Kelebek1/vsyncbunnei2022-09-173-33/+67
|\ \ \ \ | | | | | | | | | | [Coretiming/NVNFlinger] Improve multi-core vsync timing, and core timing accuracy
| * | | | core_timing: Sleep in discrete intervals, yield during spinMorph2022-08-021-12/+13
| | | | |
| * | | | Add missing looping event schedule signalKelebek12022-08-021-5/+9
| | | | |
| * | | | Make coretiming waiting more accurateKelebek12022-08-021-11/+27
| | | | |
| * | | | Rework multi-core vsyncKelebek12022-08-022-17/+30
| | | | |
* | | | | Merge pull request #8869 from SachinVin/cmakeMorph2022-09-161-6/+0
|\ \ \ \ \ | | | | | | | | | | | | core/CMakeLists.txt: Remove duplicate files.
| * | | | | core/CMakeLists.txt: Remove duplicate files.SachinVin2022-09-081-6/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #8911 from lioncash/cexpr-stringMorph2022-09-162-4/+3
|\ \ \ \ \ | | | | | | | | | | | | audio_device: Make AudioDeviceName constructor constexpr
| * | | | | audio_device: Mark member functions as const where applicableLioncash2022-09-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | These member functions don't modify any internal state.
| * | | | | audio_device: Make AudioDeviceName constructor constexprLioncash2022-09-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are used as read-only arrays, so we can make the data read-only and available at compile-time. Now constructing an AudioDevice no longer needs to initialize some tables
* | | | | | Remove pause callbacks from coretimingKelebek12022-09-133-24/+0
|/ / / / /
* | | | | Merge pull request #8842 from Kelebek1/AudOutbunnei2022-09-102-1/+8
|\ \ \ \ \ | |_|_|/ / |/| | | | [audio_core] Rework audio output
| * | | | Don't stall with nvdecKelebek12022-09-041-1/+6
| | | | |
| * | | | Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek12022-09-021-0/+2
| | | | |
* | | | | Merge pull request #8863 from german77/triggersbunnei2022-09-101-0/+15
|\ \ \ \ \ | | | | | | | | | | | | core: hid: Fix GC triggers overwriting ZL and ZR buttons
| * | | | | core: hid: Fix GC triggers overwritting ZL and ZR buttonsNarr the Reg2022-09-051-0/+15
| | | | | |
* | | | | | Merge pull request #8864 from german77/toggle_analogbunnei2022-09-101-0/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | input_common: Add support for analog toggle
| * | | | | input_common: Add support for analog toggleNarr the Reg2022-09-061-0/+3
| |/ / / /
* | | | | Merge pull request #8855 from german77/plsliamwhite2022-09-046-26/+27
|\ \ \ \ \ | | | | | | | | | | | | core: ns: Implement pl:s service
| * | | | | core: ns: Implement pl:s serviceNarr the Reg2022-09-036-26/+27
| |/ / / /
* | | | | Merge pull request #8822 from FearlessTobi/multiplayer-fixesbunnei2022-09-028-271/+34
|\ \ \ \ \ | |/ / / / |/| | | | network: Fixes and improvements to the room feature
| * | | | Address review commentsFearlessTobi2022-09-021-13/+6
| | | | |
| * | | | core/ldn_types: Minor corrections and additionsFearlessTobi2022-08-271-1/+16
| | | | |
| * | | | core/socket_proxy: Correct broadcast behaviorFearlessTobi2022-08-271-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Broadcasts should only be sent when the broadcast IP is used. They should also only be received when SO_BROADCAST is enabled.
| * | | | yuzu: Display current game version in multiplayer roomFearlessTobi2022-08-271-0/+9
| | | | | | | | | | | | | | | | | | | | Makes it easier for users to recognize connection errors caused by different game versions.
| * | | | core/bsd: Correctly unbind methods in destructorFearlessTobi2022-08-271-1/+5
| | | | | | | | | | | | | | | | | | | | Prevents yuzu from crashing when the BSD service is created a second time.
| * | | | core/acc: Make CheckAvailability use LOG_DEBUGFearlessTobi2022-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | Previously it was spamming the logs in certain multiplayer games like Puyo Puyo Tetris.
| * | | | yuzu_room: Remove dependency on coreFearlessTobi2022-08-273-264/+0
| |/ / /
* / / / Demote services from warning/info to debug to reduce log spam:Kelebek12022-09-015-16/+16
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GetCurrentFocusState SetClockSpeed EnableSixAxisSensorUnalteredPassthrough IsSixAxisSensorUnalteredPassthroughEnabled Get, GetOld SetAndWait, SetAndWaitOld IocParam IocFree
* | | Merge pull request #8566 from german77/galaxybunnei2022-08-272-1/+35
|\ \ \ | | | | | | | | core: hid: Add fallback for dualjoycon and pro controllers
| * | | core: hid: Add fallback for dualjoycon and pro controllersgerman772022-07-112-1/+35
| | | |
* | | | Merge pull request #8812 from Kelebek1/autobunnei2022-08-241-6/+21
|\ \ \ \ | | | | | | | | | | [Audio] Implement AudRenU:RequestUpdateAuto
| * | | | Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as empty.Kelebek12022-08-241-6/+21
| | | | |
* | | | | Merge pull request #8804 from vonchenplus/speed_up_idirectory_servicesbunnei2022-08-231-1/+2
|\ \ \ \ \ | | | | | | | | | | | | core:filesystem: speed up IDirectory service
| * | | | | core:filesystem: speed up IDirectory servicevonchenplus2022-08-231-1/+2
| | | | | |
* | | | | | hid: core: Add missing function table namesgerman772022-08-221-0/+6
|/ / / / /
* | | | | Merge pull request #8799 from liamwhite/where-did-the-padding-goliamwhite2022-08-212-3/+3
|\ \ \ \ \ | | | | | | | | | | | | core/file_sys: fix alignment of BuildId
| * | | | | core/file_sys: fix alignment of BuildIdLiam2022-08-212-3/+3
| | | | | |
* | | | | | Merge pull request #8660 from Tachi107/findmodules-pkg-configliamwhite2022-08-211-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | build: simplify find modules
| * | | | | | build(externals): rename Findopus to FindOpusAndrea Pappacoda2022-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This better matches upstream's FindOpus.cmake file, and it will make using upstream's FindOpus.cmake file easier.
* | | | | | | Merge pull request #8784 from Docteh/nosnekliamwhite2022-08-216-47/+50
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | code: dodge PAGE_SIZE #define
| * | | | | | code: dodge PAGE_SIZE #defineKyle Kienapfel2022-08-206-47/+50
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some header files, specifically for OSX and Musl libc define PAGE_SIZE to be a number This is great except in yuzu we're using PAGE_SIZE as a variable Specific example `static constexpr u64 PAGE_SIZE = u64(1) << PAGE_BITS;` PAGE_SIZE PAGE_BITS PAGE_MASK are all similar variables. Simply deleted the underscores, and then added YUZU_ prefix Might be worth noting that there are multiple uses in different classes/namespaces This list may not be exhaustive Core::Memory 12 bits (4096) QueryCacheBase 12 bits ShaderCache 14 bits (16384) TextureCache 20 bits (1048576, or 1MB) Fixes #8779
* | | | | | Merge pull request #8790 from liamwhite/too-many-ways-to-name-a-byte-stringbunnei2022-08-212-11/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | core/file_sys: fix BuildId padding in patch loading
| * | | | | | core/file_sys: fix BuildId paddingLiam2022-08-192-11/+7
| |/ / / / /
* / / / / / core: implement clkrst servicevonchenplus2022-08-202-0/+184
|/ / / / /
* | | | | core/socket_proxy: Final nitsFearlessTobi2022-08-151-8/+7
| | | | |
* | | | | core: network: Address review commentsgerman772022-08-152-30/+29
| | | | |
* | | | | internal_network: Fix mingw compilationFearlessTobi2022-08-151-4/+5
| | | | | | | | | | | | | | | | | | | | Apparently, "interface" is a reserved keyword on this compiler.
* | | | | core, yuzu: Address first part of review commentsFearlessTobi2022-08-156-18/+16
| | | | |
* | | | | core/socket_proxy: Fix compilationFearlessTobi2022-08-151-1/+1
| | | | |
* | | | | Make copyright headers SPDX-compliantFearlessTobi2022-08-152-6/+4
| | | | |
* | | | | core, network: Add ability to proxy socket packetsFearlessTobi2022-08-1512-272/+783
| | | | |
* | | | | Merge pull request #8755 from Morph1984/delimit-ipsbunnei2022-08-121-1/+2
|\ \ \ \ \ | | | | | | | | | | | | ips_layer: Delimit parsed hex value string
| * | | | | ips_layer: Delimit parsed hex value stringMorph2022-08-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Delimits the hex value string on spaces, slashes, carriage returns or newlines, allowing for comments to be added in-line.
* | | | | | Merge pull request #8745 from merryhime/null-fastmem-arenaliamwhite2022-08-122-7/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | arm_dynarmic: Fix nullptr fastmem arenas
| * | | | | | arm_dynarmic: Fix nullptr fastmem arenasMerry2022-08-092-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Unable to enable fastmem of exclusive access without a valid fastmem arena.
* | | | | | | Merge pull request #8731 from FearlessTobi/better-ldnliamwhite2022-08-126-57/+711
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | ldn: Add better stubs and more data types
| * | | | | | core: ldn: Address review comments part 2german772022-08-122-334/+297
| | | | | | |
| * | | | | | core: ldn: Address review commentsNarr the Reg2022-08-084-56/+46
| | | | | | |
| * | | | | | ldn: Add better stubs and more data typesFearlessTobi2022-08-076-72/+773
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> Co-Authored-By: Morph <39850852+Morph1984@users.noreply.github.com>
* | | | | | Merge pull request #8722 from german77/ds4_goes_brrrbunnei2022-08-101-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | hid: core: Delay the stop vibration command when testing
| * | | | | | hid: core: Delay the stop vibration command when testingNarr the Reg2022-08-061-0/+4
| |/ / / / /
* | | | | | Merge pull request #8724 from german77/no_alphabunnei2022-08-104-25/+97
|\ \ \ \ \ \ | | | | | | | | | | | | | | hid: core: Properly emulate controller color and battery level
| * | | | | | hid: core: Properly emulate controller color and battery levelNarr the Reg2022-08-084-25/+97
| |/ / / / /
* | | | | | Merge pull request #8729 from merryhime/cp15-barriersbunnei2022-08-102-4/+29
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | arm_dynarmic_cp15: Implement CP15DMB/CP15DSB/CP15ISB
| * | | | | arm_dynarmic_cp15: Implement CP15DMB/CP15DSB/CP15ISBMerry2022-08-072-4/+29
| |/ / / /
* | | | | core/arm: fix build errorLiam2022-08-082-2/+10
| | | | |
* | | | | Merge pull request #8637 from liamwhite/bad-interruptsbunnei2022-08-0813-152/+64
|\ \ \ \ \ | | | | | | | | | | | | kernel: unlayer CPU interrupt handling
| * | | | | kernel: unlayer CPU interrupt handlingLiam2022-07-2513-152/+64
| | | | | |
* | | | | | Merge pull request #8240 from liamwhite/count-cyclesMorph2022-08-082-8/+22
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | core/arm: re-enable cycle counting
| * | | | | core/arm: increase minimum_run_cyclesLiam2022-06-222-2/+2
| | | | | |
| * | | | | core/arm: re-enable cycle countingmerry2022-06-222-6/+20
| | | | | |
* | | | | | core/loader: remove ELF loaderLiam2022-08-015-313/+0
| | | | | |
* | | | | | Properly write out the command buffer when serving close requestNikita Strygin2022-07-311-2/+5
| |_|/ / / |/| | | |
* | | | | Revert Coretiming PRs 8531 and 7454 (#8591)Maide2022-07-282-109/+67
| | | | |
* | | | | Merge pull request #8636 from german77/irs_cluster_releaseliamwhite2022-07-275-6/+321
|\ \ \ \ \ | | | | | | | | | | | | service: irs: Implement clustering processor
| * | | | | Address commentsNarr the Reg2022-07-251-16/+16
| | | | | |
| * | | | | fix compiler errorsgerman772022-07-242-12/+14
| | | | | |
| * | | | | service: irs: Implement clustering processorgerman772022-07-245-6/+319
| | | | | |
* | | | | | Merge pull request #8633 from Morph1984/optional-keysliamwhite2022-07-272-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | applet/swkbd: Implement optional symbol keys
| * | | | | | applet/swkbd: Implement optional symbol keysMorph2022-07-242-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-2724-69/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [REUSE] is a specification that aims at making file copyright information consistent, so that it can be both human and machine readable. It basically requires that all files have a header containing copyright and licensing information. When this isn't possible, like when dealing with binary assets, generated files or embedded third-party dependencies, it is permitted to insert copyright information in the `.reuse/dep5` file. Oh, and it also requires that all the licenses used in the project are present in the `LICENSES` folder, that's why the diff is so huge. This can be done automatically with `reuse download --all`. The `reuse` tool also contains a handy subcommand that analyzes the project and tells whether or not the project is (still) compliant, `reuse lint`. Following REUSE has a few advantages over the current approach: - Copyright information is easy to access for users / downstream - Files like `dist/license.md` do not need to exist anymore, as `.reuse/dep5` is used instead - `reuse lint` makes it easy to ensure that copyright information of files like binary assets / images is always accurate and up to date To add copyright information of files that didn't have it I looked up who committed what and when, for each file. As yuzu contributors do not have to sign a CLA or similar I couldn't assume that copyright ownership was of the "yuzu Emulator Project", so I used the name and/or email of the commit author instead. [REUSE]: https://reuse.software Follow-up to 01cf05bc75b1e47beb08937439f3ed9339e7b254
* | | | | | | network, yuzu: Make copyright headers SPDX-compliantFearlessTobi2022-07-252-6/+4
| | | | | | |
* | | | | | | network: Move global state into a seperate classFearlessTobi2022-07-254-10/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
* | | | | | | common: multiplayer: Use GameInfo typegerman772022-07-251-4/+4
| | | | | | |
* | | | | | | Address second part of review commentsFearlessTobi2022-07-251-3/+2
| | | | | | |
* | | | | | | Address first part of review commentsFearlessTobi2022-07-251-5/+5
| | | | | | |
* | | | | | | core: Fix -Wunused-variableFearlessTobi2022-07-251-1/+3
| | | | | | |
* | | | | | | common, core: fix -Wmissing-field-initializersFearlessTobi2022-07-251-3/+3
| | | | | | |
* | | | | | | yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-2514-19/+298
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #8549 from liamwhite/kscheduler-scMorph2022-07-2513-602/+605
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | kernel: use KScheduler from Mesosphere
| * | | | | kernel: Ensure all uses of disable_count are balancedLiam2022-07-153-10/+21
| | | | | |
| * | | | | kernel: be more careful about initialization path for HLE threadsLiam2022-07-152-1/+8
| | | | | |
| * | | | | kernel: fix single-core preemption pointsLiam2022-07-156-40/+28
| | | | | |
| * | | | | kernel: fix issues with single core modeLiam2022-07-159-189/+225
| | | | | |
| * | | | | kernel: use KScheduler from mesosphereLiam2022-07-1512-602/+563
| | | | | |
* | | | | | yuzu: Add webcam support and rebase to latest masterNarr the Reg2022-07-243-4/+4
| | | | | |
* | | | | | service: irs: Move to IRS namespace and minor fixesgerman772022-07-2419-76/+70
| | | | | |
* | | | | | service: irs: Split processors and implement ImageTransferProcessorgerman772022-07-2418-291/+1091
| | | | | |
* | | | | | core: hid: Add cammera supportgerman772022-07-246-3/+423
| |/ / / / |/| | | |
* | | | | Project AndioKelebek12022-07-2218-764/+923
| | | | |
* | | | | Merge pull request #8598 from Link4565/recv-dontwaitbunnei2022-07-221-1/+19
|\ \ \ \ \ | | | | | | | | | | | | Enable the use of MSG_DONTWAIT flag on RecvImpl
| * | | | | Enable the use of MSG_DONTWAIT flag on RecvImplLink45652022-07-161-1/+19
| | | | | |
* | | | | | implement resume messageGus Caplan2022-07-182-0/+5
| | | | | |
* | | | | | Merge pull request #8569 from merryhime/watchpointsmerry2022-07-174-8/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | dynarmic: Abort watchpoints ASAP
| * | | | | | dynarmic: Abort watchpoints ASAPMerry2022-07-154-8/+3
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #8508 from yuzu-emu/mc-speed-limitbunnei2022-07-171-3/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | hle: service: nvflinger: Factor speed limit into frame time calculation.
| * | | | | | hle: service: nvflinger: Fix implicit conversion.bunnei2022-07-171-1/+4
| | | | | | |
| * | | | | | yuzu: settings: Remove framerate cap and merge unlocked framerate setting.bunnei2022-07-171-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - These were all somewhat redundant.
| * | | | | | hle: service: nvflinger: Factor speed limit into frame time calculation.bunnei2022-07-171-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This allows the %-based "Limit Speed Percent" setting to work with MC emulation. - This is already supported for SC emulation.
* | | | | | | Merge pull request #8544 from german77/14dot0bunnei2022-07-178-29/+45
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | service: Update some services to 14.0.0+
| * | | | | | service: fatal: Add function tablegerman772022-07-141-1/+7
| | | | | | |
| * | | | | | service: btdrv,bcat,btm: Update service tables to 14.0.0german772022-07-143-4/+13
| | | | | | |
| * | | | | | service am: Update service tables to 14.0.0german772022-07-141-0/+3
| | | | | | |
| * | | | | | service: ac: Replace intances of ProfileData with UserDatagerman772022-07-143-24/+22
| | | | | | |
* | | | | | | Merge pull request #8594 from liamwhite/skip-wpbunnei2022-07-162-6/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | core/arm: skip watchpoint checks when reading instructions
| * | | | | | | core/arm: skip watchpoint checks when reading instructionsLiam2022-07-162-6/+6
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #8511 from german77/hbmenubunnei2022-07-169-83/+222
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | service: ptm: Add TS, nifm: Stub GetInternetConnectionStatus
| * | | | | | service: nifm: Stub GetInternetConnectionStatusgerman772022-06-291-1/+41
| | | | | | |
| * | | | | | service: ptm: Rewrite PSM and add TSgerman772022-06-298-82/+181
| | | | | | |
* | | | | | | Merge pull request #8588 from merryhime/IBinder-vdestructMorph2022-07-151-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nvflinger: Polymorphic destructor requried for abstract class IBinder
| * | | | | | | nvflinger: Polymorphic destructor requried for abstract class IBinderMerry2022-07-151-0/+1
| | |_|/ / / / | |/| | | | |
* / | | | | | KCodeMemory: Mark virtual methods as overrideMerry2022-07-151-3/+3
|/ / / / / /
* | | | | | Merge pull request #8510 from german77/vibrationliamwhite2022-07-151-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | input_common: sdl: lower vibration frequency and use it's own unique thread
| * | | | | input_common: sdl: lower vibration frequency and use it's own unique threadgerman772022-06-291-2/+2
| |/ / / /
* | | | | Merge pull request #8559 from liamwhite/waiter-listbunnei2022-07-111-3/+9
|\ \ \ \ \ | |_|_|/ / |/| | | | kernel: fix usage of waiter_list in Finalize
| * | | | kernel: fix usage of waiter_list in FinalizeLiam2022-07-101-3/+9
| | | | |
* | | | | PRKelebek12022-07-105-11/+9
| | | | |
* | | | | Rework CoreTimingKelebek12022-07-1010-76/+140
| | | | |
* | | | | Merge pull request #8531 from FernandoS27/core-timing-fix-regliamwhite2022-07-102-12/+2
|\ \ \ \ \ | |/ / / / |/| | | | Core timing: use only one thread.
| * | | | Core timing: use only one thread.Fernando Sahmkow2022-07-022-12/+2
| | | | |
* | | | | Merge pull request #8501 from liamwhite/backtrace-againMai2022-07-085-15/+51
|\ \ \ \ \ | | | | | | | | | | | | core/arm: better support for backtrace generation
| * | | | | core/arm: better support for backtrace generationLiam2022-06-255-15/+51
| | | | | |
* | | | | | Merge pull request #8502 from liamwhite/end-waitliamwhite2022-07-072-4/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | kernel: clean up waiting implementation
| * | | | | | kernel: clean up waiting implementationLiam2022-06-252-4/+5
| |/ / / / /
* | | | | | Merge pull request #8492 from german77/no_more_errorsFernando S2022-07-075-40/+76
|\ \ \ \ \ \ | | | | | | | | | | | | | | service: hid: Correct some mistakes and add more validations
| * | | | | | service: hid: Correct some mistakes and add more validationsNarr the Reg2022-06-295-40/+76
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #8532 from liamwhite/fiber-supplementsliamwhite2022-07-066-62/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | common/fiber: make fibers easier to use
| * | | | | | common/fiber: make fibers easier to useLiam2022-07-026-62/+36
| | | | | | |
* | | | | | | Merge pull request #8521 from lat9nq/gdbstub-in-boundsMorph2022-07-051-2/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | gdbstub_arch: Directly access SP register
| * | | | | | gdbstub_arch: Directly access SP registerlat9nq2022-06-301-2/+6
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently to access the SP register, RegRead and RegWrite rely on a out-of-bounds array access to reach the next element in a struct. As of writing only git versions of GCC catch this error. Specify the SP register when we want to access it in these functions.
* | | | | | Merge pull request #8523 from liamwhite/sc-oopsieFernando S2022-07-012-1/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | cpu_manager: properly check idle on return from preemption
| * | | | | | cpu_manager: properly check idle on return from preemptionLiam2022-06-302-1/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #8490 from liamwhite/read-code-stopMorph2022-07-014-24/+64
|\ \ \ \ \ \ | |/ / / / / |/| | | | | dynarmic: Stop ReadCode callbacks to unmapped addresses
| * | | | | dynarmic: Stop ReadCode callbacks to unmapped addressesLiam2022-06-224-24/+64
| | |_|/ / | |/| | |
* | | | | Merge pull request #7454 from FernandoS27/new-core-timingFernando S2022-06-302-60/+113
|\ \ \ \ \ | |_|/ / / |/| | | | Core: Remake Core Timing
| * | | | Adress Feedback.Fernando Sahmkow2022-06-302-18/+29
| | | | |
| * | | | Address feedback.Fernando Sahmkow2022-06-281-13/+13
| | | | |
| * | | | Core: Protect each event from race conditions within it.Fernando Sahmkow2022-06-282-0/+2
| | | | |
| * | | | Core: add missing include.Fernando Sahmkow2022-06-281-0/+1
| | | | |
| * | | | Core/Common: Corrections to core timing and add critical priority.Fernando Sahmkow2022-06-281-1/+1
| | | | |
| * | | | Core: Reimplement Core Timing.Fernando Sahmkow2022-06-282-54/+93
| | | | |
* | | | | Merge pull request #8512 from german77/nnResultMorph2022-06-29134-1186/+1146
|\ \ \ \ \ | |/ / / / |/| | | | Replace multiple names with a better name
| * | | | core: kernel: Replace instances of KPageLinkedList with KPageGroupgerman772022-06-2711-64/+63
| | | | |
| * | | | core: Replace all instances of ResultCode with Resultgerman772022-06-27133-1155/+1116
| | | | |
* | | | | Merge pull request #8504 from comex/mesosphere-current-processbunnei2022-06-271-0/+24
|\ \ \ \ \ | |/ / / / |/| | | | Support `InfoType_MesosphereCurrentProcess`
| * | | | Re-add missing `case` and braces, and trim whitespacecomex2022-06-261-1/+3
| | | | |
| * | | | Update src/core/hle/kernel/svc.cppcomex2022-06-261-6/+14
| | | | | | | | | | | | | | | Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
| * | | | Support InfoType_MesosphereCurrentProcesscomex2022-06-261-0/+14
| | | | |
* | | | | Merge pull request #8475 from liamwhite/x18bunnei2022-06-2613-52/+69
|\ \ \ \ \ | |/ / / / |/| | | | kernel: make current thread pointer thread local
| * | | | kernel: make current thread pointer thread localLiam2022-06-2313-52/+69
| | |/ / | |/| |
* / | | gdbstub: fix register pokesLiam2022-06-251-0/+1
|/ / /
* | | Merge pull request #8491 from Morph1984/extra-assertbunnei2022-06-221-1/+0
|\ \ \ | | | | | | | | KPageTable: Remove extraneous assert
| * | | KPageTable: Remove extraneous assertMorph2022-06-221-1/+0
| |/ / | | | | | | | | | Since start is always 0 and VAddr is unsigned, we can safely remove this assert.
* | | Merge pull request #8483 from liamwhite/fire-emblem-three-semaphoresbunnei2022-06-223-0/+22
|\ \ \ | |/ / |/| | kernel: wait for threads to stop on pause
| * | kernel: wait for threads to stop on pauseLiam2022-06-183-0/+22
| | |
* | | Merge pull request #8432 from liamwhite/watchpointbunnei2022-06-2217-54/+507
|\ \ \ | | | | | | | | core/debugger: memory breakpoint support
| * | | core/debugger: memory breakpoint supportLiam2022-06-1617-54/+507
| | | |
* | | | Merge pull request #8468 from liamwhite/dispatch-trackingbunnei2022-06-224-14/+7
|\ \ \ \ | | | | | | | | | | kernel: fix some uses of disable_count
| * | | | kernel: fix some uses of disable_countLiam2022-06-164-14/+7
| |/ / /
* | / / service: am: Stub PerformSystemButtonPressingIfInFocusNarr the Reg2022-06-202-1/+24
| |/ / |/| | | | | | | | Used by Ring Fit Adventure
* | | core: fix initialization in single core, sync GPU modeLiam2022-06-172-0/+8
| | |
* | | Implement ExitProcess svcNikita Strygin2022-06-161-1/+2
|/ / | | | | | | | | | | | | Currently this just stops all the emulation This works under assumption that only application will try to use ExitProcess, with services not touching it If application exits - it quite makes sense to end the emulation
* | Merge pull request #8457 from liamwhite/kprocess-suspendFernando S2022-06-1612-212/+199
|\ \ | | | | | | kernel: implement KProcess suspension
| * | kernel: implement KProcess suspensionLiam2022-06-1412-212/+199
| | |
* | | Merge pull request #8317 from german77/notifabunnei2022-06-152-8/+172
|\ \ \ | | | | | | | | service: notifa: Implement most part of this service
| * | | service: notifa: Implement most part of this servicegerman772022-05-092-8/+172
| | | | | | | | | | | | | | | | | | | | Implements partially RegisterAlarmSetting, UpdateAlarmSetting, LoadApplicationParameter, DeleteAlarmSetting. Needed for Fitness `Boxing 2: Rhythm & Exercise` and `Ring Fit Adventure`.
* | | | Merge pull request #8464 from liamwhite/break-debugMai2022-06-151-0/+7
|\ \ \ \ | | | | | | | | | | kernel: notify debugger on break SVC
| * | | | kernel: notify debugger on break SVCLiam2022-06-151-0/+7
| | |/ / | |/| |
* | | | Merge pull request #8383 from Morph1984/shadow-of-the-pastMai2022-06-151-5/+0
|\ \ \ \ | | | | | | | | | | yuzu: Make variable shadowing a compile-time error
| * | | | CMakeLists: Make variable shadowing a compile-time errorMorph2022-06-141-5/+0
| | | | | | | | | | | | | | | | | | | | Now that the entire project is free of variable shadowing, we can enforce this as a compile time error to prevent any further introduction of this logic bug.
* | | | | core: centralize profile scope for DynarmicLiam2022-06-153-7/+2
| |/ / / |/| | |
* | | | kernel: fix passthrough of local captures in lambdaLiam2022-06-141-1/+3
| | | |
* | | | general: fix compilation on MinGW GCC 12Liam2022-06-141-5/+4
| | | |
* | | | general: fix compilation on GCC 12Liam2022-06-141-1/+1
| | | |
* | | | kernel: ensure class token lambda exit is unreachableLiam2022-06-141-0/+1
| | | |
* | | | kernel: fix inconsistency in AutoObjectTraits macro definitionsLiam2022-06-141-4/+7
| | | |
* | | | common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-1435-59/+52
| | | |
* | | | Merge pull request #8388 from liamwhite/simpler-pausebunnei2022-06-143-95/+36
|\ \ \ \ | |/ / / |/| | | CpuManager: simplify pausing
| * | | CpuManager: simplify pausingLiam2022-06-093-95/+36
| | | |
* | | | Merge pull request #8446 from liamwhite/cmd-gdbMorph2022-06-137-7/+70
|\ \ \ \ | | | | | | | | | | core/debugger: support operation in yuzu-cmd
| * | | | core/debugger: fix a number of shutdown deadlocksLiam2022-06-107-7/+70
| |/ / /
* | | | Merge pull request #8454 from liamwhite/inaddr-anyMorph2022-06-131-1/+1
|\ \ \ \ | | | | | | | | | | core/debugger: allow remote connections
| * | | | core/debugger: allow remote connectionsLiam2022-06-121-1/+1
| | | | |
* | | | | Merge pull request #8443 from liamwhite/code-membunnei2022-06-133-26/+118
|\ \ \ \ \ | |/ / / / |/| | | | kernel: fix KCodeMemory initialization
| * | | | kernel: fix KCodeMemory initializationLiam2022-06-093-26/+118
| |/ / /
* | | | gdbstub_arch: Add missing virtual destructorLioncash2022-06-121-0/+1
| | | | | | | | | | | | | | | | | | | | The class is used polymorphically, so it's undefined behavior to delete instances of GDBStubA64 and GDBStubA32 from the base class pointer.
* | | | service: hid: Fix gesture regressionNarr the Reg2022-06-102-4/+3
|/ / /
* | | Merge pull request #8428 from bunnei/nvflinger-fix-timingbunnei2022-06-083-31/+3
|\ \ \ | | | | | | | | Follow-up fixes for NVFlinger rewrite (Part 3)
| * | | hle: service: nvflinger: buffer_queue_consumer: Always free released buffers.bunnei2022-06-063-31/+3
| | | |
* | | | core/debugger: fix asio write usageLiam2022-06-071-2/+2
| | | |
* | | | core/debugger: fix crash due to incorrect lambda captureLiam2022-06-071-8/+9
| | | |
* | | | Merge pull request #8426 from liamwhite/elfbunnei2022-06-063-263/+37
|\ \ \ \ | |/ / / |/| | | common: consolidate ELF structure definitions
| * | | common: consolidate ELF structure definitionsLiam2022-06-053-263/+37
| | | |
* | | | Merge pull request #8419 from liamwhite/library-listMai M2022-06-061-22/+28
|\ \ \ \ | | | | | | | | | | gdbstub: add missing library list query
| * | | | gdbstub: add missing library list commandLiam2022-06-041-22/+28
| |/ / /
* | | | Merge pull request #8395 from german77/ir_stubbunnei2022-06-042-21/+460
|\ \ \ \ | |/ / / |/| | | service: hid: Improve stub of IRS
| * | | service: hid: Improve stub of IRSNarr the Reg2022-05-312-21/+460
| | | |
* | | | Merge pull request #8410 from liamwhite/thread-namesMai M2022-06-024-14/+172
|\ \ \ \ | | | | | | | | | | gdbstub: Support reading guest thread names
| * | | | core/debugger: Support reading guest thread namesLiam2022-06-024-14/+172
| | | | |
* | | | | Merge pull request #8409 from liamwhite/tdesc-fixMai M2022-06-022-10/+87
|\ \ \ \ \ | |/ / / / |/| | | | gdbstub: fix target descriptions
| * | | | gdbstub: fix target descriptionsLiam2022-06-022-10/+87
| | | | |
* | | | | Merge pull request #8402 from liamwhite/better-stepMorph2022-06-0213-122/+239
|\ \ \ \ \ | |/ / / / |/| | | | core/debugger: Improved stepping mechanism and misc fixes
| * | | | core/debugger: Improved stepping mechanism and misc fixesLiam2022-06-0113-122/+239
| | | | |
* | | | | Merge pull request #8404 from Morph1984/virtualliamwhite2022-06-013-2/+6
|\ \ \ \ \ | | | | | | | | | | | | core/debugger: Define defaulted virtual destructors
| * | | | | core/debugger: Define defaulted virtual destructorsMorph2022-06-013-2/+6
| |/ / / / | | | | | | | | | | | | | | | Resolves an MSVC warning where a virtual destructor is not defined in the base class with virtual functions.
* / / / / gdbstub: Explicitly cast return type to u8Morph2022-06-011-2/+2
|/ / / / | | | | | | | | | | | | Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8.
* / / / core/debugger: Implement new GDB stub debuggerLiam2022-06-0119-26/+1422
|/ / /
* | | Merge pull request #8368 from german77/seventimesbunnei2022-05-306-368/+643
|\ \ \ | | | | | | | | Service: hid: Several improvements and implementations
| * | | service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssignedgerman772022-05-275-6/+125
| | | | | | | | | | | | | | | | Needed by Nintendo Switch Sports
| * | | service: hid: Implement LoadSixAxisSensorCalibrationParameter and GetSixAxisSensorIcInformationgerman772022-05-275-3/+136
| | | | | | | | | | | | | | | | Needed by Nintendo Switch Sports
| * | | service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and IsSixAxisSensorUnalteredPassthroughEnabledgerman772022-05-274-2/+88
| | | | | | | | | | | | | | | | Needed by Nintendo Switch Sports
| * | | service: hid: Add error handling to sixaxis functionsgerman772022-05-273-31/+55
| | | |
| * | | service: hid: Refractor sixaxis functionsgerman772022-05-272-185/+88
| | | |
| * | | service: hid: Implement MergeSingleJoyAsDualJoy according to REgerman772022-05-274-65/+57
| | | |
| * | | service: hid: Add error handling to setNpadAssignment and variantsgerman772022-05-273-23/+27
| | | |
| * | | service: hid: Quick RE fixes and commentsgerman772022-05-274-54/+68
| | | |
* | | | Merge pull request #8332 from Morph1984/reduce_exec_sizebunnei2022-05-291-4/+3
|\ \ \ \ | | | | | | | | | | general: Use smaller array types where applicable
| * | | | time_zone_manager: Use s8 for month length tablesMorph2022-05-131-4/+3
| | | | | | | | | | | | | | | | | | | | Using this smaller type saves 512 bytes in the compiled executable.
* | | | | Merge pull request #8374 from german77/asnycvibrationsbunnei2022-05-281-5/+29
|\ \ \ \ \ | | | | | | | | | | | | input_common: Make vibration request async
| * | | | | input_common: Make vibration request asyncNarr the Reg2022-05-231-5/+29
| | |/ / / | |/| | |
* / | | | input_common: touch: Rewrite touch driver to support multiple touch pointsgerman772022-05-233-5/+20
|/ / / /
* / / / general: Avoid ambiguous format_to compilation errorsLioncash2022-05-141-1/+1
|/ / / | | | | | | | | | | | | | | | | | | Ensures that we're using the fmt version of format_to. These are also the only three outliers. All of the other formatters we have are properly qualified.
* | | service: hid: Fix motion refresh rateNarr the Reg2022-05-062-2/+6
| | |
* | | service: hid: Disable correctly motion inputgerman772022-05-061-50/+41
|/ /
* | hle/result: Update std::expected replacement messageMorph2022-05-031-1/+1
| | | | | | | | std::expected is included in C++23
* | hle/result: Add ResultRange overload in ResultValMorph2022-05-031-1/+3
| | | | | | | | Also marks the implicit conversion operator as constexpr instead of consteval as the constructor is not constant evaluated.
* | Merge pull request #8272 from german77/stick_rangebunnei2022-05-031-2/+2
|\ \ | | | | | | yuzu: config: Improve analog stick mapping
| * | yuzu: Config allow to delete single axis directions when buttons are mapped to a stickNarr the Reg2022-04-271-2/+2
| | |
* | | hle/result: Implement ResultRangeMorph2022-05-031-0/+42
| | | | | | | | | | | | | | | | | | A ResultRange defines an inclusive range of error descriptions within an error module. This can be used to check whether the description of a given ResultCode falls within the range. The conversion function returns a ResultCode with its description set to description_start.
* | | Merge pull request #8274 from german77/firmwareMorph2022-04-292-1/+21
|\ \ \ | | | | | | | | service: hid: Stub IsFirmwareUpdateNeededForNotification
| * | | service: hid: Stub IsFirmwareUpdateNeededForNotificationgerman772022-04-272-1/+21
| |/ / | | | | | | | | | Used in Fitness Boxing 2: Rhythm & Exercise (0100073011382000)
* | | chore: add missing SPDX tagsAndrea Pappacoda2022-04-283-25/+8
| | | | | | | | | | | | Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
* | | Merge pull request #8229 from german77/reinterpret2bunnei2022-04-2722-386/+429
|\ \ \ | |/ / |/| | service: hid: Access shared memory directly
| * | service: hid: Ensure all structs are initializedNarr the Reg2022-04-2416-104/+105
| | |
| * | service: hid: Access shared memory directlyNarr the Reg2022-04-2321-305/+347
| | |
* | | Merge pull request #8261 from liamwhite/jit-cleanupMai M2022-04-253-132/+225
|\ \ \ | | | | | | | | service: jit: document and clean up
| * | | service: jit: document and clean upLiam2022-04-253-132/+225
| |/ /
* | | Merge pull request #8260 from Morph1984/c4146Mai M2022-04-251-1/+1
|\ \ \ | | | | | | | | kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFF
| * | | kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFFMorph2022-04-241-1/+1
| |/ / | | | | | | | | | Resolves the C4146 compiler warning on MSVC.
* / / Remove unused PrepareReschedule functionMerry2022-04-247-20/+0
|/ /
* | general: Convert source file copyright comments over to SPDXMorph2022-04-23708-2224/+1427
| | | | | | | | | | 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.
* | Merge pull request #7976 from BytesGalore/masterbunnei2022-04-231-1/+2
|\ \ | | | | | | loader: log the type of mismatching file-extension
| * | loader: log the type of mismatching file-extensionBytesGalore2022-03-031-1/+2
| | |
* | | Merge pull request #8222 from german77/sixaxis_testbunnei2022-04-226-99/+363
|\ \ \ | | | | | | | | service: hid: Improve accuracy of sixaxis functions
| * | | service: hid: Improve accuracy of sixaxis functionsNarr the Reg2022-04-186-99/+363
| | | |
* | | | core/arm: separate backtrace collectionLiam2022-04-216-90/+98
|/ / /
* | | Merge pull request #6558 from german77/ringcon2Fernando S2022-04-1616-26/+1748
|\ \ \ | | | | | | | | hidbus: Implement hidbus and ringcon
| * | | yuzu: Add custom ringcon configurationgerman772022-04-167-64/+133
| | | |
| * | | hidbus: Implement hidbus and ringcongerman772022-04-1614-26/+1679
| | | |
* | | | Merge pull request #8188 from merryhime/jit-race-page-table-changedbunnei2022-04-164-57/+84
|\ \ \ \ | |/ / / |/| | | dynarmic: Fix race when switching page tables
| * | | dynarmic: Fix race when switching page tablesmerry2022-04-104-57/+84
| | | |
* | | | Merge pull request #8172 from bunnei/kernel-mutexFernando S2022-04-1611-87/+43
|\ \ \ \ | | | | | | | | | | hle: kernel: Use std::mutex instead of spin locks for most kernel locking.
| * | | | core: hle: kernel: k_thread: Rework dummy thread waiting.bunnei2022-04-122-28/+21
| | | | |
| * | | | core: hle: service: Allocate a service thread.bunnei2022-04-121-1/+2
| | | | |
| * | | | hle: kernel: k_spin_lock: Remove unused ThreadPause.bunnei2022-04-121-28/+0
| | | | |
| * | | | hle: kernel: Use std::mutex instead of spin locks for most kernel locking.bunnei2022-04-129-30/+20
| | | | |
* | | | | Merge pull request #8202 from merryhime/fix-single-coreFernando S2022-04-132-2/+2
|\ \ \ \ \ | | | | | | | | | | | | dynarmic: Fix single core mode
| * | | | | dynarmic: Fix single core modemerry2022-04-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Regression introduced in a5d040df3d. Closes #8201.
* | | | | | service: jit: Implement the JIT serviceLiam2022-04-135-9/+784
|/ / / / /
* | | | | Merge pull request #8165 from bunnei/ensure-session-port-cleanupbunnei2022-04-128-25/+53
|\ \ \ \ \ | | | | | | | | | | | | Kernel: Track open references to KServerPort and KServerSession.
| * | | | | hle: kernel: Unify and integrate reference tracking for KServerPort/KServerSession.bunnei2022-04-086-13/+46
| | | | | | | | | | | | | | | | | | | | | | | | - These are not managed elsewhere, and need to be tracked and closed on emulation shutdown.
| * | | | | hle: kernel: k_server_port: Release ref-counted host emulation members on Destroy.bunnei2022-04-081-0/+3
| | | | | |
| * | | | | hle: kernel: k_auto_object: Move unregister with kernel to after Destroy.bunnei2022-04-081-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | - Destructor is no longer invoked, so our object counting was off.
| * | | | | hle: service: sm: Remove manual tracking of KServerPorts.bunnei2022-04-082-8/+1
| | | | | |
| * | | | | hle: kernel: hle_ipc: HasSessionRequestHandler: Check if domain handler is expired rather than locking.bunnei2022-04-081-1/+1
| | | | | |
* | | | | | Merge pull request #8178 from tech-ticks/skyline-icache-fixbunnei2022-04-124-15/+34
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemory (fixes #8174)
| * | | | | hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemory (fixes #8174)tech-ticks2022-04-094-15/+34
| | | | | |
* | | | | | Merge pull request #8157 from lat9nq/kernel-racesbunnei2022-04-127-13/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | kernel: Fix some data races
| * | | | | | k_system_control: Fix data racelat9nq2022-04-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `return distribution(gen)` is a data race between a read and a write in two threads, reported by TSan. Remove static random number generators so they aren't using the same generator.
| * | | | | | k_auto_object: Fix data racelat9nq2022-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the memory order to acqure-release when we decrement the reference count. Prevents a race with line 89 reported by TSan.
| * | | | | | k_thread: Fix data racelat9nq2022-04-042-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TSan reports a data race between writing at cpp:1162 and reading at h:262. Make the thread_state atomic to prevent this.
| * | | | | | k_process: Fix data racelat9nq2022-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TSan reported a race between thread 36 and thread 34, a read at :225 and a write at :225 respectively. Make total_proces_running_time_ticks atomic to avoid this race.
| * | | | | | kernel: Fix current_process racelat9nq2022-04-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TSan reported a race at :258 and :803, so make current_process an atomic pointer.
| * | | | | | k_scheduler_lock: Fix data racelat9nq2022-04-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TSan reports a race between the main thread and T37 during IsLockedByCurrentThread and when it's set at the end of Lock(), respectively. Set owner_thread to an atomic pointer to fix it. Co-authored-by: bunnei <bunneidev@gmail.com>
* | | | | | | service: sfdnsres: add missing includes for some BSDs after 82d46a974ad4Jan Beich2022-04-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/core/hle/service/sockets/sfdnsres.cpp: In function 'Service::Sockets::NetDbError Service::Sockets::AddrInfoErrorToNetDbError(s32)': src/core/hle/service/sockets/sfdnsres.cpp:66:10: error: 'EAI_NODATA' was not declared in this scope; did you mean 'EAI_NONAME'? 66 | case EAI_NODATA: | ^~~~~~~~~~ | EAI_NONAME src/core/hle/service/sockets/sfdnsres.cpp: In function 'std::vector<unsigned char> Service::Sockets::SerializeAddrInfo(const addrinfo*, s32, std::string_view)': src/core/hle/service/sockets/sfdnsres.cpp:127:53: error: 'sockaddr_in' does not name a type; did you mean 'SockAddrIn'? 127 | const auto addr = *reinterpret_cast<sockaddr_in*>(current->ai_addr); | ^~~~~~~~~~~ | SockAddrIn src/core/hle/service/sockets/sfdnsres.cpp:127:64: error: expected '>' before '*' token 127 | const auto addr = *reinterpret_cast<sockaddr_in*>(current->ai_addr); | ^ src/core/hle/service/sockets/sfdnsres.cpp:127:64: error: expected '(' before '*' token 127 | const auto addr = *reinterpret_cast<sockaddr_in*>(current->ai_addr); | ^ | ( src/core/hle/service/sockets/sfdnsres.cpp:127:65: error: expected primary-expression before '>' token 127 | const auto addr = *reinterpret_cast<sockaddr_in*>(current->ai_addr); | ^ src/core/hle/service/sockets/sfdnsres.cpp:127:84: error: expected ')' before ';' token 127 | const auto addr = *reinterpret_cast<sockaddr_in*>(current->ai_addr); | ^ | ) src/core/hle/service/sockets/sfdnsres.cpp:148:53: error: 'sockaddr_in6' does not name a type; did you mean 'SockAddrIn6'? 148 | const auto addr = *reinterpret_cast<sockaddr_in6*>(current->ai_addr); | ^~~~~~~~~~~~ | SockAddrIn6 src/core/hle/service/sockets/sfdnsres.cpp:148:65: error: expected '>' before '*' token 148 | const auto addr = *reinterpret_cast<sockaddr_in6*>(current->ai_addr); | ^ src/core/hle/service/sockets/sfdnsres.cpp:148:65: error: expected '(' before '*' token 148 | const auto addr = *reinterpret_cast<sockaddr_in6*>(current->ai_addr); | ^ | ( src/core/hle/service/sockets/sfdnsres.cpp:148:66: error: expected primary-expression before '>' token 148 | const auto addr = *reinterpret_cast<sockaddr_in6*>(current->ai_addr); | ^ src/core/hle/service/sockets/sfdnsres.cpp:148:85: error: expected ')' before ';' token 148 | const auto addr = *reinterpret_cast<sockaddr_in6*>(current->ai_addr); | ^ | )
* | | | | | | Merge pull request #8180 from liamwhite/symbolsFernando S2022-04-114-129/+231
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | core: extract symbol reading
| * | | | | | | core: extract symbol readingLiam2022-04-094-129/+231
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #8171 from tech-ticks/skyline-improvementsFernando S2022-04-107-30/+245
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Improvements for game modding with Skyline, DNS resolution
| * | | | | | service: sfdnsres: Implement DNS address resolutiontech-ticks2022-04-082-5/+197
| | | | | | |
| * | | | | | service: bsd: Add keepalive socket optiontech-ticks2022-04-074-0/+10
| | | | | | |
| * | | | | | patch_manager: Apply layered exefs patches from 'atmosphere' SD directorytech-ticks2022-04-071-25/+38
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #8138 from german77/data-no-racebunnei2022-04-086-176/+256
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | core: hid: Reduce the amount of data races
| * | | | | core: hid: Fix double lock on softlock and forced updatesNarr the Reg2022-04-081-2/+12
| | | | | |
| * | | | | core: hid: Replace lock_guard with scoped_lockNarr the Reg2022-04-073-44/+44
| | | | | |
| * | | | | core: hid: Reduce the amount of dataracesgerman772022-04-076-176/+246
| | | | | |
* | | | | | Merge pull request #8169 from merryhime/scoped_lockbunnei2022-04-0811-50/+50
|\ \ \ \ \ \ | | | | | | | | | | | | | | Replace lock_guard with scoped_lock
| * | | | | | core/hle: Standardize scoped_lock initializersMerry2022-04-075-23/+23
| | | | | | |
| * | | | | | core: Replace lock_guard with scoped_lockMerry2022-04-072-14/+14
| | | | | | |
| * | | | | | core/hle: Replace lock_guard with scoped_lockMerry2022-04-074-13/+13
| | | | | | |
* | | | | | | Merge pull request #8167 from Tachi107/patch-1merry2022-04-071-2/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | fix: remove #pragma once in .cpp file
| * | | | | | fix: remove #pragma once in .cpp fileAndrea Pappacoda2022-04-071-2/+0
| |/ / / / /
* | | | | | Merge pull request #8148 from merryhime/interruptsFernando S2022-04-076-45/+42
|\ \ \ \ \ \ | |/ / / / / |/| | | | | dynarmic: Better interrupts
| * | | | | arm_dynarmic: Use HaltReason for svc calls and reschedulesmerry2022-04-034-27/+19
| | | | | |
| * | | | | dynarmic: Better interruptsmerry2022-04-036-22/+27
| | | | | |
* | | | | | Merge pull request #8164 from liamwhite/jit-stubbunnei2022-04-076-1/+86
|\ \ \ \ \ \ | | | | | | | | | | | | | | service: jit: stub JIT service
| * | | | | | service: jit: stub JIT serviceLiam2022-04-076-1/+86
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #8122 from bunnei/improve-thread-usagebunnei2022-04-0613-27/+74
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Improve usage of service host threads
| * | | | | hle: service: nvdrv: Create a service thread where appropriate.Morph2022-04-021-1/+1
| | | | | |
| * | | | | hle: service: vi: Create a service thread where appropriate.bunnei2022-04-021-1/+2
| | | | | |
| * | | | | hle: service: bsd: Create a service thread where appropriate.bunnei2022-04-021-1/+2
| | | | | |
| * | | | | hle: service: filesystem: Create a service thread where appropriate.bunnei2022-04-021-5/+8
| | | | | |
| * | | | | hle: service: audio: Create a service thread where appropriate.bunnei2022-04-022-4/+6
| | | | | |
| * | | | | hle: service: Add option for service interfaces to create or use the default thread.bunnei2022-04-025-11/+29
| | | | | |
| * | | | | hle: kernel: Create a default thread for services that do not need their own host thread.bunnei2022-04-022-4/+26
| |/ / / /
* | | | | service: hid: Partially revert #8123german772022-04-061-0/+4
| | | | |
* | | | | Merge pull request #8137 from bunnei/improve-nvflinger-2bunnei2022-04-069-91/+99
|\ \ \ \ \ | | | | | | | | | | | | Follow-up fixes for NVFlinger rewrite (Part 2)
| * | | | | hle: service: nvflinger: buffer_queue_producer: Cleanup & fixes.bunnei2022-04-022-61/+42
| | | | | |
| * | | | | hle: service: nvflinger: consumer_base: Cleanup & fixes.bunnei2022-04-022-15/+17
| | | | | |
| * | | | | hle: service: nvflinger: buffer_queue_producer: Cleanup & add GetReleasedBuffers.bunnei2022-04-022-10/+38
| | | | | |
| * | | | | hle: service: nvflinger: buffer_queue_core: Cleanup & fixes.bunnei2022-04-022-3/+0
| | | | | |
| * | | | | hle: service: nvflinger: Use correct logger namespace.bunnei2022-04-021-2/+2
| |/ / / /
* | | | | Merge pull request #8100 from Morph1984/registered-crashbunnei2022-04-061-2/+4
|\ \ \ \ \ | | | | | | | | | | | | registered_cache: Prevent nullptr dereference when accumulating files
| * | | | | registered_cache: Prevent nullptr dereference when accumulating filesMorph2022-03-271-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | For whatever reason, nca_file/dir can be nullptr in the list of files/dirs. I have not determined the cause of this yet, so add a nullptr check for these prior to dereferencing them.
* | | | | | dynarmic: Print stack trace on unrecognised instruction or other exceptionmerry2022-04-052-0/+4
| | | | | |
* | | | | | Merge pull request #8089 from merryhime/paranoiabunnei2022-04-042-44/+56
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | configuration: Add Paranoid CPU accuracy level
| * | | | | configuration: Add Paranoid CPU accuracy levelmerry2022-03-262-44/+56
| | | | | | | | | | | | | | | | | | | | | | | | Disables most optimizations for the paranoid.
* | | | | | Merge pull request #8135 from Morph1984/websession-hackbunnei2022-04-031-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | applets/web: Keep foreground (websession) web applet open
| * | | | | | 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 #8123 from german77/bombslingerbunnei2022-04-033-66/+69
|\ \ \ \ \ \ | | | | | | | | | | | | | | service: hid: Remove inaccurate behavior on initialization
| * | | | | | service: npad: Default initialize shared memorygerman772022-04-031-48/+48
| | | | | | |
| * | | | | | service: hid: Remove inaccurate behavior on initializationgerman772022-03-313-18/+21
| | | | | | |
* | | | | | | fix: typosAndrea Pappacoda2022-04-022-7/+7
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #8116 from ameerj/nvhost_ctrl_bad_paramFernando S2022-04-011-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | nvhost_ctrl: Only mark EventState::Busy as BadParameter
| * | | | | | nvhost_ctrl: Only mark EventState::Busy as BadParameterameerj2022-03-291-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Fixes an svc break in Kirby and the Forgotten Land with async GPU enabled.
* | | | | | Merge pull request #8120 from german77/signalbunnei2022-03-311-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle
| * | | | | | service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandleNarr the Reg2022-03-311-0/+4
| | | | | | |
* | | | | | | Merge pull request #8090 from bunnei/fix-skylinebunnei2022-03-315-54/+241
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Kernel Memory Updates (Part 7): Various fixes to code memory (Skyline support)
| * | | | | | hle: kernel: k_page_table: Fix implementations of LockForCodeMemory & UnlockForCodeMemory.bunnei2022-03-261-48/+12
| | | | | | |
| * | | | | | hle: kernel: k_page_table: Implement LockMemoryAndOpen & UnlockMemory.bunnei2022-03-262-0/+124
| | | | | | |
| * | | | | | hle: kernel: svc: MapProcessMemory: Fix usage of KPageLinkedList to use physical address space.bunnei2022-03-261-2/+5
| | | | | | |
| * | | | | | hle: kernel: svc: CreateCodeMemory: Remove log of 'out' host pointer.bunnei2022-03-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - This does not seem terribly useful and is inconsistent with other usage.
| * | | | | | hle: kernel: k_code_memory: Fix usage of KPageLinkedList to use physical address space.bunnei2022-03-261-1/+2
| | | | | | |
| * | | | | | hle: kernel: k_page_table: Implement MakeAndOpenPageGroup & MakePageGroup.bunnei2022-03-262-0/+83
| | | | | | |
| * | | | | | hle: kernel: k_page_table: Add IsHeapPhysicalAddress method.bunnei2022-03-261-0/+8
| | | | | | |
| * | | | | | hle: kernel: k_page_linked_list: Add Empty method.bunnei2022-03-261-0/+4
| | | | | | |
| * | | | | | hle: kernel: svc: UnmapProcessCodeMemory: Fix inverted alignment check.bunnei2022-03-261-1/+1
| | |/ / / / | |/| | | |
* | | | | | arm_dynarmic_64: Invalidate on all coresmerry2022-03-271-2/+4
| |_|/ / / |/| | | |
* | | | | Merge pull request #8088 from bunnei/fixup-nvflingerFernando S2022-03-279-547/+136
|\ \ \ \ \ | | | | | | | | | | | | Follow-up fixes for NVFlinger rewrite
| * | | | | hle: service: nvflinger: buffer_queue: Remove AutoLock and fix free buffer tracking.bunnei2022-03-265-181/+130
| | | | | |
| * | | | | hle: service: nvflinger: buffer_queue_consumer: Use scoped_lock instead of unique_lock.bunnei2022-03-261-2/+2
| | | | | |
| * | | | | hle: service: nvflinger: consumer_base: Use scoped_lock instead of unique_lock.bunnei2022-03-261-4/+4
| | | | | |
| * | | | | hle: service: nvflinger: Remove unused BufferQueue.bunnei2022-03-262-360/+0
| | | | | |
* | | | | | Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding CPU Cached memory."bunnei2022-03-261-1/+1
| |/ / / / |/| | | |
* | | | | 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.
* | | | Memory: Don't protect reads on Normal accuracy.Fernando Sahmkow2022-03-251-1/+1
| | | |
* | | | hle: nvflinger: ConsumerBase: Mark ctor as explicit.bunnei2022-03-251-1/+1
| | | |
* | | | hle: vi: NativeWindow: Fix trivially copyable issues.bunnei2022-03-251-4/+4
| | | |
* | | | hle: nvdrv: nvdata: buffer_queue_producer: Minor cleanup.bunnei2022-03-251-11/+11
| | | |
* | | | hle: nvdrv: nvdata: Cleanup NvFence static assert.bunnei2022-03-251-1/+1
| | | |
* | | | hle: nvflinger: Remove unused unordered_map include.bunnei2022-03-251-1/+0
| | | |
* | | | hle: nvflinger: buffer_queue_consumer: AcquireBuffer: Fix typo.bunnei2022-03-251-1/+1
| | | |
* | | | hle: nvflinger: Merge Rect with Common::Rectangle.bunnei2022-03-255-85/+9
| | | |
* | | | hle: nvflinger: buffer_queue_core: Declare default dtor.bunnei2022-03-252-0/+3
| | | |
* | | | hle: nvflinger: buffer_queue_producer: DequeueBuffer: Remove unnecessary lock.bunnei2022-03-251-3/+1
| | | |
* | | | hle: nvflinger: consumer_base: StillTracking: Should be const.bunnei2022-03-252-2/+3
| | | |
* | | | hle: nvflinger: graphic_buffer_producer: Remove unnecessary pragma pack.bunnei2022-03-251-2/+0
| | | |
* | | | hle: nvflinger: parcel: Reserve token size.bunnei2022-03-251-1/+2
| | | |
* | | | hle: nvflinger: buffer_queue_core: StillTracking: Take const reference.bunnei2022-03-254-7/+7
| | | |
* | | | hle: nvflinger: buffer_queue_core: Cleanup locking.bunnei2022-03-251-2/+2
| | | |
* | | | hle: nvflinger: Use std::chrono for present_ns.bunnei2022-03-257-25/+30
| | | |
* | | | hle: nvflinger: Migrate android namespace -> Service::android.bunnei2022-03-2529-61/+58
| | | |
* | | | hle: nvflinger: BufferQueueProducer: Handle SetPreallocatedBuffer with empty buffer.bunnei2022-03-251-7/+10
| | | | | | | | | | | | | | | | - Used by Naruto Ultimate Ninja Storm.
* | | | hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.bunnei2022-03-2516-723/+285
| | | |
* | | | hle: nvflinger: Add implementation for HosBinderDriverServer service.bunnei2022-03-253-0/+75
| | | |
* | | | hle: nvflinger: Add implementation for BufferQueueProducer class.bunnei2022-03-253-2/+1021
| | | |
* | | | hle: nvflinger: Add implementation for BufferQueueCore class.bunnei2022-03-253-0/+235
| | | |
* | | | hle: nvflinger: Add implementation for BufferQueueConsumer class.bunnei2022-03-253-0/+263
| | | |
* | | | hle: nvflinger: Add implementation for QueueBufferInput and QueueBufferOutput structs.bunnei2022-03-253-0/+100
| | | |
* | | | hle: nvflinger: Add implementation for BufferItemConsumer class.bunnei2022-03-253-0/+87
| | | |
* | | | hle: nvflinger: Add implementation for ConsumerBase class.bunnei2022-03-253-0/+190
| | | |
* | | | hle: nvflinger: Add implementation for BufferSlot class.bunnei2022-03-252-0/+40
| | | |
* | | | hle: nvflinger: Add implementation for BufferItem class.bunnei2022-03-252-0/+47
| | | |
* | | | hle: nvflinger: Move implementation for Parcel to its own header.bunnei2022-03-252-0/+172
| | | |
* | | | hle: nvflinger: Add android buffer queue definitions to its own header.bunnei2022-03-252-0/+22
| | | |
* | | | hle: nvflinger: Add IBinder interface.bunnei2022-03-252-0/+43
| | | |
* | | | hle: nvflinger: Add IConsumerListener interface.bunnei2022-03-252-0/+27
| | | |
* | | | hle: nvflinger: Add ProducerListener interface.bunnei2022-03-252-0/+17
| | | |
* | | | hle: nvflinger: Add android window enumerations to its own header.bunnei2022-03-252-0/+54
| | | |
* | | | hle: nvflinger: Add android Status flags to its own header.bunnei2022-03-251-0/+28
| | | |
* | | | hle: nvflinger: Move BufferTransformFlags to its own header.bunnei2022-03-253-1/+27
| | | |
* | | | hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.bunnei2022-03-254-17/+13
| | | |
* | | | hle: nvflinger: Move PixelFormat to its own header.bunnei2022-03-255-10/+31
| | | |
* | | | hle: nvflinger: Add implementation for GraphicBuffer class.bunnei2022-03-252-0/+101
| | | |
* | | | hle: nvflinger: Add implementation for Fence class.bunnei2022-03-252-0/+34
| | | |
* | | | hle: nvflinger: Add implementation for Rect class.bunnei2022-03-252-0/+76
| | | |
* | | | Merge pull request #8031 from Morph1984/cleanup-mii-pleasebunnei2022-03-2318-572/+642
|\ \ \ \ | | | | | | | | | | applets: Cleanup MiiEdit applet implementation
| * | | | applets/mii: Remove unused includeMorph2022-03-221-1/+0
| | | | |
| * | | | applets/mii: Remove frontend parametersMorph2022-03-222-17/+4
| | | | | | | | | | | | | | | | | | | | These are unused for now as we do not support a frontend implementation.
| * | | | 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-224-54/+70
| | | | |
| * | | | service: Move mii enums and structs into its own fileMorph2022-03-227-308/+312
| | | | | | | | | | | | | | | | | | | | Moves these into types.h, since other files also make use of these types.
| * | | | applets: Rename Mii to MiiEditMorph2022-03-227-45/+47
| |/ / /
* / / / Revert "dynarmic: Reduce size of code caches"bunnei2022-03-232-4/+4
|/ / /
* | | Merge pull request #8048 from ameerj/include-purgebunnei2022-03-2241-52/+13
|\ \ \ | | | | | | | | general: Reduce unused includes across the project
| * | | general: Fix clang/gcc build errorsameerj2022-03-202-4/+5
| | | |
| * | | common: Reduce unused includesameerj2022-03-194-0/+6
| | | |
| * | | core: Reduce unused includesameerj2022-03-1938-54/+8
| | | |
* | | | Merge pull request #8040 from Morph1984/handle-tablebunnei2022-03-202-30/+12
|\ \ \ \ | |/ / / |/| | | KHandleTable: Optimize table entry layout
| * | | KHandleTable: Optimize table entry layoutMorph2022-03-182-30/+12
| | | | | | | | | | | | | | | | Since the handle type is not being used, we can reduce the amount of space each entry takes up by 4 bytes.
* | | | Merge pull request #8028 from v1993/patch-9bunnei2022-03-191-2/+2
|\ \ \ \ | | | | | | | | | | bsd: Allow inexact match for address length in AcceptImpl
| * | | | bsd: Allow inexact match for address length in AcceptImplValeri2022-03-151-2/+2
| |/ / / | | | | | | | | Minecraft passes in zero for length, but this should account for all possible cases
* | | | general: Reduce core.h includesameerj2022-03-184-7/+23
| | | |
* | | | Merge pull request #7964 from german77/miiiibunnei2022-03-177-5/+270
|\ \ \ \ | | | | | | | | | | applet: mii: Simple implementation of mii applet
| * | | | applet: mii: Simple implementation of mii appletgerman772022-03-017-5/+270
| | | | |
* | | | | core: hle: kernel: init_slab_setup: Move CalculateSlabHeapGapSize to global namespace.bunnei2022-03-151-6/+6
| | | | |
* | | | | core: hle: kernel: Allocate dummy threads on host thread storage.bunnei2022-03-152-8/+6
| | | | | | | | | | | | | | | | | | | | - Fixes a crash where on subsequent boots, long-lived host threads would have their dummy threads freed.
* | | | | core: hle: kernel: Downgrade dangling objects warning to debug.bunnei2022-03-151-2/+2
| | | | | | | | | | | | | | | | | | | | - It is not impossible to leak kernel objects, so this is not really any issue anymore (albeit, still interesting).
* | | | | core: hle: kernel: Make object list container global and ensure it is reset on each emulation session.bunnei2022-03-151-7/+9
| | | | |
* | | | | core: hle: kernel: Remove server session tracking.bunnei2022-03-154-37/+1
| | | | | | | | | | | | | | | | | | | | - These are now allocated/managed by emulated memory, so we do not need to track and free them on shutdown.
* | | | | core: hle: kernel: k_process: Remove handle table finalize, reset page table.bunnei2022-03-151-3/+3
| | | | |
* | | | | core: hle: kernel: k_process: Implement thread local storage accurately.bunnei2022-03-153-111/+99
| | | | |
* | | | | core: hle: kernel: k_page_table: Add implementations of MapPages, UnmapPages, and FindFreeArea for TLS.bunnei2022-03-152-2/+141
| | | | |
* | | | | core: hle: kernel: k_slab_heap: Refresh to use guest allocations.bunnei2022-03-152-125/+107
| | | | |
* | | | | core: hle: kernel: Update init_slab_heap, use device memory, and add KThreadLocalPage and KPageBuffer.bunnei2022-03-154-55/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Refreshes our slab initialization code to latest known behavior. - Moves all guest kernel slabs into emulated device memory. - Adds KThreadLocalPage and KPageBuffer, which we will use for accurate TLS management.
* | | | | core: hle: kernel: k_page_buffer: Add KThreadLocalPage primitive.bunnei2022-03-153-0/+179
| | | | |
* | | | | core: hle: kernel: k_page_buffer: Add KPageBuffer primitive.bunnei2022-03-152-0/+35
| | | | |
* | | | | core: hle: kernel: k_thread: Ensure host Fiber is freed.bunnei2022-03-151-0/+3
| | | | |
* | | | | core: hle: kernel: k_server_session: Ensure SessionRequestManager is freed.bunnei2022-03-151-0/+3
| | | | |
* | | | | core: hle: service: kernel_helpers: Use system resource limit.bunnei2022-03-151-10/+1
| | | | |
* | | | | core: hle: service: sm: Fix KPort reference count.bunnei2022-03-151-0/+2
| | | | |
* | | | | core: hle: kernel: k_thread: Update to reflect tree changes.bunnei2022-03-151-3/+3
| | | | |
* | | | | core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and SessionRequestManager.bunnei2022-03-157-14/+25
| | | | |
* | | | | core: hle: kernel: k_memory_layout: Update kernel slab memory sizes.bunnei2022-03-151-3/+3
| | | | |
* | | | | core: hle: kernel: svc_types: Add ThreadLocalRegionSize.bunnei2022-03-151-0/+2
| | | | |
* | | | | core: hle: kernel: k_condition_variable: Update to reflect tree changes.bunnei2022-03-151-1/+1
| | | | |
* | | | | core: hle: kernel: k_address_arbiter: Update to reflect tree changes.bunnei2022-03-151-3/+3
| |/ / / |/| | |
* | | | dynarmic: Reduce size of code cachesMerry2022-03-132-4/+4
| | | |
* | | | hle: service: ldr: Use deterministic addresses when mapping NROs.bunnei2022-03-092-24/+62
| | | | | | | | | | | | | | | | | | | | - Instead of randomization, choose in-order addresses for where to map NROs into memory. - This results in predictable behavior when debugging and consistent behavior when reproducing issues.
* | | | Merge pull request #7986 from lat9nq/vk-callbackbunnei2022-03-082-2/+13
|\ \ \ \ | | | | | | | | | | core, video_core: Fix two crashes when failing to create the emulated GPU instance
| * | | | emu_window: Create a way to Cancel the exit of a Scopedlat9nq2022-03-081-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a GraphicsContext is destroyed before its Scoped is destroyed, this causes a crash as the Scoped tries to call a method in the destroyed context on exit. Add a way to Cancel the call when we know that calling the GraphicsContext will not work.
| * | | | core: Don't shutdown a null GPUlat9nq2022-03-071-1/+3
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | When CreateGPU fails, yuzu would try and shutdown the GPU instance regardless of whether any instance was actually created. Check for nullptr before calling its methods to prevent a crash.
* / | | hle: kernel: KPageTable: Improve implementations of MapCodeMemory and UnmapCodeMemory.bunnei2022-03-082-47/+116
|/ / / | | | | | | | | | | | | - This makes these functions more accurate to the real HOS implementations. - Fixes memory access issues in Super Smash Bros. Ultimate that occur when un/mapping NROs.
* | | Merge pull request #7956 from bunnei/improve-mem-managerbunnei2022-03-0315-376/+848
|\ \ \ | | | | | | | | Kernel Memory Updates (Part 4): Revamp KMemoryManager & other fixes
| * | | hle: kernel: Re-create memory layout at initialization.bunnei2022-02-281-41/+43
| | | | | | | | | | | | | | | | - As this can only be derived once.
| * | | hle: kernel: Remove unused pool locals.bunnei2022-02-281-2/+0
| | | |
| * | | hle: kernel: k_memory_manager: Rework for latest kernel behavior.bunnei2022-02-286-173/+548
| | | | | | | | | | | | | | | | | | | | | | | | - Updates the KMemoryManager implementation against latest documentation. - Reworks KMemoryLayout to be accessed throughout the kernel. - Fixes an issue with pool sizes being incorrectly reported.
| * | | hle: kernel: k_page_heap: GetPhysicalAddr can be const.bunnei2022-02-271-2/+1
| | | |
| * | | hle: kernel: k_page_heap: Remove superfluous consexpr.bunnei2022-02-272-4/+4
| | | |
| * | | hle: kernel: k_page_heap: Various updates and improvements.bunnei2022-02-272-155/+192
| | | | | | | | | | | | | | | | | | | | - KPageHeap tracks physical addresses, not virtual addresses. - Various updates and improvements to match latest documentation for this type.
| * | | hle: kernel: Add initial_process.h header.bunnei2022-02-272-0/+24
| | | |
| * | | hle: kernel: board: nx: Add k_memory_layout.h header.bunnei2022-02-272-0/+14
| | | |
| * | | hle: kernel: k_system_control: Add GetRealMemorySize and update GetKernelPhysicalBaseAddress.bunnei2022-02-272-1/+12
| | | |
| * | | hle: kernel: k_memory_layout: Add GetPhysicalLinearRegion.bunnei2022-02-271-0/+4
| | | |
| * | | hle: kernel: k_memory_region_types: Update for new regions.bunnei2022-02-271-1/+9
| |/ /
* / / dynarmic: Inline exclusive memory accessesmerry2022-02-276-6/+31
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inlines implementation of exclusive instructions into JITted code, improving performance of applications relying heavily on these instructions. We also fastmem these instructions for additional speed, with support for appropriate recompilation on fastmem failure. An unsafe optimization to disable the intercore global_monitor is also provided, should one wish to rely solely on cmpxchg semantics for safety. See also: merryhime/dynarmic#664
* | Merge pull request #7932 from bunnei/extended-mem-layoutbunnei2022-02-2614-55/+69
|\ \ | | | | | | Add extended memory layout (6GB) support and improve KResourceLimit management
| * | hle: kernel: KSystemControl: Use 6GB memory layout when "use_extended_memory_layout" setting is enabled.bunnei2022-02-211-20/+4
| | | | | | | | | | | | - This uses a larger 6GB DRAM memory layout, which is useful for some mods that require more memory.
| * | core: device_memory: Use memory size reported by KSystemControl.bunnei2022-02-213-7/+5
| | | | | | | | | | | | - That way, we can consolidate the memory layout to one place.
| * | core: hle: kernel: Remove resource limit hack for PhysicalMemory.bunnei2022-02-211-7/+0
| | | | | | | | | | | | - With prior changes, we now report the correct amount of physical memory available to the emulated process.
| * | core: hle: kernel: KProcess: Pass in KResourceLimit on process creation.bunnei2022-02-214-9/+30
| | | | | | | | | | | | - This allows us to have a resource limit per process, rather than use the global system resource limit.
| * | core: hle: kernel: KEvent: Pass in owner KProcess on event creation.bunnei2022-02-214-12/+8
| | | | | | | | | | | | - This is necessary to ensure resource limits are freed from the right process.
| * | core: hle: kernel: KResourceLimit: Add a helper function for creating a KResourceLimit for a process.bunnei2022-02-212-0/+22
| | |
* | | service: am: Update enum names to match documentationNarr the Reg2022-02-224-16/+51
|/ /
* | Merge pull request #7919 from bunnei/phys-mem-updatesbunnei2022-02-211-125/+430
|\ \ | | | | | | core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.
| * | fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.bunnei2022-02-191-22/+2
| | |
| * | core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.bunnei2022-02-191-107/+432
| | | | | | | | | | | | - Improves the implementations of MapPhysicalMemory and UnmapPhysicalMemory to more closely reflect latest HOS.
* | | Merge pull request #7920 from bunnei/fix-unmap-pagesbunnei2022-02-211-3/+2
|\ \ \ | | | | | | | | core: hle: kernel: KPageTable: Fix UnmapPages.
| * | | core: hle: kernel: KPageTable: Fix UnmapPages.bunnei2022-02-191-3/+2
| |/ / | | | | | | | | | - Fixes a logic bug in KPageTable::UnmapPages.
* | | Merge pull request #7867 from german77/amiibobunnei2022-02-194-249/+926
|\ \ \ | |/ / |/| | nfp: Improve amiibo support
| * | nfp: Allow files without password datagerman772022-02-132-9/+24
| | |
| * | nfp: Separate nfc tag from amiibo dataNarr the Reg2022-02-103-44/+76
| | |
| * | nfp: Address compiler issuesgerman772022-02-091-25/+26
| | |
| * | nfp: Validate amiibo filesNarr the Reg2022-02-082-41/+145
| | |
| * | nfp: Improve implementationgerman772022-02-084-189/+672
| | |
| * | nfp: Move IUser class to header and add missing enum and structsgerman772022-02-072-257/+299
| | |
| * | nfp: Sort functions by command numbergerman772022-02-071-79/+79
| | |
* | | Merge pull request #7866 from xerpi/svc-OutputDebugString32-CreateCodeMemory32-ControlCodeMemory32Mai M2022-02-172-4/+40
|\ \ \ | | | | | | | | kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32
| * | | kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32Sergi Granell2022-02-152-4/+40
| | | | | | | | | | | | | | | | | | | | Very straightforward, they are just wrappers to the 64-bit version of the SVC.
* | | | Merge pull request #7878 from german77/mnppbunnei2022-02-174-0/+69
|\ \ \ \ | | | | | | | | | | service/mnpp: Stub mnpp_app
| * | | | service/mnpp: Stub mnpp_appNarr the Reg2022-02-114-0/+69
| | |/ / | |/| | | | | | | | | | Used in Super Nintendo Entertainment System™ - Nintendo Switch Online
* | | | Merge pull request #7899 from Kelebek1/testMorph2022-02-161-9/+9
|\ \ \ \ | |_|/ / |/| | | file_sys: Dump patched exefs rather than base
| * | | Dump patched exefs rather than baseKelebek12022-02-151-9/+9
| | |/ | |/|
* | | Merge pull request #7871 from german77/svc2bunnei2022-02-151-77/+77
|\ \ \ | |/ / |/| | svc: Set unique names for function tables
| * | svc: Set unique names for function tablesNarr the Reg2022-02-091-77/+77
| |/
* | hid: Stub IsUsbFullKeyControllerEnabledlat9nq2022-02-122-1/+12
| | | | | | | | | | | | Used by Splatoon 2, when opening the inventory from a LAN battle lobby. Reference: https://switchbrew.org/wiki/HID_services
* | Merge pull request #7852 from Morph1984/new-uuidbunnei2022-02-1116-66/+65
|\ \ | | | | | | common: Revise and fix the UUID implementation
| * | general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-0521-125/+121
| | | | | | | | | | | | This completes the removal of the old UUID implementation.
| * | profile: Migrate to the new UUID implementationMorph2022-02-059-108/+111
| | |
| * | hle: ipc_helpers: Ignore -Wclass-memaccessMorph2022-02-051-0/+8
| | | | | | | | | | | | This warning is triggered by GCC when copying into non-trivially default constructible types, as it uses the more restrictive std::is_trivial (which includes std::is_trivially_default_constructible) to determine whether memcpy is safe instead of std::is_trivially_copyable.
| * | service: Migrate to the new UUID implementationMorph2022-02-059-45/+36
| | |
| * | input/hid: Migrate to the new UUID implementationMorph2022-02-053-15/+16
| | |
* | | hle: kernel: KCodeMemory: Remove unused QueryMemory.bunnei2022-02-091-1/+0
| | |
* | | hle: kernel: KCodeMemory: Correct m_page_group number of pages.bunnei2022-02-091-2/+3
| |/ |/| | | Credits to @xerpi for finding this issue and pointing it out on #7519.
* | Merge pull request #7847 from tech-ticks/masterMorph2022-02-062-1/+46
|\ \ | |/ |/| service: pm: Implement AtmosphereGetProcessInfo
| * service: pm: Implement AtmosphereGetProcessInfotech-ticks2022-02-042-1/+46
| |
* | Merge pull request #7839 from german77/batterybunnei2022-02-051-1/+1
|\ \ | |/ |/| yuzu: ui: Improve battery symbols
| * yuzu: ui: Improve battery symbolsNarr the Reg2022-02-021-1/+1
| |
* | Merge pull request #7835 from bunnei/page-table-lockbunnei2022-02-032-34/+46
|\ \ | | | | | | hle: kernel: KPageTable: Migrate locks to KScopedLightLock.
| * | hle: kernel: KPageTable: Migrate locks to KScopedLightLock.bunnei2022-02-022-34/+46
| |/ | | | | | | - More accurately reflects real kernel behavior by using guest locks.
* | general: Replace NonCopyable struct with equivalentsLioncash2022-02-029-105/+159
| |
* | general: Move deleted copy/move constructor/assignment operators to public interfaceLioncash2022-02-027-11/+9
|/ | | | | | | | This allows for better compiler errors, where the compiler will state a copy or move couldn't occur due to the relevant function being deleted. Previously a compiler would warn about the relevant function not being accessible (which, while true, isn't as informative as it could be).
* svc: Add 32 bit SynchronizePreemptionStateNarr the Reg2022-02-011-1/+1
| | | | Used by Espgaluda II
* Merge pull request #7787 from bunnei/scheduler-deadlock-fixMorph2022-01-292-23/+24
|\ | | | | hle: kernel: KScheduler: Fix deadlock with core waiting for a thread lock that has migrated.
| * hle: kernel: KScheduler: Fix deadlock with core waiting for a thread lock that has migrated.bunnei2022-01-272-23/+24
| | | | | | | | | | | | | | | | - Previously, it was possible for a thread migration to occur from core A to core B. - Next, core B waits on a guest lock that must be released by a thread queued for core A. - Meanwhile, core A is still waiting on the core B's current thread lock - resulting in a deadlock. - Fix this by try-locking the thread lock. - Fixes softlocks in FF8 and Pokemon Legends Arceus.
* | Merge pull request #7770 from german77/motion-thresholdbunnei2022-01-282-2/+3
|\ \ | |/ |/| input_common: Add option to configure gyro threshold
| * input_common: Add option to configure gyro thresholdgerman772022-01-242-2/+3
| |
* | Merge pull request #7762 from bunnei/un-map-improvebunnei2022-01-273-111/+108
|\ \ | | | | | | Kernel Memory Updates (Part 4): Improve Un/MapPages, and more.
| * | core: hle: kernel: KPageTable: Various improvements to MapPages and UnmapPages.bunnei2022-01-231-22/+25
| | |
| * | core: hle: kernel: KPageTable: MapProcessCode: Various cleanup.bunnei2022-01-231-11/+12
| | |
| * | core: hle: kernel: KPageTable: ReserveTransferMemory: Various cleanup.bunnei2022-01-231-6/+6
| | |
| * | core: hle: kernel: KPageTable: ResetTransferMemory: Various cleanup.bunnei2022-01-231-6/+5
| | |
| * | core: hle: kernel: KPageTable: SetMemoryAttribute: Various cleanup.bunnei2022-01-231-2/+3
| | |
| * | core: hle: kernel: KPageTable: Assert valid address on GetPhysicalAddr.bunnei2022-01-221-1/+3
| | |
| * | core: hle: kernel: KPageTable: Operate: Assert lock ownership.bunnei2022-01-221-2/+2
| | |
| * | core: hle: kernel: KPageTable: SetHeapSize: Cleanup & take physical memory lock.bunnei2022-01-221-4/+7
| | |
| * | core: hle: kernel: Refactor Un/MapPhysicalMemory to remove unnecessary methods.bunnei2022-01-222-50/+39
| | |
| * | core: hle: kernel: Rename Un/Map to Un/MapMeory.bunnei2022-01-223-7/+6
| |/
* | Merge pull request #7771 from lioncash/assertMorph2022-01-251-2/+0
|\ \ | | | | | | kernel/k_affinity_mask: Remove duplicated assert
| * | kernel/k_affinity_mask: Remove duplicated assertLioncash2022-01-241-2/+0
| |/ | | | | | | This is already checked inside GetCoreBit()
* / hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount.bunnei2022-01-233-24/+21
|/ | | | - Previously implementation was incorrect, and would occasionally underflow.
* Merge pull request #7737 from bunnei/fix-dummy-thread-leakbunnei2022-01-228-38/+118
|\ | | | | Various fixes to HLE service thread management
| * hle: kernel: KThread: Ensure host (dummy) threads block on locking.bunnei2022-01-224-0/+89
| | | | | | | | | | - But do not enter the priority queue, as otherwise they will be scheduled. - Allows dummy threads to use guest synchronization primitives.
| * hle: kernel: Remove redundant tracking of dummy threads.bunnei2022-01-211-9/+3
| | | | | | | | - These are already tracked by kernel's registered_objects member.
| * hle: kernel: KThread: DummyThread can be waited, ensure wait_queue is not nullptr.bunnei2022-01-211-6/+6
| |
| * hle: kernel: KThread: Decrease DummyThread priority to ensure it is never scheduled.bunnei2022-01-213-2/+5
| |
| * hle: kernel: service_thread: Ensure dummy thread is closed & destroyed on thread exit.bunnei2022-01-211-0/+5
| |
| * hle: kernel: KServerSession: Remove hack for CompleteSyncRequest.bunnei2022-01-211-11/+0
| | | | | | | | - This does not appear to be necessary anymore.
| * hle: kernel: KServerSession: Simplify CompleteSyncRequest EndWait.bunnei2022-01-212-12/+2
| | | | | | | | | | - Considering is_thread_waiting is never set, so we can remove IsThreadWaiting. - KThread::EndWait will take the scheduler lock, so we can remove the redundant lock.
| * hle: kernel: KThread: Ensure dummy threads never call EndWait.bunnei2022-01-211-0/+5
| | | | | | | | - These are only used by host threads for locking and will never have a wait_queue.
| * hle: kernel: KScheduler: Ensure dummy threads are never scheduled.bunnei2022-01-211-0/+5
| | | | | | | | - These are only used by host threads for locking.
| * hle: kernel: KThread: Rename thread_type_for_debugging -> thread_type.bunnei2022-01-212-4/+4
| | | | | | | | - This will be used to ensure that we do not schedule dummy threads.
* | Merge pull request #7752 from Morph1984/SetCpuOverclockEnabledbunnei2022-01-221-1/+13
|\ \ | | | | | | service: apm: Stub ISession SetCpuOverclockEnabled
| * | service: apm: Stub ISession SetCpuOverclockEnabledMorph2022-01-211-1/+13
| | | | | | | | | | | | | | | | | | Since we don't currently support CPU overclocking within the emulated system, this can be stubbed for now, like APM IsCpuOverclockEnabled. - Used by Gravity Rider Zero
* | | service/wlan: Update function tablesLioncash2022-01-211-1/+1
| | |
* | | service/usb: Update function tablesLioncash2022-01-211-27/+15
| | |
* | | service/set: Update function tablesLioncash2022-01-211-0/+2
| | |
* | | service/ns: Update function tablesLioncash2022-01-211-0/+6
| | |
* | | service/nim: Update unknown function table entriesLioncash2022-01-211-0/+6
| | |
* | | service/friend: Update unknown function table entriesLioncash2022-01-211-6/+6
| | |
* | | service/filsystem: Update fsp-srv function tableLioncash2022-01-211-0/+3
| | |
* | | service/btm: Update function tablesLioncash2022-01-211-0/+30
| | |
* | | service/audio: Update audctl unknown function namesLioncash2022-01-211-8/+8
| | |
* | | service/am: Update omm function tablesLioncash2022-01-211-0/+1
| | |
* | | service/acc: Update unknown function namesLioncash2022-01-212-4/+4
| |/ |/| | | | | Switchbrew has the function names now.
* | Merge pull request #7710 from german77/just-shake-itbunnei2022-01-211-1/+1
|\ \ | |/ |/| core/hid: Increment shake force
| * core/hid: Increment shake forceNarr the Reg2022-01-141-1/+1
| | | | | | With the current settings 2p mode in pokemon let's go wasn't showing up. By making the shake more violent we can make it appear without any effort using the keyboard
* | Merge pull request #7726 from german77/clampMorph2022-01-191-1/+2
|\ \ | | | | | | service/hid: Initialize applet_resource on SetNpadAnalogStickUseCenterClamp
| * | service/hid: Initialize applet_resource on SetNpadAnalogStickUseCenterClampgerman772022-01-191-1/+2
| | |
* | | Merge pull request #7701 from bunnei/clear-mem-pagesbunnei2022-01-195-16/+34
|\ \ \ | |/ / |/| | Kernel Memory Updates (Part 3): Clear KMemoryManager pages & other fixes
| * | hle: kernel: k_memory_manager: Clear pages on allocation & free.bunnei2022-01-155-16/+34
| | | | | | | | | | | | | | | - Heap pages should be zero'd. - Also explicitly passed along heap allocation option.
* | | Merge pull request #7712 from bunnei/fix-thread-exitbunnei2022-01-1810-38/+177
|\ \ \ | | | | | | | | Accurately implement thread exit
| * | | core: hle: kernel: KThread: Integrate with KWorkerTask and implement DoWorkerTaskImpl.bunnei2022-01-152-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | - This is used to terminate a thread asynchronously after it has been exited. - This fixes a crash that can occur in Pokemon Sword/Shield because a thread is incorrectly closed on svcExitThread, then, the thread is destroyed on svcCloseHandle while it is still scheduled. - Instead, we now wait for the thread to no longer be scheduled on all cores before destroying it from KWorkerTaskManager, which is accurate to HOS behavior.
| * | | core: hle: kernel: KProcess: Integrate with KWorkerTask and add unimplemented DoWorkerTaskImpl.bunnei2022-01-152-3/+9
| | | |
| * | | core: hle: kernel: KThread: Replace Suspend with UpdateState & various updates.bunnei2022-01-152-33/+26
| | | | | | | | | | | | | | | | - This makes our implementations of these more closely match HOS.
| * | | core: hle: kernel: Instantiate a kernel instance of KWorkerTaskManager.bunnei2022-01-152-0/+18
| | | |
| * | | core: hle: kernel: Add KWorkerTask and KWorkerTaskManager.bunnei2022-01-154-0/+96
| | | | | | | | | | | | | | | | - These primitives are used to dispatch asynchronous kernel tasks from KThread and KProcess.
* | | | Merge pull request #7732 from v1993/patch-7bunnei2022-01-181-2/+0
|\ \ \ \ | | | | | | | | | | kernel: remove no-op code
| * | | | hle: remove no-op codeValeri2022-01-171-2/+0
| | | | | | | | | | | | | | | Found by static analysis with PVS-Studio. Nobody seems to really know what was it doing there.
* | | | | Merge pull request #7728 from v1993/patch-4Mai M2022-01-171-1/+1
|\ \ \ \ \ | | | | | | | | | | | | hid: fix std::transform call
| * | | | | hid: fix std::transform callValeri2022-01-171-1/+1
| |/ / / / | | | | | | | | | | Found by static analysis with PVS-Studio.
* / / / / Correct assignment source for rotationsValeri2022-01-171-1/+1
|/ / / / | | | | | | | | Found by static analysis with PVS-Studio
* | | | Merge pull request #7711 from bunnei/fix-service-thread-race-v2bunnei2022-01-151-12/+11
|\ \ \ \ | |_|/ / |/| | | hle: kernel: Fix service_threads access to be thread safe V2.
| * | | hle: kernel: Fix service_threads access to be thread safe V2.bunnei2022-01-151-12/+11
| |/ / | | | | | | | | | | | | | | | - PR #7699 attempted to fix CreateServiceThread and ReleaseServiceThread to be thread safe, but inadvertently introduced a possible dead-lock. - With this PR, we use a worker thread to manage the service thread list, allowing it only to be accessed by a single thread, and guaranteeing threads will not destroy themselves. - Fixes a rare crash in Pokemon Sword/Shield, I've now run this game for ~12 hours non-stop and am quite confident this is a good solution for this issue.
* | | Merge pull request #7707 from german77/slow-updatebunnei2022-01-151-1/+2
|\ \ \ | |/ / |/| | service/hid: Decrease motion update rate
| * | service/hid: Decrease motion update rateNarr the Reg2022-01-131-1/+2
| |/ | | | | Motion stops working in Mario Tennis in swing mode if the update rate is too fast even when HW it updates at the same speed. 10ms it's the minimum period that the game needs to start working again.
* | Merge pull request #7699 from bunnei/fix-service-thread-raceMai M2022-01-141-7/+27
|\ \ | | | | | | hle: kernel: Fix service_threads access to be thread safe.
| * | hle: kernel: Fix service_threads access to be thread safe.bunnei2022-01-141-7/+27
| | | | | | | | | | | | | | | - CreateServiceThread and ReleaseServiceThread can be accessed by different threads, uses a lock to make this thread safe. - Fixes a rare crash in Pokemon Sword/Shield that can occur when a new service thread is being created while an old one is being destroyed.
* | | Merge pull request #7698 from bunnei/mem-code-memory-updatesMai M2022-01-146-81/+107
|\ \ \ | |/ / |/| | Kernel Memory Updates (Part 2): SetProcessMemoryPermission, update permissions, and other minor changes.
| * | hle: kernel: k_page_table: Update SetProcessMemoryPermission.bunnei2022-01-126-45/+68
| | |
| * | hle: service: ldr: UnmapCodeMemory BSS only when set.bunnei2022-01-121-3/+7
| | |
| * | hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite.bunnei2022-01-123-18/+18
| | |
| * | hle: kernel: k_page_table: Rename *ProcessCodeMemory -> *CodeMemory.bunnei2022-01-124-20/+19
| |/
* | Merge pull request #7700 from german77/no-gyrobunnei2022-01-141-1/+1
|\ \ | |/ |/| core/hid: Reduce gyro threshold even more
| * core/hid: Reduce gyro threshold even moreNarr the Reg2022-01-121-1/+1
| |
* | Merge pull request #7684 from bunnei/set-mem-perm-attrbunnei2022-01-125-160/+211
|\ \ | | | | | | Kernel Memory Updates (Part 1): SetMemoryAttribute, and other minor changes.
| * | core: hle: kernel: svc: Updates to SetMemoryAttribute and SetMemoryPermission.bunnei2022-01-083-45/+46
| | |
| * | core: hle: kernel: k_page_table: Update CheckMemoryState.bunnei2022-01-084-116/+166
| | |
* | | Merge pull request #7633 from german77/hotkeysbunnei2022-01-113-1/+75
|\ \ \ | |_|/ |/| | yuzu: Add controller hotkeys
| * | yuzu: Add controller hotkeysgerman772022-01-072-0/+29
| | |
| * | core/hid: Add home and screenshot button supportgerman772022-01-073-1/+46
| | |
* | | Merge pull request #7682 from german77/udp_fixbunnei2022-01-081-2/+6
|\ \ \ | |_|/ |/| | input_common: Fix UDP controller mappings
| * | yuzu: Use pad parameter to choose the correct controllergerman772022-01-071-2/+6
| |/
* / core/hid: Set minimum gyro thresholdgerman772022-01-071-0/+1
|/
* Merge pull request #7636 from vonchenplus/buffer_queue_querybunnei2022-01-043-3/+9
|\ | | | | core:hle:service:nvflinger Implement few type in bufferqueue query method
| * Remove invalid assertion statementFeng Chen2021-12-281-3/+0
| |
| * Implement few type in bufferqueue query methodFeng Chen2021-12-282-0/+9
| |
* | gpu: Add shut down method to synchronize threads before destructionameerj2022-01-041-0/+2
| |
* | Revert "Merge pull request #7668 from ameerj/fence-stop-token"ameerj2022-01-041-2/+1
| | | | | | | | | | This reverts commit e7733544779f2706d108682dd027d44e7fa5ff4b, reversing changes made to abbbdc2bc027ed7af236625ae8427a46df63f7e7.
* | Merge pull request #7668 from ameerj/fence-stop-tokenbunnei2022-01-041-1/+2
|\ \ | | | | | | gpu: Use std::stop_token in WaitFence for VSync thread
| * | gpu: Use std::stop_token in WaitFence for VSync threadameerj2022-01-031-1/+2
| | | | | | | | | | | | Fixes a hang that may occur when stopping emulation and the VSync thread is blocked on the syncpoint condition variable.
* | | Merge pull request #7664 from german77/fallbackbunnei2022-01-042-4/+36
|\ \ \ | |/ / |/| | core/hid: Add fallback to fullkey controllers
| * | core/hid: Add fallback to fullkey controllersgerman772022-01-022-4/+36
| | |
* | | Merge pull request #7648 from bunnei/thread-pinningFernando S2022-01-0310-14/+140
|\ \ \ | |/ / |/| | core: hle: kernel: Implement thread pinning.
| * | core: hle: kernel: Implement thread pinning.bunnei2021-12-3110-14/+140
| | | | | | | | | | | | | | | - We largely had the mechanics in place for thread pinning, this change hooks these up. - Validated with tests https://github.com/Atmosphere-NX/Atmosphere/blob/master/tests/TestSvc/source/test_thread_pinning.cpp.
* | | Merge pull request #7647 from german77/toadbunnei2021-12-313-13/+19
|\ \ \ | |/ / |/| | core/hid: Fix controller type validation
| * | core/hid: Fix controller type validationgerman772021-12-303-13/+19
| | |
* | | core: hle: kernel: Updated implementation of svcSetHeapSize.bunnei2021-12-286-83/+141
| |/ |/| | | | | | | - Updates our svcSetHeapSize with latest HOS, furthermore allowing heap size to properly be extended/shrunk. - Validated with tests https://github.com/Atmosphere-NX/Atmosphere/blob/master/tests/TestSvc/source/test_set_heap_size.cpp.
* | Merge pull request #7621 from bunnei/set-mem-permbunnei2021-12-284-1/+67
|\ \ | |/ |/| core: hle: kernel: Implement SetMemoryPermission.
| * core: hle: kernel: Implement SetMemoryPermission.bunnei2021-12-234-1/+67
| | | | | | | | - Not seen in any games yet, but validated with kernel tests.
* | core: hle: kernel: KThread: X18 should be a cryptographically random number.bunnei2021-12-231-0/+2
|/ | | | | - This was added with firmware 11.0.0 (https://switchbrew.org/wiki/11.0.0). - X18 is OR'd by kernel with 1, to make sure it is odd.
* hle: kernel: svc: GetInfo: Fix error checking with IdleTickCount.bunnei2021-12-221-14/+9
| | | | | - Enforce tha the supplied handle is invalid, not valid. - This gets Witcher 3 booting.
* Merge pull request #7481 from german77/gyro-biasbunnei2021-12-216-20/+32
|\ | | | | service/hid: Improve console motion accuracy
| * service/hid: Improve console motion accuracyNarr the Reg2021-12-136-20/+32
| |
* | Merge pull request #7597 from bunnei/remove-global-lockbunnei2021-12-208-58/+1
|\ \ | | | | | | core: hle: Remove global HLE lock.
| * | core: hle: Remove global HLE lock.bunnei2021-12-188-58/+1
| | | | | | | | | | | | | | | - This was added early on as a hack to protect against some concurrency issues. - It's not clear that this serves any purpose anymore, and if it does, individual components should be fixed rather than using a global recursive mutex.
* | | kernel: Manually destroy the current process during shut downameerj2021-12-191-1/+4
| | | | | | | | | | | | Avoids a memory leak.
* | | Merge pull request #7593 from german77/brrr_testMorph2021-12-185-23/+19
|\ \ \ | | | | | | | | core/hid: Cancel any vibration after the test
| * | | core/hid: Cancel any vibration after the testNarr the Reg2021-12-165-23/+19
| |/ /
* / / core: loader: kip: Minimal changes to fix KIP loading.bunnei2021-12-181-1/+7
|/ / | | | | | | - Allows us to boot KIP (kernal apps), useful for testing the kernel.
* | core/hid: Fix faulty analog triggersNarr the Reg2021-12-151-2/+2
| |
* | common/input: Avoid numerous large copies of CallbackStatusLioncash2021-12-146-92/+118
| | | | | | | | | | | | | | | | | | CallbackStatus instances aren't the cheapest things to copy around (relative to everything else), given that they're currently 520 bytes in size and are currently copied numerous times when callbacks are invoked. Instead, we can pass the status by const reference to avoid all the copying.
* | Remove erroneous #pragma onceValeri2021-12-131-2/+0
| |
* | Merge pull request #7462 from bunnei/kernel-improve-schedulingbunnei2021-12-1332-634/+895
|\ \ | | | | | | Kernel: Improve threading & scheduling V3
| * | hle: kernel k_scheduler: EnableScheduling: Remove redundant GetCurrentThreadPointer calls.bunnei2021-12-071-3/+5
| | |
| * | hle: kernel k_process: Remove unnecessary .at usage with thread pinning methods.bunnei2021-12-071-3/+3
| | |
| * | hle: kernel: Remove unnecessary virtual specifier on NotifyAvailable.bunnei2021-12-071-2/+2
| | |
| * | hle: kernel: Remove unnecessary virtual specifier on EndWait.bunnei2021-12-071-1/+1
| | |
| * | hle: kernel: k_light_condition_variable: Revert unnecessary license comment changes.bunnei2021-12-071-1/+1
| | |
| * | hle: kernel: k_condition_variable: Revert unnecessary style changes.bunnei2021-12-071-2/+2
| | |
| * | hle: kernel: Remove unnecessary virtual specifier on CancelWait.bunnei2021-12-076-14/+14
| | |
| * | hle: kernel: service_thread: Force stop threads on destruction.bunnei2021-12-071-1/+7
| | |
| * | hle: kernel: k_light_lock: Implement CancelWait.bunnei2021-12-071-5/+10
| | | | | | | | | | | | - Fixes a crash in Megadimension Neptunia VII.
| * | hle: kernel: service_thread: Use std::jthread.bunnei2021-12-071-18/+19
| | | | | | | | | | | | - Fixes a potential deadlock on service thread shutdown.
| * | hle: kernel: k_thread: Skip reschedule on DisableDispatch with SC.bunnei2021-12-071-0/+5
| | |
| * | hle: kernel: k_thread: Rename sleeping_queue -> wait_queue.bunnei2021-12-072-17/+13
| | |
| * | hle: kernel: svc: Fix deadlock that can occur with single core.bunnei2021-12-071-10/+8
| | |
| * | hle: kernel: k_thread: Treat dummy threads as a special type.bunnei2021-12-072-1/+4
| | |
| * | hle: kernel: fix timing on thread preemptionFernandoS272021-12-071-4/+2
| | |
| * | hle: kernel: fix scheduling ops from HLE host thread.FernandoS272021-12-071-3/+3
| | |
| * | hle: kernel: Add a flag for indicating that the kernel is currently shutting down.bunnei2021-12-076-0/+49
| | |
| * | hle: kernel: KSynchronizationObject: Fix variable shadowing.bunnei2021-12-071-8/+8
| | |
| * | hle: kernel: Cleanup to match coding style.bunnei2021-12-076-26/+21
| | |
| * | hle: kernel: KProcess: Improvements for thread pinning.bunnei2021-12-072-8/+26
| | |
| * | hle: kernel: KThreadQueue: Remove deprecated code.bunnei2021-12-071-63/+0
| | |
| * | hle: kernel: KConditionVariable: Various updates & simplifications.bunnei2021-12-072-121/+65
| | |
| * | hle: kernel: KThread: Migrate to updated KThreadQueue (part 2).bunnei2021-12-071-29/+19
| | |
| * | hle: kernel: KThread: Migrate to updated KThreadQueue (part 1).bunnei2021-12-073-60/+71
| | |
| * | hle: kernel: KConditionVariable: Migrate to updated KThreadQueue.bunnei2021-12-071-12/+55
| | |
| * | hle: kernel: KServerSession: Migrate to updated KThreadQueue.bunnei2021-12-072-5/+11
| | |
| * | hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.bunnei2021-12-073-54/+87
| | |
| * | hle: kernel: KLightLock: Migrate to updated KThreadQueue.bunnei2021-12-072-35/+36
| | |
| * | hle: kernel: KAddressArbiter: Migrate to updated KThreadQueue.bunnei2021-12-071-43/+39
| | |
| * | hle: kernel: KThread: Remove tracking of sync object from threads.bunnei2021-12-076-41/+21
| | |
| * | hle: kernel: Update KThreadQueue and migrate KSynchronizationObject.bunnei2021-12-078-75/+251
| | |
| * | core: hle: kernel: Disable dispatch count tracking on single core.bunnei2021-12-073-5/+14
| | | | | | | | | | | | - This would have limited value, and would be a mess to handle properly.
| * | core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard.bunnei2021-12-071-1/+1
| | |
| * | core: cpu_manager: Use invalid core_id on init and simplify shutdown.bunnei2021-12-071-7/+3
| | |
| * | core: hle: kernel: k_auto_object: Add GetName method.bunnei2021-12-071-0/+4
| | | | | | | | | | | | - Useful purely for debugging.
| * | core: hle: kernel: DisableDispatch on suspend threads.bunnei2021-12-071-0/+3
| | |
| * | core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling.bunnei2021-12-071-14/+9
| | |
| * | core: cpu_manager: Use KScopedDisableDispatch.bunnei2021-12-071-7/+8
| | |
| * | core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate.bunnei2021-12-071-6/+2
| | |
| * | core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess.bunnei2021-12-071-5/+0
| | |
| * | core: hle: kernel: k_scheduler: Improve ScheduleImpl.bunnei2021-12-071-6/+7
| | |
| * | core: hle: kernel: k_scheduler: Improve Unload.bunnei2021-12-071-17/+29
| | |
| * | core: hle: kernel: k_process: DisableDispatch on main thread.bunnei2021-12-071-0/+1
| | |
| * | core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.bunnei2021-12-072-0/+8
| | |
| * | core: hle: kernel: k_thread: Add KScopedDisableDispatch.bunnei2021-12-072-1/+47
| | |
| * | core: hle: kernel: Ensure idle threads are closed before destroying scheduler.bunnei2021-12-073-24/+22
| | |
| * | core: hle: kernel: Reflect non-emulated threads as core 3.bunnei2021-12-077-14/+17
| | |
* | | Merge pull request #7519 from itsmeft24/masterbunnei2021-12-0912-6/+611
|\ \ \ | | | | | | | | kernel: svc: Implement ProcessMemory and CodeMemory SVCs
| * | | Update k_code_memory.hitsmeft242021-12-071-6/+6
| | | |
| * | | make KCodeMemory::GetSourceAddress constitsmeft242021-12-071-1/+1
| | | | | | | | | | | | Co-authored-by: Mai M. <mathew1800@gmail.com>
| * | | fix formattingitsmeft242021-12-061-1/+6
| | | |
| * | | move private members below public membersitsmeft242021-12-061-10/+11
| | | |
| * | | fix formattingitsmeft242021-12-061-4/+1
| | | |
| * | | fix formattingitsmeft242021-12-061-1/+1
| | | | | | | | | | | | Co-authored-by: Mai M. <mathew1800@gmail.com>
| * | | fix formattingitsmeft242021-12-062-2/+2
| | | |
| * | | Remove unnecessary includesitsmeft242021-12-062-50/+13
| | | |
| * | | Add copyright noticeitsmeft242021-12-052-0/+8
| | | |
| * | | Add KCodeMemory to CMakeLists.txtitsmeft242021-12-051-0/+2
| | | |
| * | | kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft242021-12-0511-7/+636
| | | | | | | | | | | | | | | | Used by Skyline modding framework
* | | | Merge pull request #7525 from german77/notifabunnei2021-12-084-0/+75
|\ \ \ \ | | | | | | | | | | service/notif: Add notif:a and stub ListAlarmSettings, Initialize
| * | | | service/notif: Add notif:a and stub ListAlarmSettings,Initializegerman772021-12-064-0/+75
| | | | | | | | | | | | | | | | | | | | Used by ring fit adventure 1.2.0
* | | | | Merge pull request #7521 from german77/dual_single_joyconsbunnei2021-12-085-38/+174
|\ \ \ \ \ | |_|_|_|/ |/| | | | service/hid: Implement SetNpadJoyAssignmentMode
| * | | | service/hid: Implement SetNpadJoyAssignmentModegerman772021-12-055-38/+174
| |/ / /
* | | | Merge pull request #7488 from vonchenplus/support_multiple_videos_playingbunnei2021-12-086-8/+29
|\ \ \ \ | |_|_|/ |/| | | Support multiple videos playing
| * | | Address feedbackFeng Chen2021-12-044-13/+22
| | | |
| * | | Support multiple videos playingFeng Chen2021-12-024-9/+21
| | | |
* | | | Merge pull request #7524 from german77/hid_stubbunnei2021-12-062-2/+35
|\ \ \ \ | | | | | | | | | | service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAssignment
| * | | | service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAssignmentgerman772021-12-062-2/+35
| | |/ / | |/| | | | | | | | | | Used by ring fit adventure 1.2.0
* | | | loader: Support loading subsdk{8,9}jam1garner2021-12-061-2/+3
| | | |
* | | | general: Add missing copyright noticesameerj2021-12-051-0/+4
|/ / /
* | / core/hid: Add missing controller typegerman772021-12-051-0/+2
| |/ |/|
* | core/hid: Ensure only valid npad are connectedgerman772021-12-056-18/+83
| |
* | Merge pull request #7489 from Morph1984/steady-clockbunnei2021-12-042-4/+4
|\ \ | | | | | | general: Replace high_resolution_clock with steady_clock
| * | general: Replace high_resolution_clock with steady_clockMorph2021-12-022-4/+4
| |/ | | | | | | On some OSes, high_resolution_clock is an alias to system_clock and is not monotonic in nature. Replace this with steady_clock.
* / service: am: ISelfController: Stub SaveCurrentScreenshotMorph2021-12-033-2/+15
|/ | | | - Used by Disney Magical World 2: Enchanted Edition
* service: friend: Implement GetCompletionEventMorph2021-11-301-2/+21
| | | | - Used by Super Bomberman R Online
* input_interpreter: Make use of NpadButton instead of a u64Morph2021-11-302-9/+9
| | | | Allows us to be more explicit with the representation of button states and use the provided bit manipulation operators
* npad: Return NpadButton in GetAndResetPressStateMorph2021-11-303-7/+6
| | | | We were previously truncating this to a u32 as there were no known buttons that used the full 64 bits of this type. Fix this now that we know they are used.
* core: hid: hid_types: Add "All" to NpadButtonMorph2021-11-301-0/+2
| | | | This represents a bitmask for all pressed buttons
* core: hid: hid_core: Add (Enable/DIsable)AllControllerConfigurationMorph2021-11-292-0/+32
|
* general: Fix handheld typoMorph2021-11-291-1/+1
|
* core: hid: Mark constructors as explicitMorph2021-11-292-2/+2
|
* core: hid: Cleanup and amend documentationMorph2021-11-294-69/+76
|
* Merge pull request #7438 from german77/homebrew2bunnei2021-11-286-2/+146
|\ | | | | Core: Stub services and functions needed for checkpoint
| * core/ns: Implement GetReadOnlyApplicationControlDataInterfaceNarr the Reg2021-11-282-1/+26
| | | | | | | | Used in checkpoint homebrew
| * core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountIdNarr the Reg2021-11-284-0/+107
| | | | | | | | Used in checkpoint homebrew
| * core/hid: Stub GetUniquePadsFromNpadNarr the Reg2021-11-271-1/+13
| | | | | | | | Used in checkpoint homebrew
* | settings: Add debug setting to enable all controllersgerman772021-11-282-0/+24
|/
* config: Remove vibration configurationgerman772021-11-271-2/+3
|
* input_common: Fully implement UDP controllersNarr the Reg2021-11-261-2/+4
|
* service/hid: Finish converting LIFO objects and address some nitsNarr the Reg2021-11-2514-95/+50
|
* bootmanager: Use cross-platform keyboard inputgerman772021-11-251-1/+1
|
* kraken: Address comments from reviewgerman772021-11-253-6/+6
| | | | Fix compiler bug
* core/hid: Improve accuary of mouse implementationgerman772021-11-2510-38/+61
|
* core/hid: Fully implement native mousegerman772021-11-256-60/+170
|
* input_common: Allow keyboard to be backwards compatiblegerman772021-11-251-6/+22
|
* core/hid: Improve accuracy of the keyboard implementationgerman772021-11-255-136/+303
|
* core/hid: Fix keyboard alignmentgerman772021-11-252-12/+14
|
* core/hid: Remove usage of native types, fix a couple of errors with motiongerman772021-11-259-419/+613
|
* service/hid: Remove includes of core.h and settings.hgerman772021-11-2525-54/+58
|
* service/hid: Add support for new controllersgerman772021-11-252-2/+31
|
* settings: Fix controller preview not displaying the correct controllergerman772021-11-251-2/+2
|
* core/hid: Rename NpadType to NpadStyleIndexgerman772021-11-257-114/+125
|
* config: Cleanup and documentationgerman772021-11-251-1/+5
|
* core/hid: Prevent Emulated controller from flapping with multiple inputs devicesgerman772021-11-252-13/+61
|
* core/hid: Fully emulate motion from buttongerman772021-11-254-36/+70
|
* second commit lion reviewgerman772021-11-2515-16/+44
|
* settings: Fix Debug controller type optionsgerman772021-11-253-6/+12
|
* kraken: Address comments from reviewgerman772021-11-2512-154/+178
| | | | start lion review
* input_common: Revert deleted TAS functionsgerman772021-11-251-22/+22
|
* core/hid: Explain better what a temporary value doesgerman772021-11-252-24/+28
|
* core/hid: Update structs to 13.1.0german772021-11-2512-50/+107
|
* core/hid: Add TAS inputgerman772021-11-252-0/+81
|
* input_common: Add multiple vibration curvesgerman772021-11-251-1/+9
|
* core/hid: Rework battery mappingsgerman772021-11-255-32/+63
|
* input_common: Add manual update options to input devicesgerman772021-11-251-0/+9
|
* service/hid: Fix memory allocated incorrectlygerman772021-11-255-7/+7
|
* settings: Fix mouse and keyboard mappingsgerman772021-11-253-11/+19
|
* Morph review first wavegerman772021-11-2522-135/+116
|
* service/hid: Match shared memory closer to HWgerman772021-11-252-26/+75
|
* yuzu: Fix loading input profilesgerman772021-11-251-0/+2
|
* kraken: Address comments from reviewgerman772021-11-2511-51/+47
| | | | review fixes
* service/hid: Use ring buffer for gesturesgerman772021-11-252-79/+52
|
* service/hid: Fix gesture inputgerman772021-11-255-88/+129
|
* configuration: Migrate controller settings to emulated controllergerman772021-11-255-15/+33
|
* core/hid: Fix rumble too strong at 1%german772021-11-251-12/+22
|
* core/hid: Only signal when neededgerman772021-11-254-128/+145
|
* hid: Fix controller connection/disconnectiongerman772021-11-257-56/+151
|
* core/hid: Documment some filesgerman772021-11-254-52/+265
|
* kraken: Fix errors from rebase and format filesgerman772021-11-252-2/+5
|
* core/hid: Add output devicesgerman772021-11-255-69/+126
|
* core: Update input interpretergerman772021-11-252-51/+18
|
* core/frontend: Update appletsgerman772021-11-252-10/+15
|
* core: Remove frontend/inputgerman772021-11-251-217/+0
|
* service/hid: Rewrite npad to use ring lifo and the emulated controllergerman772021-11-252-890/+605
|
* service/hid: Update console sixaxis to the emulated consolegerman772021-11-252-28/+26
|
* service/hid: Update mouse and keyboard to use ring lifo and the emulated devicegerman772021-11-254-158/+71
|
* service/hid: Update touch and gestures to use ring lifo and the emulated consolegerman772021-11-254-370/+191
|
* service/hid: Update debug pad, xpad, stubbed and controller base to use ring lifo and the emulated controllergerman772021-11-257-166/+80
|
* service/hid: Use remove duplicated code, update namesgerman772021-11-252-64/+30
|
* service/hid: Create ring LIFOgerman772021-11-252-1/+55
|
* settings: Cleanup settingsgerman772021-11-254-5/+4
|
* core/emu_window: Remove touch inputgerman772021-11-252-113/+15
|
* core: Register HIDgerman772021-11-252-3/+21
|
* core/hid: Add emulated controllersgerman772021-11-259-0/+2025
|
* core/hid: Move motion_input, create input converter and hid_typesgerman772021-11-256-0/+1164
|
* core/hid: Move input_interpreter to hidgerman772021-11-253-3/+3
|
* Merge pull request #7394 from Morph1984/svc-SetMemoryPermissionbunnei2021-11-225-12/+64
|\ | | | | kernel: svc: Implement SetProcessMemoryPermission
| * kernel: svc: Move all IsValid functions to an anonymous namespaceMorph2021-11-211-3/+15
| |
| * kernel: svc: Implement SetProcessMemoryPermissionMorph2021-11-211-1/+41
| | | | | | | | - Used by Skyline modding framework
| * kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermissionMorph2021-11-214-8/+8
| |
* | arm: dynarmic: Cleanup icache op handlingjam1garner2021-11-221-10/+9
| |
* | arm: dynarmic: Implement icache op handling for 'ic iallu' instructionjam1garner2021-11-221-0/+3
| |
* | arm: dynarmic: Implement icache op handling for 'ic ivau' instructionjam1garner2021-11-221-0/+18
| |
* | Merge pull request #7389 from ameerj/screenshot-1xbunnei2021-11-212-11/+7
|\ \ | | | | | | Fix screenshot dimensions when at 1x scale
| * | Fix screenshot dimensions when at 1x scaleameerj2021-11-202-11/+7
| |/ | | | | | | | | | | | | This was regressed by ART. Prior to ART, the screenshots were saved at the title's framebuffer resolution. A misunderstanding of the existing logic led to screenshot dimensions becoming dependent on the host render window size. This changes the behavior to match how it was prior to ART at 1x, with screenshots now always being the title's framebuffer dimensions scaled by the resolution scaling factor.
* | Merge pull request #7359 from heinermann/kthread_crashbunnei2021-11-211-8/+14
|\ \ | | | | | | Fix crash on exit due to static scoped dummy threads
| * | Fix crash on exit due to static scoped dummy threadsAdam Heinermann2021-11-181-8/+14
| |/
* | service: pm: Implement AtmosphereGetProcessIdMorph2021-11-211-0/+24
| | | | | | | | - Used by Skyline modding framework
* | service: pm: Add all relevant result codesMorph2021-11-211-3/+8
| |
* | service: pm: Rename title id to program idMorph2021-11-211-6/+6
|/
* bootmanager: Fix screenshot resolution factor usageameerj2021-11-162-10/+7
| | | | Fixes screenshots at non integer scaling
* Settings: eliminate rescaling_factor.Fernando Sahmkow2021-11-163-29/+12
|
* program_metadata: Add default ThreadInfo kernel capabilityOatmealDome2021-11-111-1/+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-084-13/+21
| | | | | | | 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
* service/pctl: Stub EndFreeCommunicationNarr the Reg2021-11-051-1/+8
| | | - Used by Just Dance 2022
* Merge pull request #7279 from Morph1984/system-get-program-idMorph2021-11-0522-53/+44
|\ | | | | general: Get the current process program id directly from the system
| * general: Get the current process program id directly from the systemMorph2021-11-0418-50/+38
| | | | | | | | 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-0421-39/+42
| |
* | Merge pull request #7289 from ameerj/perf-stat-shutdownMorph2021-11-051-1/+1
|\ \ | | | | | | core: Reorder perf_stats destruction order on Shutdown
| * | core: Reorder perf_stats destruction order on Shutdownameerj2021-11-051-1/+1
| |/ | | | | | | Avoids the gpu_core using perf_stats after it's been freed.
* | Merge pull request #7287 from Morph1984/stub-aocFernando S2021-11-052-0/+29
|\ \ | |/ |/| service: aoc: Stub more 13.x functions used by Animal Crossing
| * service: aoc: Stub NotifyUnmountAddOnContentMorph2021-11-042-1/+9
| | | | | | | | Used by Animal Crossing: New Horizons v2.0.0 DLC
| * service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContentMorph2021-11-042-0/+21
| | | | | | | | Used by Animal Crossing: New Horizons v2.0.0 DLC
* | Merge pull request #7282 from ameerj/core-includesbunnei2021-11-04134-219/+8
|\ \ | |/ |/| core: Reduce unused header includes
| * core: Fix transitive include build errorsameerj2021-11-045-0/+9
| |
| * core: Remove unused includesameerj2021-11-04133-221/+1
| |
* | service/acc: Rename Unknown160 to InitializeApplicationInfoV2german772021-11-043-3/+3
| |
* | service: acc: Stub acc:u0 '160'Morph2021-11-043-0/+9
|/ | | | | | - Used by Animal Crossing: New Horizons v2.0.0 Since the name is currently unknown, '160' is used as a placeholder.
* svc: Correct WaitSynchronization num_handles param typeMorph2021-11-032-4/+4
| | | | num_handles is a s32
* general: Remove MakeResult helpersMorph2021-11-0213-69/+48
| | | | This is made obsolete by the presence of implicit constructors.
* hle/result: Amend ResultVal documentationMorph2021-11-021-12/+10
| | | | This amends the documentation slightly to reflect the updated interface.
* hle/result: Reimplement ResultVal using Common::ExpectedMorph2021-11-021-117/+63
| | | | | Common::Expected effectively provides the same functions as ResultVal, so we can implement it with this. This can be replaced with std::expected with minimal effort should it be standardized in the C++ Standard Template Library.
* Merge pull request #7227 from vonchenplus/fix_memory_leak_v2bunnei2021-11-026-24/+54
|\ | | | | Fix memory leak v2
| * Fix dangling kernel objects when exitingFeng Chen2021-10-272-11/+13
| |
| * Revert PR7009Feng Chen2021-10-272-15/+5
| |
| * Fix memory leakFeng Chen2021-10-274-0/+38
| |
* | Merge pull request #7244 from Morph1984/application-lang-pt-brbunnei2021-10-304-3/+30
|\ \ | | | | | | file_sys/ns: Add Brazilian Portuguese to the list of ApplicationLanguage
| * | file_sys: control_metadata: Add BrazilianPortugueseMorph2021-10-292-2/+4
| | |
| * | ns: language: Add BrazilianPortuguese to ApplicationLanguageMorph2021-10-292-1/+26
| | | | | | | | | | | | It seems that Nintendo finally filled that last empty spot in ApplicationLanguage for a total of 16 supported languages.
* | | Merge pull request #7240 from Morph1984/resultval-remove-cvbunnei2021-10-301-2/+2
|\ \ \ | | | | | | | | hle/result: Remove cv-qualifiers from Arg in MakeResult
| * | | hle/result: Remove cv-qualifiers from Arg in MakeResultMorph2021-10-281-2/+2
| | |/ | |/| | | | | | | This removes the const qualification for types when MakeResult(arg) is used in a const member function, allowing for automatic deduction and removing the need to manually specify the non-const type as the template argument.
* | | hle/result: Declare copy/move constructor/assignment as noexceptMorph2021-10-281-3/+3
| | | | | | | | | | | | While we're at it, we can also declare these copy/move constructor/assignment as noexcept.
* | | hle/result: Add move assignment operator in ResultValMorph2021-10-281-0/+20
| |/ |/| | | | | ResultVal was missing a move assignment operator, add it.
* | Merge pull request #7193 from FernandoS27/idleMorph2021-10-252-0/+22
|\ \ | |/ |/| SVC: Implement svcInfo:IdleTickCount
| * SVC: Implement svcInfo:IdleTickCountFernando Sahmkow2021-10-162-0/+22
| | | | | | | | Used by the Witcher 3
* | Merge pull request #7218 from bylaws/aswdqdsamAmeer J2021-10-252-21/+9
|\ \ | | | | | | Fixup channel submit IOCTL syncpoint parameters
| * | Fixup channel submit IOCTL syncpoint parametersBilly Laws2021-10-242-21/+9
| | | | | | | | | | | | | | | | | | The current arguments worked by happenstance as games only ever submit one syncpoint and request one fence back, if a game were to do something other than this then the arguments would've been parsed entirely wrong.
* | | Fixed ARM_Dynamic_64 StepAndrew Strelsky2021-10-241-1/+1
|/ /
* | Merge pull request #7198 from ameerj/settings-chronobunnei2021-10-192-8/+10
|\ \ | | | | | | settings: Remove std::chrono usage
| * | settings: Remove std::chrono usageameerj2021-10-172-8/+10
| |/ | | | | | | Alleviates the dependency on chrono for all files that include settings.h
* | Merge pull request #7173 from Morph1984/invalidate-unmapbunnei2021-10-171-0/+2
|\ \ | |/ |/| KPageTable: Perform ranged invalidation when unmapping code memory
| * KPageTable: Perform ranged invalidation when unmapping code memoryMorph2021-10-131-0/+2
| | | | | | | | Co-Authored-By: Fernando S. <1731197+FernandoS27@users.noreply.github.com>
* | Merge pull request #7187 from FernandoS27/boy-i-say-boybunnei2021-10-164-0/+51
|\ \ | | | | | | NVHost_Ctrl: Force wait if the gpu falls behind too long.
| * | NvHost/Core: Address Feedback.Fernando Sahmkow2021-10-163-19/+27
| | |
| * | Suspend temporallyFernandoS272021-10-163-1/+31
| | |
| * | NVHost_Ctrl: Force wait if the gpu falls behind too long.FernandoS272021-10-162-0/+13
| | |
* | | service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184)Feng Chen2021-10-161-1/+11
|/ /
* | core: Move ResultStatus outside of SystemMorph2021-10-152-43/+45
| | | | | | | | Allows it to be a forward declaration in other header files.
* | core: Remove static system instanceMorph2021-10-152-28/+5
|/
* 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
| |
* | kernel: hle_ipc: Foward declare KAutoObjectMorph2021-10-072-1/+2
| |
* | service: Reduce header include overheadMorph2021-10-0730-38/+10
| |
* | Merge pull request #7118 from ameerj/vc-gpu-implFernando S2021-10-065-52/+36
|\ \ | | | | | | gpu: Migrate implementation to the cpp file
| * | nvflinger: Use jthread and stop_token for VSync threadameerj2021-10-032-32/+8
| | | | | | | | | | | | Avoids a destruction data race that may occur on the vsync thread
| * | nvhost_ctrl: Refactor usage of gpu.LockSync()ameerj2021-10-031-15/+15
| | | | | | | | | | | | This seems to only be used to protect a later gpu function call. So we can move the lock into that call instead.
| * | gpu: Migrate implementation to the cpp fileameerj2021-10-032-5/+13
| | |
* | | Merge pull request #7115 from ameerj/log-compilebunnei2021-10-054-0/+6
|\ \ \ | | | | | | | | common/logging: Reduce dependent header include overhead
| * | | common/logging: Reduce scope of fmt includeameerj2021-10-022-0/+3
| | | |
| * | | common/logging: Move Log::Entry declaration to a separate headerameerj2021-10-022-0/+3
| |/ / | | | | | | | | | This reduces the load of requiring to include std::chrono in all files which include log.h
* | | Merge pull request #7103 from Morph1984/service-ctx-eventbunnei2021-10-0526-271/+367
|\ \ \ | | | | | | | | service: Replace all service event creation with ServiceContext::CreateEvent
| * | | service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-0226-271/+367
| | | | | | | | | | | | | | | | The service context helps to manage all created events and allows us to close them upon destruction.
* | | | Merge pull request #7107 from astrelsky/iob_fixbunnei2021-10-041-1/+5
|\ \ \ \ | | | | | | | | | | prevent access violation from iob in Memory::IsValidVirtualAddress
| * | | | prevent access violation from iob in Memory::IsValidVirtualAddressAndrew Strelsky2021-09-301-1/+5
| | | | |
* | | | | Merge pull request #7091 from vonchenplus/fix_memroy_leakAmeer J2021-10-046-9/+114
|\ \ \ \ \ | | | | | | | | | | | | core: Fix memory leak
| * | | | | Fix KShareMemory object leakFeng Chen2021-09-295-3/+106
| | | | | |
| * | | | | Fix KScopedAutoObject object leak when SendSyncRequestFeng Chen2021-09-251-6/+8
| | |_|_|/ | |/| | |
* | | | | Merge pull request #7113 from Morph1984/no-log-ip-addrbunnei2021-10-031-2/+0
|\ \ \ \ \ | | | | | | | | | | | | network: Do not log IP address
| * | | | | network: Do not log IP addressMorph2021-10-021-2/+0
| | |_|/ / | |/| | | | | | | | | | | | | Logging this may be a privacy concern for some users.
* | | | | 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.
* | | | | core: Add Exit and ExitCallbackMorph2021-10-022-0/+25
|/ / / / | | | | | | | | | | | | This allows ISelfController::Exit to stop the currently running application. This is typically used by homebrew to exit back to the homebrew menu after calling consoleExit with libnx.
* | | | Merge pull request #7102 from Morph1984/remove-boxcatbunnei2021-10-026-735/+1
|\ \ \ \ | |_|_|/ |/| | | Remove Boxcat BCAT backend
| * | | service: bcat: Remove BoxCat BCAT implementationMorph2021-09-294-631/+0
| | | | | | | | | | | | | | | | | | | | The current implementation of BoxCat as it stands is non-functional due to the reliance on a server providing BCAT files. This implementation will eventually be replaced with one that allows the use of local BCAT files dumped from a Nintendo Switch.
| * | | externals: Remove libzipMorph2021-09-291-1/+1
| | | |
| * | | file_sys: Remove vfs_libzipMorph2021-09-293-103/+0
| | |/ | |/|
* / | style: Remove extra space preceding the :: operatorMorph2021-09-296-7/+7
|/ /
* | Merge pull request #7018 from lat9nq/splat-stubsMorph2021-09-292-26/+67
|\ \ | | | | | | audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAuto
| * | audin_u: Return a buffer event in RegisterBufferEventlat9nq2021-09-152-2/+12
| | | | | | | | | | | | Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
| * | audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAutolat9nq2021-09-152-26/+57
| | | | | | | | | | | | | | | | | | This also moves IAudioIn's definition to the header. Required for Splatoon 2 LAN play.
* | | service/es: Update to 13.0.0german772021-09-271-0/+6
| | |
* | | service/npns: Update to 13.0.0german772021-09-271-0/+1
| | |
* | | service/vi: Update to 13.0.0german772021-09-272-0/+2
| | |
* | | service/am: Update to 13.0.0german772021-09-271-0/+4
| | |
* | | service/audio: Update to 13.0.0german772021-09-272-1/+10
| | |
* | | service/hid: Update to 13.0.0german772021-09-272-0/+10
| | |
* | | service/btdrv: Update to 13.0.0german772021-09-271-0/+4
| | |
* | | service/usb: Update to 13.0.0german772021-09-271-3/+3
| | |
* | | Merge pull request #7078 from ameerj/vc-jthread-fixesMorph2021-09-261-1/+1
|\ \ \ | | | | | | | | video_core: Fix jthread related hangs when stopping emulation
| * | | video_core: Fix jthread related hangs when stopping emulationameerj2021-09-241-1/+1
| | |/ | |/| | | | | | | jthread on some compilers is more picky when it comes to the order in which objects are destroyed.
* | | service: bsd: Stub ReadMorph2021-09-251-6/+5
| | | | | | | | | | | | - Used by Diablo II: Resurrected
* | | service: bsd: Implement ReadMorph2021-09-242-1/+15
| | | | | | | | | | | | - Used by Diablo II: Resurrected
* | | general: Update style to clang-format-12ameerj2021-09-244-27/+19
| | |
* | | core/profile_select: Avoid uninitialized read in SelectProfile()Lioncash2021-09-231-1/+2
| | | | | | | | | | | | | | | The default constructor of UUID doesn't initialize its data members, so we need to directly initialize it to be invalid.
* | | common/uuid: Add validity checking functions to interfaceLioncash2021-09-223-7/+7
|/ / | | | | | | | | Given we have a function to invalidate, we should also have ones to query the validity. Also makes the code more straightforward to read.
* | Merge pull request #7019 from ameerj/videocore-jthreadbunnei2021-09-191-5/+1
|\ \ | | | | | | videocore: Use std::jthread for worker threads
| * | gpu: Use std::jthread for async gpu threadameerj2021-09-161-5/+1
| |/
* | Merge pull request #7020 from Moonlacer/remove_audio_stretchingbunnei2021-09-181-2/+0
|\ \ | | | | | | Remove audio stretching
| * | remove-audio-stretching-settingMoonlacer2021-09-161-2/+0
| | |
* | | Merge pull request #7015 from german77/NotGoodForTerrabunnei2021-09-171-1/+14
|\ \ \ | | | | | | | | ngct: Stub Match
| * | | ngct: Stub MatchNarr the Reg2021-09-151-1/+14
| | |/ | |/| | | | Needed for Cruis'n Blast
* / | vfs: Partially implement GetFileTimeStampRawMorph2021-09-148-1/+83
|/ / | | | | | | Gets rid of homebrew warnings using this func
* | Merge pull request #7009 from ameerj/main_process_cleanupbunnei2021-09-141-3/+12
|\ \ | |/ |/| core: Destroy main_process during shutdown
| * core: Destroy main_process during shutdownameerj2021-09-141-3/+12
| | | | | | | | The main_process was never being cleaned up, causing a noticeable memory leak after subsequent launches. This change cleans up the memory during Core Shutdown, mitigating the leak.
* | FS: Mark recursive CreateDirectory as inaccurate and temporaryMorph2021-09-121-0/+5
|/
* Merge pull request #6975 from ogniK5377/acc-async-ctxMorph2021-09-124-19/+154
|\ | | | | account: EnsureTokenIdCacheAsync
| * Mark is_complete as atomicChloe Marcec2021-09-082-4/+5
| |
| * Addressed issuesChloe Marcec2021-09-083-15/+14
| |
| * address name shadowing with systemChloe Marcec2021-09-061-2/+2
| |
| * account: EnsureTokenIdCacheAsyncChloe Marcec2021-09-064-19/+154
| | | | | | | | Closes #2547, #6946
* | Merge pull request #6974 from ogniK5377/fs-recursive-createdirMorph2021-09-121-8/+13
|\ \ | | | | | | FS: Recursively create directories for CreateDirectory
| * | Addressed issuesChloe2021-09-081-1/+1
| | | | | | | | | Co-authored-by: Mai M. <mathew1800@gmail.com>
| * | FS: Recursively create directories for CreateDirectoryChloe Marcec2021-09-061-8/+13
| | | | | | | | | | | | | | | | | | Originally we only created the parent directory, this caused issues for creating directories which also contained subdirectories, eg `/Folder1/Folder2` This allows the ultimate mod manager homebrew to at least boot
* | | Merge pull request #6992 from german77/brainsMorph2021-09-125-3/+44
|\ \ \ | | | | | | | | hid/am: Stub SetTouchScreenConfiguration and implement GetNotificationStorageChannelEvent
| * | | am: Implement GetNotificationStorageChannelEventgerman772021-09-102-2/+16
| | | |
| * | | hid: Stub SetTouchScreenConfigurationgerman772021-09-103-1/+28
| | | |
* | | | Merge pull request #6987 from Morph1984/common-errorMorph2021-09-123-2/+5
|\ \ \ \ | | | | | | | | | | common: Move error handling functions out of common_funcs
| * | | | kernel: Add missing <functional> includeMorph2021-09-111-0/+1
| | | | |
| * | | | file_sys/kernel_executable: Add missing <string> includeMorph2021-09-111-0/+1
| | | | |
| * | | | common: Move error handling to error.cpp/hMorph2021-09-111-2/+3
| | | | | | | | | | | | | | | | | | | | This allows us to avoid implicitly including <string> every time common_funcs.h is included.
* | | | | Merge pull request #6986 from Morph1984/version-updateMorph2021-09-121-5/+12
|\ \ \ \ \ | |/ / / / |/| | | | api_version: Update and add AtmosphereTargetFirmware
| * | | | api_version: Update and add AtmosphereTargetFirmwareMorph2021-09-101-5/+12
| |/ / /
* | | | Merge pull request #6846 from ameerj/nvdec-gpu-decodeFernando S2021-09-111-2/+14
|\ \ \ \ | | | | | | | | | | nvdec: Add GPU video decoding for all capable drivers and platforms
| * | | | configure_graphics: Add GPU nvdec decoding as an optionameerj2021-08-161-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some system configurations may see visual regressions or lower performance using GPU decoding compared to CPU decoding. This setting provides the option for users to specify their decoding preference. Co-Authored-By: yzct12345 <87620833+yzct12345@users.noreply.github.com>
* | | | | Merge pull request #6981 from ameerj/nvflinger-hb-formatFernando S2021-09-113-7/+8
|\ \ \ \ \ | |_|/ / / |/| | | | nvflinger: Use external surface format for framebuffer creation
| * | | | nvflinger: Use external surface format for framebuffer creationameerj2021-09-073-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The format member the IGBPBuffer may not always specify the correct desired format. Using the external format member ensures a valid format is provided when creating the framebuffer. Fixes homebrew using the wrong framebuffer format.
* | | | | Merge pull request #6971 from bunnei/buffer-queue-keventAmeer J2021-09-083-14/+24
|\ \ \ \ \ | |/ / / / |/| | | | core: hle: service: buffer_queue: Improve management of KEvent.
| * | | | core: hle: service: buffer_queue: Improve management of KEvent.bunnei2021-09-053-14/+24
| | |_|/ | |/| |
* | | | Merge pull request #6965 from bunnei/cpu_manager_jthreadbunnei2021-09-062-18/+13
|\ \ \ \ | |/ / / |/| | | core: cpu_manager: Use jthread.
| * | | core: cpu_manager: Use jthread.bunnei2021-09-042-18/+13
| | |/ | |/|
* / | core: hle: service: nvflinger/vi: Improve management of KEvent.bunnei2021-09-044-16/+30
|/ /
* | Merge pull request #6905 from Morph1984/nifm-miscbunnei2021-08-292-137/+147
|\ \ | | | | | | nifm/network_interface: Cleanup and populate fields in GetCurrentNetworkProfile
| * | service: nifm: Populate fields in GetCurrentNetworkProfileMorph2021-08-271-29/+37
| | | | | | | | | | | | Populates the current_address, subnet_mask, and gateway fields from the selected network interface.
| * | service: nifm: Cleanup GetCurrentIpConfigInfoMorph2021-08-271-26/+21
| | |
| * | network_interface: Cleanup codeMorph2021-08-271-76/+83
| | |
| * | network_interface: Replace default return value with std::nulloptMorph2021-08-271-6/+6
| | |
* | | ngct: Stub NGCT:U servicegerman772021-08-274-0/+70
|/ /
* | Revert "kernel: Various improvements to scheduler"bunnei2021-08-2623-224/+140
| |
* | logging: Fix log filter during initializationameerj2021-08-242-7/+10
| | | | | | | | | | | | The log filter was being ignored on initialization due to the logging instance being initialized before the config instance, so the log filter was set to its default value. This fixes that oversight, along with using descriptive exceptions instead of abort() calls.
* | Merge pull request #6878 from BreadFish64/optimize-GetHostThreadIDAmeer J2021-08-241-10/+13
|\ \ | | | | | | kernel: Optimize GetHostThreadID
| * | kernel: Optimize GetHostThreadIDBreadFish642021-08-161-10/+13
| |/
* | Merge pull request #6869 from yzct12345/shiny-logs-in-the-fireplacebunnei2021-08-232-4/+14
|\ \ | | | | | | logging: Simplify and make thread-safe
| * | logging: Simplify and make thread-safeyzct123452021-08-132-4/+14
| |/ | | | | | | | | | | | | | | | | This simplifies the logging system. This also fixes some lost messages on startup. The simplification is simple. I removed unused functions and moved most things in the .h to the .cpp. I replaced the unnecessary linked list with its contents laid out as three member variables. Anything that went through the linked list now directly accesses the backends. Generic functions are replaced with those for each specific use case and there aren't many. This change increases coupling but we gain back more KISS and encapsulation. With those changes it was easy to make it thread-safe. I just removed the mutex and turned a boolean atomic. I was planning to use this thread-safety in my next PR about stacktraces. It was actually async-signal-safety at first but I ended up using a different approach. Anyway getting rid of the linked list is important for that because have the list of backends constantly changing complicates things.
* | applet_error: Fix 64-bit error code conversionMorph2021-08-191-6/+25
| |
* | Fix crash in logging in CreateStrayLayerValeri2021-08-191-1/+1
| | | | | | It was trying to log value of layer_id which is specifically known not to exist, potentially leading to segfault. Log display_id instead.
* | Fix check is thread current in GetThreadContextValeri2021-08-191-1/+1
| | | | | | Misplaced break made it only check for the first core.
* | Merge pull request #6832 from bunnei/scheduler-improvementsbunnei2021-08-1923-140/+224
|\ \ | | | | | | kernel: Various improvements to scheduler
| * | core: hle: kernel: Disable dispatch count tracking on single core.bunnei2021-08-143-5/+12
| | | | | | | | | | | | - This would have limited value, and would be a mess to handle properly.
| * | core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard.bunnei2021-08-071-1/+1
| | |
| * | core: cpu_manager: Use invalid core_id on init and simplify shutdown.bunnei2021-08-071-7/+3
| | |
| * | core: hle: service: buffer_queue: Improve management of KEvent.bunnei2021-08-073-14/+24
| | |
| * | core: hle: kernel: k_auto_object: Add GetName method.bunnei2021-08-071-0/+4
| | | | | | | | | | | | - Useful purely for debugging.
| * | core: hle: service: nvflinger/vi: Improve management of KEvent.bunnei2021-08-074-16/+30
| | |
| * | core: hle: kernel: DisableDispatch on suspend threads.bunnei2021-08-071-0/+3
| | |
| * | core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling.bunnei2021-08-071-14/+9
| | |
| * | core: cpu_manager: Use KScopedDisableDispatch.bunnei2021-08-071-7/+8
| | |
| * | core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate.bunnei2021-08-071-6/+2
| | |
| * | core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess.bunnei2021-08-071-5/+0
| | |
| * | core: hle: kernel: k_scheduler: Improve ScheduleImpl.bunnei2021-08-071-6/+7
| | |
| * | core: hle: kernel: k_scheduler: Improve Unload.bunnei2021-08-071-17/+29
| | |
| * | core: hle: kernel: k_process: DisableDispatch on main thread.bunnei2021-08-071-0/+1
| | |
| * | core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.bunnei2021-08-072-0/+8
| | |
| * | core: hle: kernel: k_thread: Add KScopedDisableDispatch.bunnei2021-08-072-1/+47
| | |
| * | core: hle: kernel: Ensure idle threads are closed before destroying scheduler.bunnei2021-08-073-24/+22
| | |
| * | core: hle: kernel: Reflect non-emulated threads as core 3.bunnei2021-08-077-13/+15
| | |
| * | core: cpu_manager: Use jthread.bunnei2021-08-072-18/+13
| | |
* | | network_interface: correct formattingSönke Holz2021-08-161-1/+1
| | |
* | | network_interface: fix mingw-w64 buildspholz2021-08-161-1/+1
| | |
* | | network: retrieve subnet mask and gateway infoSönke Holz2021-08-165-24/+137
| | |
* | | network: don't use reinterpret_cast in GetAvailableNetworkInterfacesspholz2021-08-131-7/+4
| | |
* | | network: fix mingw-w64 buildSönke Holz2021-08-131-4/+4
| | | | | | | | | | | | The header "combaseapi.h" of mingw-w64 defines "interface" as "struct".
* | | network: don't use assert to check if no network interfaces are returnedSönke Holz2021-08-131-2/+4
| | |
* | | network: use Common::BitCast instead of std::bit_castSönke Holz2021-08-131-2/+3
| | |
* | | network: narrow down scope of "result" in win32 code forSönke Holz2021-08-131-4/+5
| | | | | | | | | | | | GetAvailableNetworkInterfaces
* | | network: use explicit bool conversions in GetAvailableNetworkInterfacesSönke Holz2021-08-131-1/+1
| | |
* | | network: initialize ip_addr in GetHostIPv4Address()Sönke Holz2021-08-131-1/+1
| | |
* | | nifm: use operator*() instead of .value() to get value of std::optionalSönke Holz2021-08-131-2/+2
| | |
* | | nifm: treat a missing host IP address as a non-critical errorSönke Holz2021-08-131-2/+2
| | |
* | | Merge branch 'yuzu-emu:master' into fix-lan-playspholz2021-08-122-491/+163
|\ \ \ | | |/ | |/|
| * | Merge pull request #6823 from yzct12345/memory-cleanupbunnei2021-08-102-491/+163
| |\ \ | | |/ | |/| memory: Clean up code
| | * memory: Address lioncash's reviewyzct123452021-08-071-52/+6
| | |
| | * memory: Dedup Read and Write and fix logging bugsyzct123452021-08-071-129/+115
| | |
| | * memory: Clean up CopyBlock tooyzct123452021-08-051-36/+15
| | |
| | * memory: Address lioncash's reviewyzct123452021-08-052-7/+8
| | |
| | * memory: Clean up codeyzct123452021-08-052-329/+81
| | |
* | | network: correct formatting in network.cpp and network_interface.cppSönke Holz2021-08-122-8/+6
| | |
* | | configuration: add option to select network interfacespholz2021-08-126-37/+187
| | | | | | | | | | | | This commit renames the "Services" tab to "Network" and adds a combobox that allows the user to select the network interface that yuzu should use. This new setting is now used to get the local IP address in Network::GetHostIPv4Address. This prevents yuzu from selecting the wrong network interface and thus using the wrong IP address. The return type of Network::GetHostIPv4Adress has also been changed.
* | | Merge branch 'yuzu-emu:master' into fix-lan-playspholz2021-08-072-99/+4
|\| |
| * | Merge pull request #6799 from ameerj/vp9-fixesbunnei2021-08-072-99/+4
| |\ \ | | |/ | |/| nvdec: Fix VP9 reference frame refreshes
| | * nvhost_nvdec_common: Remove BufferMapameerj2021-08-072-76/+0
| | | | | | | | | | | | This was mainly used to keep track of mapped buffers for later unmapping. Since unmap is no longer implemented, this no longer seves a valuable purpose.
| | * nvhost_nvdec_common: Stub UnmapBuffer Ioctlameerj2021-08-071-23/+4
| | | | | | | | | | | | Skip unmapping nvdec buffers to avoid breaking the continuity of the VP9 reference frame addresses, and the risk of invalidating data before the async GPU thread is done with it.
* | | network: GetAndLogLastError: ignore Errno::AGAINSönke Holz2021-08-071-1/+5
| | | | | | | | | | | | If non-blocking sockets are used, they generate a lot of Errno::AGAIN errors when they didn't receive any data. These errors shouldn't be logged.
* | | network: GetCurrentIpConfigInfo: return host IP addressSönke Holz2021-08-071-1/+4
| | | | | | | | | | | | Service::NIFM::IGeneralService::GetCurrentIpConfigInfo currently hardcodes 192.168.1.100 as the IP address, which prevents LAN play from working correctly.
* | | network: fix fcntl cmdsSönke Holz2021-08-061-2/+2
|/ / | | | | | | F_SETFL/F_GETFL are the correct commands to set a socket to be non-blocking
* | 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.
* | network: fix ternary operator in Socket::SendTospholz2021-08-021-1/+1
| |
* | service: set: Correct copy amount in GetAvailableLanguageCodesMorph2021-08-011-1/+2
|/
* hle: api_version: Update HOS version to 12.1.0Morph2021-07-311-7/+7
| | | | Keeps us up to date with reporting the system version.
* Merge pull request #6752 from Morph1984/pt-brbunnei2021-07-303-10/+14
|\ | | | | service: ns, set: Add PT_BR (Brazilian Portuguese)
| * service: set: Correct 4.0.0 max_entries to 0x40 (64) instead of 17Morph2021-07-301-8/+8
| |
| * service: ns, set: Add PT_BR (Brazilian Portuguese)Morph2021-07-303-2/+6
| |
* | applet_swkbd: Correct string buffer size calculationMorph2021-07-301-2/+2
|/ | | | The buffer size here does not include the initial 8 bytes.
* Merge pull request #6751 from Morph1984/languagecodeAmeer J2021-07-292-42/+2
|\ | | | | service: ns: Map ZH_TW and ZH_CN to Traditional/Simplified Chinese
| * service: ns: Remove unused ns_language headerMorph2021-07-271-42/+0
| |
| * service: ns: Map ZH_TW and ZH_CN to Traditional/Simplified ChineseMorph2021-07-271-0/+2
| |
* | Merge pull request #6742 from Morph1984/uuidbunnei2021-07-292-14/+14
|\ \ | |/ |/| common: uuid: Return a lower-case hex string in Format
| * common: uuid: Return a lower-case hex string in FormatMorph2021-07-272-14/+14
| |
* | Merge pull request #6696 from ameerj/speed-limit-renamebunnei2021-07-276-26/+26
|\ \ | | | | | | general: Rename "Frame Limit" references to "Speed Limit"
| * | general: Rename "Frame Limit" references to "Speed Limit"ameerj2021-07-246-26/+26
| | | | | | | | | | | | | | | This setting is best referred to as a speed limit, as it involves the limits of all timing based aspects of the emulator, not only framerate. This allows us to differentiate it from the fps unlocker setting.
* | | Merge pull request #6697 from ameerj/fps-capbunnei2021-07-261-5/+6
|\ \ \ | |_|/ |/| | config, nvflinger: Add FPS cap setting
| * | config, nvflinger: Add FPS cap settingameerj2021-07-241-5/+6
| |/ | | | | | | Allows finer tuning of the FPS limit.
* | Merge pull request #6585 from ameerj/hadesbunnei2021-07-252-3/+2
|\ \ | | | | | | Shader Decompiler Rewrite
| * | cmake: Remove shader cache versionReinUsesLisp2021-07-231-1/+0
| | |
| * | general: Add setting shader_backendlat9nq2021-07-231-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GLASM is getting good enough that we can move it out of advanced graphics settings. This removes the setting `use_assembly_shaders`, opting for a enum class `shader_backend`. This comes with the benefits that it is extensible for additional shader backends besides GLSL and GLASM, and this will work better with a QComboBox. Qt removes the related assembly shader setting from the Advanced Graphics section and places it as a new QComboBox in the API Settings group. This will replace the Vulkan device selector when OpenGL is selected. Additionally, mark all of the custom anisotropic filtering settings as "WILL BREAK THINGS", as that is the case with a select few games.
* | Merge pull request #6551 from bunnei/improve-kernel-objbunnei2021-07-2421-88/+327
|\ \ | |/ |/| Improve management of kernel objects
| * hle: service: kernel_helpers: Remove unnecessary pragma once.bunnei2021-07-211-2/+0
| |
| * hle: kernel: svc: Remove part of ExitProcess.bunnei2021-07-211-5/+0
| | | | | | | | - ExitProcess is not actually implemented either way, and this needs more work before we implement.
| * hle: service: nvdrv: Remove unused kernel reference.bunnei2021-07-211-1/+0
| |
| * hle: service: hid: npad: Remove unused kernel reference.bunnei2021-07-211-1/+0
| |
| * hle: kernel: Track and release server sessions, and protect methods with locks.bunnei2021-07-214-13/+82
| |
| * hle: kernel: KProcess: Change process termination assert to a warning.bunnei2021-07-211-1/+1
| | | | | | | | - Since we do not implement multiprocess right now, this should not be a crashing assert.
| * hle: kernel: Ensure current running process is closed.bunnei2021-07-211-5/+6
| |
| * hle: kernel: Ensure global handle table is finalized before closing.bunnei2021-07-211-0/+1
| |
| * kernel: svc: ConnectToNamedPort: Close extra reference to port.bunnei2021-07-211-0/+1
| |
| * hle: service: sm: Refactor to better manage ports.bunnei2021-07-214-45/+47
| |
| * hle: kernel: k_process: Close the handle table on shutdown.bunnei2021-07-211-0/+3
| |
| * hle: kernel: k_process: Close main thread reference after it is inserted into handle table.bunnei2021-07-211-0/+3
| |
| * hle: kernel: Ensure global handle table is initialized.bunnei2021-07-211-0/+1
| |
| * hle: service: Add a helper module for managing kernel objects.bunnei2021-07-2110-20/+146
| |
| * hle: kernel: Provide methods for tracking dangling kernel objects.bunnei2021-07-214-2/+43
| |
* | 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.
* file_sys: Support load game collection (#6582)Feng Chen2021-07-2012-83/+116
| | | Adds support for loading games with multiple programs embedded within such as the Dragon Quest 1+2+3 Collection
* Merge pull request #6525 from ameerj/nvdec-fixesFernando S2021-07-151-45/+40
|\ | | | | nvdec: Fix Submit Ioctl data source, vic frame dimension computations
| * nvhost_nvdec_common: Read Submit ioctl data from object addrameerj2021-07-151-8/+2
| | | | | | | | Fixes Mario Golf intro video decoding.
| * nvhost_nvdec_common: Fix {Slice/Write}Vectors returnameerj2021-07-151-37/+38
| | | | | | | | Plus some minor cleanup for consistency.
* | 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-1441-56/+56
| |
* | applets: Append applet_ prefix to backend appletsMorph2021-07-1419-33/+33
| |
* | Merge pull request #6599 from german77/disable_rumbleAmeer J2021-07-131-0/+5
|\ \ | | | | | | npad: Disable vibration check if disabled
| * | npad: Disable vibration check if disabledgerman772021-07-111-0/+5
| | |
* | | Merge pull request #6615 from ReinUsesLisp/httplib-debug-warningsbunnei2021-07-131-0/+3
|\ \ \ | | | | | | | | boxcat,web_service: Silence -Wmaybe-uninitialized when including httplib.h
| * | | boxcat: Silence -Wmaybe-uninitialized in httplib.hReinUsesLisp2021-07-121-0/+3
| |/ /
* / / content_archive: Remove unnecessary include to <ranges>ReinUsesLisp2021-07-121-1/+0
|/ / | | | | | | Fixes build issues on clang.
* | settings, arm_dynarmic, yuzu qt: Move CPU debugging optionlat9nq2021-07-082-2/+2
| | | | | | | | | | | | Decouples the CPU debugging mode from the enumeration to its own boolean. After this, it moves the CPU Debugging tab over to a sub tab underneath the Debug tab in the configuration UI.
* | arm_dynarmic_64: Re-add fastmem_address_space_bits to Auto settinglat9nq2021-07-081-0/+1
| |
* | arm_dynarmic{32,64}: Fixes from test buildlat9nq2021-07-082-18/+5
| | | | | | | | | | Now sets optimizations regardless of the Settings. Drops unsafe fastmem optimization.
* | core,common,yuzu qt: Add CPU accuracy option 'Auto'lat9nq2021-07-082-8/+36
| | | | | | | | | | | | | | The current CPU accuracy settings in yuzu are fairly polarized and require more than common knowledge to know what the optimal settings for yuzu would be. This adds a curated option called 'Auto' that applies a few at the moment known-good unsafe optimizations to Dynarmic.
* | Merge pull request #6539 from lat9nq/default-settingAmeer J2021-07-0811-20/+23
|\ \ | | | | | | general: Move most settings' defaults and labels into their definition
| * | general: Code formatting improvementslat9nq2021-07-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Slight improvements to readability. Dropped suggestions for string_view (settings.h:101), pass by value (settings.h:82), reverting double to a float (config.cpp:316), and other smaller ones, some out of scope. Addresses review feedback. Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com>
| * | core, input_common: Miscellaneous fixeslat9nq2021-06-292-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcat: Fix settings access telemetry_session: Fix settings accesses So this is what I get for testing with the web service disabled. touch_from_button: Fix settings access for clang
| * | general: Make most settings a BasicSettinglat9nq2021-06-2810-16/+17
| |/ | | | | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #6567 from Kelebek1/Audio2bunnei2021-07-071-1/+1
|\ \ | | | | | | [audren] Report 2 channels active rather than 1
| * | Report 2 channels active. Fixes Tales of Vesperia's mono channel audio.Kelebek12021-07-061-1/+1
| | |
* | | CMakeLists: Treat -Wsign-compare as an error on GCC/ClangMorph2021-07-061-2/+0
|/ / | | | | | | Treats (un)signed comparison mismatches as errors to be consistent with MSVC
* | Merge pull request #6537 from Morph1984/warningsbunnei2021-07-061-6/+3
|\ \ | | | | | | general: Enforce multiple warnings in MSVC
| * | core: Enforce C4242Morph2021-06-281-6/+3
| | |
* | | service: mii: Retrieve the correct default miis.Morph2021-07-041-2/+3
| | | | | | | | | | | | We were including the first 2 default miis which are not meant to be shown in games. With this change, we properly retrieve the 6 default miis shown in games, with 3 of each gender.
* | | Merge pull request #6498 from Kelebek1/Audiobunnei2021-07-031-5/+7
|\ \ \ | | | | | | | | [audio_core] Decouple audio update and processing, and process at variable rate
| * | | Fix XC2/VOEZ crashing, add audio looping and a few misc fixesKelebek12021-07-011-1/+1
| | | |
| * | | Decouple audio processing and run at variable rateKelebek12021-06-271-4/+6
| |/ / | | | | | | | | | | | | | | | Currently, processing of audio samples is called from AudioRenderer's Update method, using a fixed 4 buffers to process the given samples. Games call Update at variable rates, depending on framerate and/or sample count, which causes inconsistency in audio processing. From what I've seen, 60 FPS games update every ~0.004s, but 30 FPS/160 sample games update somewhere between 0.02 and 0.04, 5-10x slower. Not enough samples get fed to the backend, leading to a lot of audio skipping. This PR seeks to address this by de-coupling the audio consumption and the audio update. Update remains the same without calling for buffer queuing, and the consume now schedules itself to run based on the sample rate and count.
* | | patch_manager: Do not apply LayeredFS mods when dumpingMorph2021-06-282-3/+6
| | | | | | | | | | | | We should not apply any mods when dumping a game's RomFS.
* | | filesystem: Open a read-only directory for SDMC modsMorph2021-06-283-19/+25
| | | | | | | | | | | | This prevents mod files from being locked due to the read-only share flag in Windows.
* | | core: Simplify SDMC mod loadinglat9nq2021-06-283-21/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If someone else wants to support other mod formats in the SDMC directory, that can be added later. For now, just allow RomFS modding here and force people to do other types of mods the old way. Addresses review comments. Co-authored-by: LC <mathew1800@gmail.com>
* | | core: Support LayeredFS mod from SDMC directorylat9nq2021-06-285-2/+47
|/ / | | | | | | | | | | Enables loading a mod directly from `[yuzu data directory]/sdmc/atmosphere/contents/[title_id]`. For use with some homebrew mod managers.
* | Merge pull request #6526 from bunnei/doom-updatebunnei2021-06-265-8/+60
|\ \ | |/ |/| services: Misc. minor changes for latest SDK update.
| * hle: service: hwopus: OpenHardwareOpusDecoderEx: Remove unused buffer size.bunnei2021-06-261-1/+30
| |
| * hle: hle_helpers: Skip data payload offset checks on TIPC requests.bunnei2021-06-251-2/+6
| | | | | | | | - TIPC does not use this.
| * hle: service: hwopus: Implement GetWorkBufferSizeEx and OpenHardwareOpusDecoderEx.bunnei2021-06-252-5/+15
| | | | | | | | - This is used by the latest update of Doom Eternal.
| * hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId.bunnei2021-06-252-1/+10
| | | | | | | | - This is used by the latest update of Doom Eternal.
* | Merge pull request #6519 from Wunkolo/mem-size-literalbunnei2021-06-259-62/+83
|\ \ | |/ |/| common: Replace common_sizes into user-literals
| * common: Replace common_sizes into user-literalsWunkolo2021-06-249-62/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | Removes common_sizes.h in favor of having `_KiB`, `_MiB`, `_GiB`, etc user-literals within literals.h. To keep the global namespace clean, users will have to use: ``` using namespace Common::Literals; ``` to access these literals.
* | Merge pull request #6522 from Morph1984/pragmabunnei2021-06-243-0/+6
|\ \ | | | | | | general: Add missing #pragma once directives
| * | general: Add missing #pragma once directivesMorph2021-06-243-0/+6
| | |
* | | Add missing includes (#6521)Chloe2021-06-241-0/+2
|/ / | | | | | | | | * Add missing includes * Add array
* | Merge pull request #6517 from lioncash/fmtlibbunnei2021-06-244-9/+13
|\ \ | |/ |/| externals: Update fmt to 8.0.0
| * General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash2021-06-234-9/+13
| | | | | | | | Also removes some deprecated API usages.
* | Merge pull request #6504 from Kelebek1/samples-playedbunnei2021-06-231-1/+9
|\ \ | |/ |/| [audout] Implement GetAudioOutPlayedSampleCount
| * Implement audout GetAudioOutPlayedSampleCountKelebek12021-06-221-1/+9
| | | | | | | | Used in Ninja Gaiden games.
* | Merge pull request #6510 from ReinUsesLisp/npad-data-raceMai M2021-06-232-0/+8
|\ \ | | | | | | npad: Fix data race when updating devices
| * | npad: Fix data race when updating devicesRodrigo Locatti2021-06-222-0/+8
| | | | | | | | | | | | | | | Add a lock to avoid data races. This reduces the number of -fsanitize=thread errors significantly.
* | | Merge pull request #6493 from Morph1984/fs-nodiscardbunnei2021-06-232-8/+3
|\ \ \ | | | | | | | | common: fs: Miscellaneous changes
| * | | vfs_real: Fix Mode to FileAccessMode conversionMorph2021-06-221-6/+1
| | | | | | | | | | | | | | | | These enforce requiring the file to exist prior to opening.
| * | | common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph2021-06-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | There are a lot of scenarios where we don't particularly care whether or not the removal operation and just simply attempt a removal. As such, removing the [[nodiscard]] attribute is best for these functions.
* | | | Merge pull request #6472 from Morph1984/splbunnei2021-06-239-78/+493
|\ \ \ \ | | | | | | | | | | service: spl: Implement general SPL service
| * | | | spl: Mark the other functions as unimplementedMorph2021-06-161-5/+30
| | | | |
| * | | | spl: Implement spl::GetConfigMorph2021-06-162-1/+90
| | | | |
| * | | | hle: api_version: Add HLE API version constantsMorph2021-06-163-33/+54
| | | | |
| * | | | spl: Add the general SPL interfaceMorph2021-06-164-45/+64
| | | | |
| * | | | spl: Add SPL typesMorph2021-06-162-0/+231
| | | | |
| * | | | spl: Add SPL result codesMorph2021-06-162-0/+30
| | | | |
* | | | | Merge pull request #6483 from Morph1984/get-tz-filebunnei2021-06-221-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | service: time: Use GetFileRelative to get files within subdirectories
| * | | | service: time: Use GetFileRelative to get files within subdirectoriesMorph2021-06-181-1/+1
| | |_|/ | |/| | | | | | | | | | The timezone info file can be within subdirectories (such as Asia/Tokyo), use GetFileRelative instead of GetFile to get files within subdirectories.
* | | | Merge pull request #6511 from ReinUsesLisp/core-is-powered-data-raceMai M2021-06-221-2/+3
|\ \ \ \ | | | | | | | | | | core: Make is_powered_on atomic
| * | | | core: Make is_powered_on atomicRodrigo Locatti2021-06-221-2/+3
| | |_|/ | |/| | | | | | | | | | Fixes potential data races when shutting down.
* | | | Merge pull request #6481 from Morph1984/missing-peak-setbunnei2021-06-221-0/+1
|\ \ \ \ | |/ / / |/| | | kernel: Fix missing peak set in KResourceLimit::SetLimitValue
| * | | kernel: Fix missing peak set in KResourceLimit::SetLimitValueMorph2021-06-181-0/+1
| |/ /
* | | Merge pull request #6499 from FernandoS27/we-were-on-a-breakbunnei2021-06-211-0/+3
|\ \ \ | | | | | | | | Update dynarmic and add new unsafe CPU option.
| * | | Update dynarmic and add new unsafe CPU option.Fernando Sahmkow2021-06-201-0/+3
| |/ /
* / / nvflinger: Add toggle to disable buffer swap interval limitsameerj2021-06-171-0/+3
|/ / | | | | | | | | Enabling this setting will allow some titles to present more frames to the screen as they become available in the nvflinger buffer queue.
* | Merge pull request #6464 from ameerj/disable-astcbunnei2021-06-161-0/+1
|\ \ | | | | | | textures: Add a toggle for GPU Accelerated ASTC decoder
| * | configure_graphics: Add Accelerate ASTC decoding settingameerj2021-06-161-0/+1
| |/
* / fsp_srv: Fix filesystem access loggingMorph2021-06-164-34/+38
|/ | | | | | | | This introduces a new setting Enable FS Access Log which saves the filesystem access log to sdmc:/FsAccessLog.txt If this setting is not enabled, this will indicate to FS to not call OutputAccessLogToSdCard. Fixes softlocks during loading in Xenoblade Chronicles 2 when certain DLC is enabled.
* lm: Demote guest logs to LOG_DEBUGameerj2021-06-151-27/+20
| | | | Guest logs are not very useful, as they are intended for use by the game developers during development. As such, they provide little meaning to be logged by yuzu and tend to overwhelm the log output at times.
* general: Remove extraneous includesMorph2021-06-133-3/+0
|
* Merge pull request #6452 from german77/sixaxis_firmware_stubMorph2021-06-132-1/+23
|\ | | | | hid: Stub IsFirmwareUpdateAvailableForSixAxisSensor
| * hid: Stub IsFirmwareUpdateAvailableForSixAxisSensorgerman772021-06-112-1/+23
| |
* | Merge pull request #6422 from FernandoS27/i-am-the-senateMai M2021-06-115-10/+45
|\ \ | |/ |/| Implement/Port Fastmem from Citra to Yuzu
| * General: Add settings for fastmem and disabling adress space check.FernandoS272021-06-113-6/+21
| |
| * core: Make use of fastmemMarkus Wick2021-06-115-8/+28
| |
* | Merge pull request #6443 from Morph1984/k-light-condition-variablebunnei2021-06-114-37/+43
|\ \ | |/ |/| kernel: KLightConditionVariable: Update implementation to 12.x
| * kernel: Unconditionally set thread state when appropriateMorph2021-06-112-23/+12
| |
| * kernel: KLightConditionVariable: Update implementation to 12.xMorph2021-06-112-14/+31
| | | | | | | | Updates the implementation of KLightConditionVariable to FW 12.x
* | Merge pull request #6445 from degasus/fix_ubsnbunnei2021-06-111-1/+3
|\ \ | |/ |/| Fix GCC undefined behavior sanitizer.
| * Fix GCC undefined behavior sanitizer.Markus Wick2021-06-101-1/+3
| | | | | | | | | | | | | | | | | | * Wrong alignment in u64 LOG_DEBUG -> memcpy. * Huge shift exponent in stride calculation for linear buffer, unused result -> skipped. * Large shift in buffer cache if word = 0, skip checking for set bits. Non of those were critical, so this should not change any behavior. At least with the assumption, that the last one used masking behavior, which always yield continuous_bits = 0.
* | hle: service: sm: Remove redundant session reservation, etc.bunnei2021-06-102-18/+13
|/ | | | - We were double-reserving, causing us to run out of sessions in Pokemon Sword & Shield.
* hle: service: Increase arbitrary max sessions limit.bunnei2021-06-101-4/+1
| | | - Pokemon Sword/Shield are still hitting this for some reason, causing an svcBreak.
* hle: kernel: KClientPort: Add an assert for session count.bunnei2021-06-101-0/+3
| | | | - Prevents us from over decrementing num_sessions.
* hle: service: sm: Fix GetService setup of session & port.bunnei2021-06-102-5/+5
|
* hle: service: Use correct size for ServerSessionCountMax.bunnei2021-06-101-4/+6
|
* hle: kernel: KServerSession: Fix client disconnected.bunnei2021-06-103-9/+8
| | | | | - Prevents a cloned session's handler from being overwritten by another disconnected session. - Fixes session handler nullptr asserts with Pokemon Sword & Shield.
* kernel: svc: Add missing error check to CancelSynchronization.bunnei2021-06-101-2/+2
| | | | - Avoids a potential crash if the handle is invalid, and also makes this code accurate to real kernel behavior.
* hle: service: Increase arbitrary max sessions limit.bunnei2021-06-091-1/+1
| | | - Pokemon Sword/Shield are still hitting this for some reason, causing an svcBreak.
* hle: kernel: KServerSession: Work-around scenario where session is closed too early.bunnei2021-06-081-7/+24
|
* hle: kernel: hle_ipc: Ensure SessionRequestHandler is valid.bunnei2021-06-083-5/+26
|
* hle: kernel: Remove service thread manager and use weak_ptr.bunnei2021-06-083-18/+8
| | | | | - We no longer need to queue up service threads to be destroyed. - Fixes a race condition where a thread could be destroyed too early, which caused a crash in Pokemon Sword/Shield.
* Merge pull request #6414 from bunnei/fix-service-threadsbunnei2021-06-0721-87/+101
|\ | | | | hle: kernel: Refactor to allocate a ServiceThread per service handler.
| * hle: kernel: KServerSession: Use ASSERT_MSG where appropriate.bunnei2021-06-071-1/+1
| |
| * hle: kernel: k_server_session: Return service thread by strong pointer.bunnei2021-06-072-4/+4
| |
| * hle: kernel: k_server_session: Ensure service thread is valid before dereference.bunnei2021-06-071-1/+3
| |
| * hle: kernel: hle_ipc: Use default destructor for SessionRequestManager.bunnei2021-06-071-1/+1
| |
| * hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree.bunnei2021-06-0711-22/+26
| | | | | | | | - Fixes some crashes introduced by our common intrusive red/black tree impl.
| * hle: kernel: Refactor to allocate a ServiceThread per service handler.bunnei2021-06-0513-67/+75
| | | | | | | | | | | | - Previously, we would allocate a thread per session, which adds new threads on CloneCurrentObject. - This results in race conditions with N sessions queuing requests to the same service interface. - Fixes Pokken Tournament DX crashes/softlocks, which were regressed by #6347.
* | result: Add [[nodiscard]] specifiers where applicableLioncash2021-06-051-20/+20
|/ | | | | | The result code classes are used quite extensively throughout both the kernel and service HLE code. We can mark these member functions as [[nodiscard]] to prevent a few logic bugs from slipping through.
* Merge pull request #6389 from german77/Analog_button_fixbunnei2021-06-041-0/+15
|\ | | | | input_common: Analog button, use time based position
| * input_common: Analog button, use time based position instead of frequent updatesgerman772021-05-301-0/+15
| |
* | fsp-srv: Replace one last instance of RESULT_SUCCESSMorph2021-06-031-1/+1
| |
* | fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe2021-06-036-2/+25
| | | | | | - Used by Mii Edit
* | general: Replace RESULT_UNKNOWN with ResultUnknownMorph2021-06-0213-45/+45
| | | | | | | | Transition to PascalCase for result names.
* | general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-02111-931/+928
| | | | | | | | Transition to PascalCase for result names.
* | common_funcs: Move R_ macros to result.hLioncash2021-05-311-0/+25
| | | | | | | | | | | | These macros all interact with the result code type, so they should ideally be within this file as well, so all the common_funcs machinery doesn't need to be pulled in just to use them.
* | Merge pull request #6385 from degasus/save_memory_accessbunnei2021-05-313-33/+70
|\ \ | | | | | | core/memory: Check our memory fallbacks for out-of-bound behavior.
| * | core/memory: Check our memory fallbacks for out-of-bound behavior.Markus Wick2021-05-291-4/+39
| | | | | | | | | | | | | | | | | | This makes it by far harder to crash yuzu. Also implement the 48bit masking of AARCH64 while touching this code.
| * | core/arm_interface: Improve the performance of memory fallbacks.Markus Wick2021-05-292-29/+31
| | | | | | | | | | | | | | | We just create one memory subsystem. This is a constant all the time. So there is no need to call the non-inlined parent.Memory() helper on every callback.
* | | Merge pull request #6377 from lioncash/pointbunnei2021-05-303-39/+17
|\ \ \ | | | | | | | | common: Extract Point struct into common
| * | | touchscreen: Make use of common point structLioncash2021-05-282-10/+10
| | | |
| * | | common: Extract point into a common structLioncash2021-05-281-29/+7
| | | | | | | | | | | | | | | | | | | | This is generic enough that it can be moved into the Common class for reuse.
* | | | Merge pull request #6387 from lioncash/class-tokenbunnei2021-05-301-43/+36
|\ \ \ \ | | | | | | | | | | k_class_token: Use variable templates where applicable
| * | | | k_class_token: Use variable templates where applicableLioncash2021-05-291-43/+36
| |/ / / | | | | | | | | | | | | Same behavior, less code.
* | | | Merge pull request #6374 from Morph1984/swkbd-textcheck-encodingMai M2021-05-301-10/+15
|\ \ \ \ | | | | | | | | | | applets/swkbd: Only read the text check message on Failure/Confirm
| * | | | 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.
* | | | Merge pull request #6364 from german77/stub-lp2pMai M2021-05-301-0/+141
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | ldn: Add and stub lp2p:sys lp2p:app INetworkServiceMonitor INetworkService Mario Kart Live: Home Circuit needs lp2p:sys lp2p:app INetworkServiceMonitor INetworkService to be able to progress. Note: The game still fails to boot from unimplemented LDN and BSD services.
| * | | ldn: Add and stub lp2p:sys lp2p:app INetworkServiceMonitor INetworkServicegerman772021-05-261-0/+141
| | | |
* | | | Merge pull request #6379 from degasus/update_dynarmicbunnei2021-05-296-11/+11
|\ \ \ \ | | | | | | | | | | externals: Update dynarmic.
| * | | | externals: Update dynarmic.Markus Wick2021-05-296-11/+11
| | |_|/ | |/| | | | | | | | | | The new version supports fastmem on a64.
* | | | Merge pull request #6384 from lioncash/virtualbunnei2021-05-2915-53/+48
|\ \ \ \ | | | | | | | | | | kernel: Add missing override specifiers
| * | | | kernel: Add missing override specifiersLioncash2021-05-2915-53/+48
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Over the course of the kernel refactoring a tiny bit of missing overrides slipped through review, so we can add these. While we're at it, we can remove redundant virtual keywords where applicable as well.
* | | | Merge pull request #6382 from lioncash/nullbunnei2021-05-291-5/+5
|\ \ \ \ | | | | | | | | | | k_thread: Move dereference after null check in Initialize()
| * | | | k_thread: Move dereference after null check in Initialize()Lioncash2021-05-291-5/+5
| |/ / / | | | | | | | | | | | | Prevents a -Wnonnull warning on GCC.
* | | | Merge pull request #6373 from bunnei/use-slabheap-tlsbunnei2021-05-292-11/+191
|\ \ \ \ | | | | | | | | | | hle: kernel: KSlabHeap: Allow host or guest allocations.
| * | | | hle: kernel: KSlabHeap: Allow host or guest allocations.bunnei2021-05-292-11/+191
| | | | | | | | | | | | | | | | | | | | | | | | | - Use host allocations for kernel memory, as this is not properly emulated yet. - Use guest allocations for TLS, as this needs to be backed by DeviceMemory.
* | | | | Fix two GCC 11 warnings: Unneeded copies.Markus Wick2021-05-291-1/+1
| |_|/ / |/| | | | | | | | | | | | | | | std::move created an unneeded copy. iterating without reference also created copies.
* | | | Merge pull request #6371 from degasus/drop_ExceptionalExitbunnei2021-05-296-18/+42
|\ \ \ \ | |/ / / |/| | | core/arm_interface: Call SVC after end of dynarmic block.
| * | | core/arm_interface: Call SVC after end of dynarmic block.Markus Wick2021-05-276-18/+42
| |/ / | | | | | | | | | | | | | | | So we can modify all of dynarmic states within SVC without ExceptionalExit. Especially as the ExceptionalExit hack is dropped on upstream dynarmic.
* | | Merge pull request #6356 from ogniK5377/ApplyNpadSystemCommonPolicybunnei2021-05-281-1/+10
|\ \ \ | |/ / |/| | hid: ApplyNpadSystemCommonPolicy
| * | hid: ApplyNpadSystemCommonPolicyChloe Marcec2021-05-241-1/+10
| | | | | | | | | | | | We already do this specifically for homebrew, so we can keep it stubbed out for the time being
* | | core/arm: Drop ChangeProcessorID.Markus Wick2021-05-265-12/+0
| |/ |/| | | | | | | | | This code was used to switch the CPU ID on thread switches. However since "hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.", the CPU ID is not a constant. This has been dead code since this rewrite, and dropped in dynarmic as well. So there is no need to keep it.
* | Merge pull request #6331 from lioncash/gestureMorph2021-05-262-67/+79
|\ \ | | | | | | hid/gesture: Simplify point related code
| * | hid/gesture: Factor out last gesture retrieval into its own functionLioncash2021-05-182-14/+23
| | | | | | | | | | | | Deduplicates a commonly repeated expression.
| * | hid/gesture: Ensure all ID arrays are initializedLioncash2021-05-181-4/+4
| | | | | | | | | | | | Makes for deterministic initial state.
| * | hid/gesture: Make Point a templateLioncash2021-05-182-38/+46
| | | | | | | | | | | | | | | We can now use this in a generic context to reuse it with the finger position.
| * | hid/gesture: Replace x,y members of GestureState with a PointLioncash2021-05-182-6/+4
| | | | | | | | | | | | Simplifies assignments.
| * | hid/gesture: Add default comparators to PointLioncash2021-05-182-10/+7
| | | | | | | | | | | | Simplifies some comparisons.
| * | hid/gesture: Rename Points to PointLioncash2021-05-181-5/+5
| | | | | | | | | | | | This only represents a single point
* | | common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-2631-340/+387
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | kernel: process_capability: Add MapRegion capabilityMorph2021-05-252-0/+12
| |/ |/| | | | | - Used by nx-hbloader
* | hle: kernel: service_thread: Take reference to KServerSession on service request.bunnei2021-05-211-9/+5
| |
* | hle: kernel: k_port: Use AcceptSession to ensure SessionList state is correct.bunnei2021-05-211-1/+1
| | | | | | | | - Fixes a use-after-free, work-around until we fixup session/port management.
* | hle: kernel: Use host memory allocations for KSlabMemory.bunnei2021-05-214-174/+20
| | | | | | | | - There are some issues with the current workaround, we will just use host memory until we have a complete kernel memory implementation.
* | Revert "WORKAROUND: Do not use slab heap while we track down issues with resource management."bunnei2021-05-211-2/+2
| | | | | | | | This reverts commit f2c26443f85a3c3fd43137509368ba5c7ab80ee7.
* | hle: kernel: hle_ipc: Simplify incoming/outgoing move/copy/domain objects.bunnei2021-05-213-62/+17
| |
* | hle: kernel: Implement CloneCurrentObject and improve session management.bunnei2021-05-2113-99/+184
| |
* | Revert "WORKAROUND: temp. disable session resource limits while we work out issues"bunnei2021-05-214-11/+11
| | | | | | | | This reverts commit fc086f93b2165b5c210cb7dcd6c18ebe17f1fd7b.
* | Merge pull request #6320 from Morph1984/get-pidbunnei2021-05-212-9/+14
|\ \ | | | | | | hle_ipc: Add a getter for PID
| * | hle_ipc: unsigned -> u32Morph2021-05-161-7/+7
| | | | | | | | | | | | This is more concise and consistent with the rest of the codebase.
| * | hle_ipc: Add a getter for PIDMorph2021-05-162-2/+7
| | |
* | | Merge pull request #6321 from lat9nq/per-game-cpubunnei2021-05-213-11/+11
|\ \ \ | | | | | | | | configuration: Add CPU tab to game properties and slight per-game settings rework
| * | | general: Demote custom_rtc to regular settinglat9nq2021-05-171-1/+1
| | | |
| * | | general: Make CPU accuracy and related a Settings::Settinglat9nq2021-05-162-10/+10
| | | | | | | | | | | | | | | | | | | | Required to make CPU accuracy and unsafe settings available to use as a per-game setting.
* | | | Merge pull request #6317 from ameerj/fps-fixbunnei2021-05-194-11/+14
|\ \ \ \ | | | | | | | | | | perf_stats: Rework FPS counter to be more accurate
| * | | | perf_stats: Rework FPS counter to be more accurateameerj2021-05-164-11/+14
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The FPS counter was based on metrics in the nvdisp swapbuffers call. This metric would be accurate if the gpu thread/renderer were synchronous with the nvdisp service, but that's no longer the case. This commit moves the frame counting responsibility onto the concrete renderers after their frame draw calls. Resulting in more meaningful metrics. The displayed FPS is now made up of the average framerate between the previous and most recent update, in order to avoid distracting FPS counter updates when framerate is oscillating between close values. The status bar update frequency was also changed from 2 seconds to 500ms.
* | | / KTransferMemory: Return size instead of size * PageSize in GetSize()Morph2021-05-181-1/+1
| |_|/ |/| | | | | | | | size is already the size in bytes. We do not need to multiply it by the page size
* | | Merge pull request #6319 from Morph1984/no-install-basebunnei2021-05-172-0/+8
|\ \ \ | | | | | | | | main: Prevent installing base titles into NAND
| * | | main: Prevent installing base titles into NANDMorph2021-05-162-0/+8
| | |/ | |/| | | | | | | Many users have been installing their base titles into NAND instead of adding them into the games list. This prevents users from installing any base titles and warns the user about the action.
* | | Merge pull request #6284 from ameerj/shantae-fixbunnei2021-05-162-5/+35
|\ \ \ | | | | | | | | nvflinger: Create layers when they are queried but not found
| * | | nvflinger: Create layers when they are queried but not foundameerj2021-05-062-5/+35
| | | | | | | | | | | | | | | | Fixes Shantae softlock on boot.
* | | | Merge pull request #6296 from lioncash/shadow-errorbunnei2021-05-1699-279/+304
|\ \ \ \ | | | | | | | | | | core: Make variable shadowing a compile-time error
| * | | | core: Make variable shadowing a compile-time errorLioncash2021-05-1699-279/+304
| | |/ / | |/| | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #6307 from Morph1984/fix-response-push-sizebunnei2021-05-162-2/+2
|\ \ \ \ | |/ / / |/| | | nifm, ssl: Fix incorrect response sizes
| * | | nifm, ssl: Fix incorrect response sizesMorph2021-05-162-2/+2
| | |/ | |/|
* | | Merge pull request #6299 from bunnei/ipc-improvementsbunnei2021-05-1618-219/+353
|\ \ \ | |/ / |/| | Various improvements to IPC and session management
| * | hle: kernel: hle_ipc: Fix outgoing IPC response size calculation.bunnei2021-05-113-1/+15
| | |
| * | WORKAROUND: temp. disable session resource limits while we work out issuesbunnei2021-05-114-11/+11
| | |
| * | WORKAROUND: Do not use slab heap while we track down issues with resource management.bunnei2021-05-111-2/+2
| | |
| * | audrenbunnei2021-05-112-25/+16
| | |
| * | core: hle: ipc_helpers: Fix cast on raw_data_size calculation.bunnei2021-05-111-1/+1
| | |
| * | hle: service: sm: Add TIPC support.bunnei2021-05-112-41/+66
| | | | | | | | | | | | - Fixes our error checking of names as well.
| * | hle: kernel: hle_ipc: Improve IPC code and add initial support for TIPC.bunnei2021-05-112-81/+57
| | | | | | | | | | | | | | | - Fixes our move handles implementation to actually move objects. - Simplifies the traditional IPC path.
| * | hle: service: sm: GetService: Reserve session resource when we create a KSession.bunnei2021-05-111-0/+7
| | |
| * | hle: service: Add support for dispatching TIPC requests.bunnei2021-05-112-1/+52
| | |
| * | hle: service: Implement IPC::CommandType::Close.bunnei2021-05-113-11/+15
| | | | | | | | | | | | - This was not actually closing sessions before.
| * | hle: service: sm: Use RegisterNamedService to register the service.bunnei2021-05-111-1/+1
| | |
| * | hle: service: sm: Improve Initialize implementation.bunnei2021-05-112-0/+3
| | |
| * | hle: kernel: svc: Update ConnectToNamedPort to use new CreateNamedServicePort interface.bunnei2021-05-111-4/+3
| | |
| * | hle: kernel: Implement named service ports using service interface factory.bunnei2021-05-114-22/+30
| | | | | | | | | | | | - This allows us to create a new interface each time ConnectToNamedPort is called, removing the assumption that these are static.
| * | hle: kernel: KSession: Improve implementation of CloneCurrentObject.bunnei2021-05-111-2/+10
| | |
| * | hle: service: sm: Increase point buffer size.bunnei2021-05-111-1/+1
| | |
| * | hle: ipc_helpers: Reserve session resource when we create a KSession.bunnei2021-05-111-0/+5
| | |
| * | hle: kernel: KClientPort: Cleanup comment format.bunnei2021-05-111-1/+1
| | |
| * | hle: ipc: Add declarations for TIPC.bunnei2021-05-111-1/+16
| | |
| * | hle: kernel: Further cleanup and add TIPC helpers.bunnei2021-05-112-4/+12
| | |
| * | hle: ipc_helpers: Update IPC response generation for TIPC.bunnei2021-05-112-19/+39
| | |
* | | ssl: Stub Import(Client/Server)PkiMorph2021-05-131-2/+40
| | | | | | | | | | | | - Used in JUMP FORCE Deluxe Edition
* | | Merge pull request #6267 from german77/gestureRewriteMorph2021-05-122-76/+340
|\ \ \ | |/ / |/| | hid: Improve hardware accuracy of gestures
| * | hid: Improve hardware accuracy of gesturesgerman772021-05-052-76/+340
| | |
* | | Merge pull request #6291 from lioncash/kern-shadowbunnei2021-05-1040-140/+138
|\ \ \ | | | | | | | | kernel: Eliminate variable shadowing
| * | | kernel: Eliminate variable shadowingLioncash2021-05-0840-140/+138
| | | | | | | | | | | | | | | | | | | | Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
* | | | kernel: Delete unused filesgerman772021-05-092-151/+0
|/ / /
* | | Merge pull request #6266 from bunnei/kautoobject-refactorbunnei2021-05-08170-2799/+4752
|\ \ \ | | | | | | | | Kernel Rework: Migrate kernel objects to KAutoObject
| * | | hle: kernel: KPageTable: CanContain should not be constexpr.bunnei2021-05-062-2/+2
| | | |
| * | | hle: kernel: Move slab resource counts to Kernel.bunnei2021-05-064-33/+52
| | | |
| * | | fixup! hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei2021-05-061-2/+2
| | | |
| * | | fixup! hle: kernel: Migrate more of KThread to KAutoObject.bunnei2021-05-061-1/+1
| | | |
| * | | fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei2021-05-061-2/+0
| | | |
| * | | fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei2021-05-061-2/+0
| | | |
| * | | kernel: svc: Remove unused RetrieveResourceLimitValue function.bunnei2021-05-061-32/+0
| | | |
| * | | hle: kernel: Fix un/sign mismatch errors with NUM_CPU_CORES.bunnei2021-05-061-3/+3
| | | |
| * | | fixup! hle: kernel: Add initial impl. of slab setup.bunnei2021-05-061-6/+2
| | | |
| * | | fixup! hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-0/+3
| | | |
| * | | fixup! hle: kernel: Migrate more of KThread to KAutoObject.bunnei2021-05-061-7/+0
| | | |
| * | | fixup! hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei2021-05-062-2/+2
| | | |
| * | | fixup! hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-1/+1
| | | |
| * | | fixup! hle: kernel: Add initial impl. of KLinkedList.bunnei2021-05-061-12/+12
| | | |
| * | | fixup! hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-1/+1
| | | |
| * | | fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.bunnei2021-05-061-1/+1
| | | |
| * | | fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei2021-05-063-22/+28
| | | |
| * | | fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei2021-05-061-1/+1
| | | |
| * | | fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.bunnei2021-05-061-1/+1
| | | |
| * | | fixup! hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-60/+58
| | | |
| * | | fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer.bunnei2021-05-061-11/+9
| | | |
| * | | fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer.bunnei2021-05-061-9/+2
| | | |
| * | | fixup! hle: kernel: Add initial impl. of KAutoObject.bunnei2021-05-061-46/+46
| | | |
| * | | fixup! hle: kernel: Add initial impl. of KAutoObject.bunnei2021-05-061-1/+1
| | | |
| * | | fixup! hle: kernel: Add initial impl. of slab setup.bunnei2021-05-061-8/+8
| | | |
| * | | common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.bunnei2021-05-064-9/+9
| | | |
| * | | fixup! hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
| | | |
| * | | fixup! hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-1/+1
| | | |
| * | | fixup! hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei2021-05-061-3/+3
| | | |
| * | | hle: kernel: svc: ConnectToNamedPort: Use KHandleTable::Reserve.bunnei2021-05-061-3/+8
| | | |
| * | | hle: kernel: Migrate to KHandleTable.bunnei2021-05-0620-377/+498
| | | |
| * | | hle: kernel: KClassToken: Ensure class tokens are correct.bunnei2021-05-061-1/+127
| | | |
| * | | hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei2021-05-0610-95/+210
| | | |
| * | | hle: kernel: Rename Process to KProcess.bunnei2021-05-0676-240/+242
| | | |
| * | | hle: kernel: Remove deprecated Object class.bunnei2021-05-0637-407/+15
| | | |
| * | | hle: kernel: Do not shutdown twice on emulator close.bunnei2021-05-061-3/+1
| | | |
| * | | hle: kernel: Cleanup shutdown of persistent kernel objects.bunnei2021-05-061-14/+12
| | | |
| * | | hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.bunnei2021-05-0622-166/+444
| | | |
| * | | hle: kernel: Migrate KServerPort to KAutoObject.bunnei2021-05-068-52/+67
| | | |
| * | | hle: kernel: Migrate KClientPort to KAutoObject.bunnei2021-05-0618-63/+92
| | | |
| * | | hle: kernel: HandleTable: Remove deprecated APIs.bunnei2021-05-065-106/+23
| | | |
| * | | hle: kernel: Migrate KResourceLimit to KAutoObject.bunnei2021-05-0613-122/+197
| | | |
| * | | hle: kernel: svc: Migrate WaitSynchronization.bunnei2021-05-062-47/+78
| | | |
| * | | hle: kernel: svc: Use new handle table API for Process.bunnei2021-05-062-16/+17
| | | |
| * | | hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei2021-05-0612-68/+209
| | | |
| * | | hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei2021-05-0631-356/+412
| | | |
| * | | hle: kernel: svc: Migrate GetThreadContext, GetThreadCoreMask.bunnei2021-05-061-2/+59
| | | |
| * | | hle: kernel: svc: Migrate GetProcessId, CancelSynchronization, SetThreadActivity.bunnei2021-05-061-13/+67
| | | |
| * | | hle: kernel: KThread: Remove incorrect resource release.bunnei2021-05-061-2/+1
| | | |
| * | | hle: kernel: svc_results: Update naming..bunnei2021-05-068-42/+43
| | | |
| * | | hle: kernel: KThread: Add missing resource hint release.bunnei2021-05-061-1/+1
| | | |
| * | | hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei2021-05-0635-200/+215
| | | |
| * | | hle: ipc_helpers: Add methods for copy/move references.bunnei2021-05-061-2/+24
| | | |
| * | | hle: kernel: Move slab heaps to their own container.bunnei2021-05-062-10/+16
| | | |
| * | | hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.bunnei2021-05-0611-59/+53
| | | |
| * | | hle: kernel: Move slab heap management to KernelCore.bunnei2021-05-067-64/+106
| | | |
| * | | hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei2021-05-0620-0/+55
| | | |
| * | | hle: kernel: Use unique_ptr for suspend and dummy threads.bunnei2021-05-061-8/+8
| | | |
| * | | hle: kernel: Migrate KEvent to KAutoObject.bunnei2021-05-0637-266/+269
| | | |
| * | | hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei2021-05-0616-114/+128
| | | |
| * | | hle: kernel: Migrate KProcess to KAutoObject.bunnei2021-05-0613-57/+79
| | | |
| * | | hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei2021-05-0628-59/+65
| | | |
| * | | hle: kernel: Migrate more of KThread to KAutoObject.bunnei2021-05-0617-289/+444
| | | |
| * | | hle: kernel: svc: Migrate GetThreadPriority, StartThread, and ExitThread.bunnei2021-05-061-21/+12
| | | |
| * | | hle: kernel: svc: Migrate CreateThread.bunnei2021-05-061-14/+21
| | | |
| * | | hle: kernel: Migrate idle threads.bunnei2021-05-062-13/+9
| | | |
| * | | hle: kernel: Migrate KThread to KAutoObject.bunnei2021-05-062-109/+91
| | | |
| * | | hle: kernel: Add initial impl. of slab setup.bunnei2021-05-063-0/+227
| | | |
| * | | hle: kernel: Refactor out various KThread std::shared_ptr usage.bunnei2021-05-0610-58/+30
| | | |
| * | | core: Defer CoreTiming initialization.bunnei2021-05-061-1/+1
| | | |
| * | | core: memory: Add a work-around to allocate and access kernel memory regions by vaddr.bunnei2021-05-063-1/+46
| | | |
| * | | hle: kernel: Add initial impl. of KLinkedList.bunnei2021-05-062-0/+234
| | | |
| * | | hle: kernel: Add initial impl. of KSlabAllocated.bunnei2021-05-062-0/+153
| | | |
| * | | hle: kernel: Add initial impl. of KAutoObjectWithListContainer.bunnei2021-05-063-0/+109
| | | |
| * | | hle: kernel: Add initial impl. of KAutoObject.bunnei2021-05-063-0/+306
| | |/ | |/|
* | | Merge pull request #6287 from lioncash/ldr-copybunnei2021-05-071-5/+3
|\ \ \ | |/ / |/| | ldr: Simplify memory copy within LoadNro()
| * | ldr: Simplify memory copy within LoadNro()Lioncash2021-05-071-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | We can use the dedicated memory function for performing copies instead of reading into a temporary buffer and then immediately writing it back out to memory. Eliminates a bit of heap memory churn.
* | | Merge pull request #6279 from ogniK5377/nvhost-profbunnei2021-05-061-3/+14
|\ \ \ | |/ / |/| | nvdrv: /dev/nvhost-prof-gpu for production
| * | Update src/core/hle/service/nvdrv/interface.cppbunnei2021-05-061-1/+1
| | | | | | | | | Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com>
| * | nvdrv: /dev/nvhost-prof-gpu for productionChloe Marcec2021-05-031-3/+14
| | | | | | | | | | | | | | | While we're at it, we can fix the is_initialized error code. This fixes the crashes on Shante
* | | service: Remove unused class variablesLioncash2021-05-053-7/+4
| |/ |/| | | | | Prevents some warnings from occurring.
* | service: Resolve cases of member field shadowingLioncash2021-05-0460-117/+119
| | | | | | | | | | Now all that remains is for kernel code to be 'shadow-free' and then -Wshadow can be turned into an error.
* | Merge pull request #6278 from lioncash/misc-shadowbunnei2021-05-0410-25/+27
|\ \ | |/ |/| core: Resolve misc straggler cases of variable shadowing
| * core: Resolve misc cases of variable shadowingLioncash2021-05-0310-25/+27
| | | | | | | | | | | | | | | | | | Resolves shadowing warnings that aren't in a particularly large subsection of core. Brings us closer to turning -Wshadow into an error. All that remains now is for cases in the kernel (left untouched for now since a big change by bunnei is pending), and a few left over in the service code (will be tackled next).
* | hid: Fix touch not initializing properly if disabledgerman772021-05-032-2/+10
|/
* Merge pull request #6269 from lioncash/file-shadowbunnei2021-05-0321-114/+132
|\ | | | | file_sys: Resolve cases of variable shadowing
| * file_sys: Resolve cases of variable shadowingLioncash2021-05-0221-114/+132
| | | | | | | | Brings us closer to enabling -Wshadow as an error in the core code.
* | Merge pull request #6265 from Morph1984/snap-save-fixbunnei2021-05-022-2/+8
|\ \ | |/ |/| service: filesystem: Return proper error codes for CreateFile
| * service: filesystem: Return proper error codes for CreateFileMorph2021-05-012-2/+8
| | | | | | | | | | | | This improves the accuracy of CreateFile by returning the correct error codes on certain conditions (parent directory does not exist, path already exists). This fixes saving and the loading of existing saves in New Pokemon Snap
* | Disable touch if setting is not enabledgerman772021-05-012-2/+2
|/
* Merge pull request #6257 from Morph1984/fix-use-after-free-webappletbunnei2021-04-302-6/+7
|\ | | | | applets/web: Fix a use-after-free when passing in the URL string
| * applets/web: Fix a use-after-free when passing in the URL stringMorph2021-04-282-6/+7
| | | | | | | | | | | | The URL string was being deleted before being used, leading to a use-after-free occurring when it is used afterwards. Fix this by taking the string by const ref to extend its lifetime, ensuring it doesn't get deleted before use.
* | Merge pull request #6226 from german77/sevensixbunnei2021-04-309-15/+212
|\ \ | |/ |/| hid: Implement SevenSixAxis and ConsoleSixAxisSensor
| * address commentsgerman772021-04-272-5/+5
| |
| * hid: Implement SevenSixAxis and ConsoleSixAxisSensorgerman772021-04-249-15/+212
| |
* | loader: Resolve instances of variable shadowingLioncash2021-04-2719-169/+257
| | | | | | | | | | Eliminates variable shadowing cases across all the loaders to bring us closer to enabling variable shadowing as an error in core.
* | service: Eliminate cases of member shadowingLioncash2021-04-2615-76/+81
| | | | | | | | | | Resolves a few localized instances of member variable shadowing. Brings us a little closer to turning shadowing warnings into errors.
* | nvhost_vic: Fix device closureameerj2021-04-252-10/+8
| | | | | | | | | | | | Implements the OnClose method of the nvhost_vic device, and removes the remnants of an older implementation. Also cleans up some of the surrounding code.
* | Merge pull request #6234 from Morph1984/stub-amMat M2021-04-242-1/+10
|\ \ | | | | | | ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled
| * | ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEnabledMorph2021-04-242-1/+10
| | | | | | | | | | | | - Used by Pixel Game Maker Series Werewolf Princess Kaguya
* | | Merge pull request #6235 from german77/ectx_awMat M2021-04-244-0/+49
|\ \ \ | | | | | | | | glue: Add ectx:aw service placeholder
| * | | glue: Add ectx:aw placeholdergerman772021-04-244-0/+49
| | |/ | |/|
* | | Merge pull request #6230 from Morph1984/default-resource-sizebunnei2021-04-243-4/+8
|\ \ \ | | | | | | | | program_metadata: Set a default resource size when a NPDM is not present
| * | | program_metadata: Set a default resource size when a NPDM is not presentMorph2021-04-233-4/+8
| | | | | | | | | | | | | | | | Sets a default size of 0x1FE00000 bytes (510 MiB) for the system_resource_size when a NPDM is not present.
* | | | Merge pull request #6227 from lioncash/metabunnei2021-04-241-0/+6
|\ \ \ \ | | | | | | | | | | program_metadata: Explicitly specify copy/move operators/functions
| * | | | program_metadata: Explicitly specify copy/move functionsLioncash2021-04-231-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The generation of the copy assignment operators are deprecated on being generated when a user-provided destructor is present. We can explicitly specify that we desire this behavior to keep the class forward compatible with future standards.
* | | | | Merge pull request #6228 from lioncash/semibunnei2021-04-241-6/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | | lm: Resolve -Wextra-semi warning
| * | | | lm: Make use of insert_or_assign() in Log()Lioncash2021-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Avoids unnecessary default construction of an entry in cases where no entry exists before overwriting the created entry.
| * | | | lm: Prevent redundant map lookups in Log()Lioncash2021-04-231-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can perform the lookup and then do the contains check by checking the end iterator. The benefit of this is that if we *do* find an entry, then we aren't hashing into the map again to find it. We can also get rid of an unused std::vector temporary while we're at it.
| * | | | lm: Resolve -Wextra-semi warningLioncash2021-04-231-1/+1
| |/ / / | | | | | | | | | | | | Resolves a trivial warning with clang.
* | | | Merge pull request #6229 from lioncash/unused-varbunnei2021-04-242-6/+0
|\ \ \ \ | | | | | | | | | | acc/lbl: Remove unused variables
| * | | | acc/lbl: Remove unused variablesLioncash2021-04-232-6/+0
| |/ / /
* | | | Merge pull request #6231 from lioncash/aesbunnei2021-04-232-9/+5
|\ \ \ \ | |_|/ / |/| | | aes_util: Make use of std::span
| * | | aes_util: Make use of std::spanLioncash2021-04-232-9/+5
| |/ / | | | | | | | | | | | | Allows us to simplify the interface quite a bit as it will handle contiguous sequences for us.
* | | Merge pull request #6232 from lioncash/alias2bunnei2021-04-232-24/+27
|\ \ \ | |_|/ |/| | emu_window: unsigned -> u32
| * | emu_window: Return pair from ClipToTouchScreen() instead of tupleLioncash2021-04-232-5/+8
| | | | | | | | | | | | | | | This is only a 2-tuple, so it can be converted over to the std::pair class.
| * | emu_window: unsigned -> u32Lioncash2021-04-232-21/+21
| |/ | | | | | | This is more concise and consistent with the rest of the codebase.
* / service: hid: Get transfer memory for InitializeSevenSixAxisSensorMorph2021-04-221-1/+38
|/
* Merge pull request #6214 from Morph1984/time-fix-kirby-clashbunnei2021-04-211-3/+5
|\ | | | | time: Fix GetClockSnapshotFromSystemClockContext
| * time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshotMorph2021-04-191-1/+2
| |
| * time: Fix GetClockSnapshotFromSystemClockContextMorph2021-04-191-2/+3
| | | | | | | | | | | | This removes an incorrect alignment usage and corrects the positions of the popped parameters. - Fixes Super Kirby Clash crashing on boot
* | Merge pull request #6217 from Morph1984/consistent-writebuffersbunnei2021-04-203-5/+12
|\ \ | | | | | | general: Write buffers before pushing raw arguments
| * | general: Write buffers before pushing raw argumentsMorph2021-04-193-5/+12
| |/ | | | | | | For consistency with the rest of the service implementations
* | Merge pull request #6215 from lioncash/duplicatebunnei2021-04-202-2/+1
|\ \ | | | | | | npad: Remove duplicated class member variable
| * | npad: Remove duplicated class member variableLioncash2021-04-192-2/+1
| |/ | | | | | | | | | | ControllerBase already has a System reference that can be accessed from this class, so we can get rid of this to make the class layout a little more straightforward.
* | arp: Use type alias for issue functionLioncash2021-04-191-4/+4
| | | | | | | | Reduces some verbosity and centralizes the function details in one spot.
* | arp: Prevent uninitialized read of launch member variableLioncash2021-04-191-1/+1
|/ | | | | | | | | If anything happened to call arp functions in the wrong order and called IRegistrar's Issue function before SetApplicationLaunchProperty, we'd read from an uninitialized ApplicationLaunchProperty instance. Instead, we can always initialize it so if this does happen, then the outcome of doing such a thing is at least consistently reproducible.
* 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
|
* Merge pull request #6125 from ogniK5377/nvdec-close-devbunnei2021-04-171-6/+4
|\ | | | | nvdrv: Cleanup CDMA Processor on device closure
| * nvdrv: Cleanup CDMA Processor on device closureChloe Marcec2021-03-301-6/+4
| | | | | | | | Brings us a step closer to unifying all channels to share a common interface.
* | input_interpreter: Fix button hold being interpreted incorrectly on initMorph2021-04-152-1/+17
| | | | | | | | We reset all the button states to 0 except the first index (which has all the buttons as pressed) to prevent a button hold being interpreted as a button that was pressed once on the first poll.
* | applets/swkbd: Implement the Default Software Keyboard frontendMorph2021-04-152-2/+236
| |
* | applets/swkbd: Implement the Normal and Inline Software Keyboard AppletMorph2021-04-154-13/+1488
| |
* | ILibraryAppletCreator: Implement CreateHandleStorageMorph2021-04-152-6/+64
| | | | | | | | Used by Monster Hunter Generations Ultimate
* | hle_ipc: Add helper functions to get copy/move handlesMorph2021-04-152-2/+16
| |
* | 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-154-280/+7
| |
* | Merge pull request #6196 from bunnei/asserts-settingbunnei2021-04-1545-461/+53
|\ \ | | | | | | core: settings: Add setting for debug assertions and disable by default.
| * | common: Move settings to common from core.bunnei2021-04-1545-462/+53
| | | | | | | | | | | | - Removes a dependency on core and input_common from common.
| * | core: settings: Add setting for debug assertions and disable by default.bunnei2021-04-151-0/+1
| | | | | | | | | | | | | | | | | | - This is a developer-only setting and no longer needs to be enabled by default. - Also adds "use_auto_stub" setting to SDL frontend while we are here. - Supersedes #1340.
* | | k_resource_limit: Minor cleanup of member variables/headersameerj2021-04-144-21/+13
| | |
* | | Merge pull request #6185 from ameerj/process-reslimitbunnei2021-04-142-38/+27
|\ \ \ | |/ / |/| | kernel/process: Replace process resource limit instance with the kernel's resource limit
| * | kernel/process: Replace process resource limit instance with the kernel's resource limitameerj2021-04-122-38/+27
| | | | | | | | | | | | This commit addresses the inaccurate behavior of kernel processes creating their own resource limit, rather than utilizing the kernel's system-wide resource limit instance.
* | | k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()Lioncash2021-04-121-1/+1
| | | | | | | | | | | | | | | This function has a void return value, so this attribute doesn't apply to it.
* | | Merge pull request #6135 from Morph1984/borderless-windowed-fullscreenbunnei2021-04-121-0/+1
|\ \ \ | |/ / |/| | configure_graphics: Add Borderless Windowed fullscreen mode
| * | configure_graphics: Add Borderless Windowed fullscreen modeMorph2021-04-061-0/+1
| | | | | | | | | | | | | | | | | | The borderless windowed fullscreen mode solves several issues with the presentation of the overlay dialogs and on-screen keyboard in exclusive fullscreen mode, and also has other benefits such as smoother gameplay, lower latency and a significant reduction in screen tearing. Co-authored-by: Its-Rei <kupfel@gmail.com>
* | | Merge pull request #6170 from Morph1984/more-time-fixesbunnei2021-04-116-21/+38
|\ \ \ | | | | | | | | service: time: Setup the network clock with the local clock context
| * | | service: time: Setup the network clock with the local clock contextMorph2021-04-086-21/+38
| | | | | | | | | | | | | | | | Setting the network time allows some time based events using the network clock to not reset.
* | | | Merge pull request #6167 from Morph1984/time-fixbunnei2021-04-111-3/+8
|\ \ \ \ | | | | | | | | | | service: time: Fix CalculateStandardUserSystemClockDifferenceByUser
| * | | | service: time: Fix CalculateStandardUserSystemClockDifferenceByUserMorph2021-04-081-3/+8
| | | | | | | | | | | | | | | | | | | | CalculateStandardUserSystemClockDifferenceByUser passes in the ClockSnapshots through 2 input buffers and not as raw arguments. Fix this by reading the 2 input buffers instead of popping raw arguments.
* | | | | Merge pull request #6112 from ogniK5377/pctlbunnei2021-04-116-31/+254
|\ \ \ \ \ | | | | | | | | | | | | pctl: Rework how pctl works to be more accurate
| * | | | | Addressed issuesChloe Marcec2021-03-302-21/+22
| | | | | |
| * | | | | pctl: Rework how pctl works to be more accurateChloe Marcec2021-03-266-31/+253
| | | | | | | | | | | | | | | | | | | | | | | | Introduces the usage of compatibilities to allow it the module to be closer to how it works on hardware.
* | | | | | Merge pull request #6172 from degasus/cmake_opusbunnei2021-04-101-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | externals: Search for shared opus installation.
| * | | | | | externals: Search for shared opus installation.Markus Wick2021-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We had used conan for opus before, but there was a bug in the AVX detection. However we still had the Findopus.cmake file within the repository, but not used. This patch reenables the Findopus helper and prefer the system wide installation of opus.
* | | | | | | Merge pull request #6099 from bunnei/derive-membunnei2021-04-1024-173/+2095
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Kernel Rework: Derive memory regions from board layout.
| * | | | | | | hle: kernel: Breakup InitializeMemoryLayout.bunnei2021-03-241-3/+7
| | | | | | | |
| * | | | | | | hle: kernel: k_memory_region_type: Minor code cleanup.bunnei2021-03-241-13/+12
| | | | | | | |
| * | | | | | | hle: kernel: k_memory_region: Minor code cleanup.bunnei2021-03-241-7/+5
| | | | | | | |
| * | | | | | | hle: kernel: k_memory_layout: Use pair instead of tuple.bunnei2021-03-241-2/+4
| | | | | | | |
| * | | | | | | hle: kernel: k_system_control: Remove unnecessary inline.bunnei2021-03-241-4/+4
| | | | | | | |
| * | | | | | | common: common_sizes: Move sizes to the Common namespace.bunnei2021-03-244-45/+46
| | | | | | | |
| * | | | | | | hle: kernel: Merge KMemoryRegionAttr and KMemoryRegionType.bunnei2021-03-212-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes clang errors with mixed enum arithmetic.
| * | | | | | | hle: kernel: Remove unused variable.bunnei2021-03-211-1/+0
| | | | | | | |
| * | | | | | | hle: kernel: k_memory_region_type: Remove extra ".bunnei2021-03-211-1/+1
| | | | | | | |
| * | | | | | | hle: kernel: k_memory_layout: Move KMemoryRegionAllocator out of global.bunnei2021-03-213-35/+47
| | | | | | | |
| * | | | | | | hle: kernel: k_memory_layout: Derive memory regions based on board layout.bunnei2021-03-216-56/+1033
| | | | | | | |
| * | | | | | | common: common_sizes: Move Invalid to Size_* prefix and add missing values.bunnei2021-03-211-14/+14
| | | | | | | |
| * | | | | | | hle: kernel: k_memory_region: Refactor to simplify code.bunnei2021-03-212-83/+89
| | | | | | | |
| * | | | | | | hle: kernel: board: k_system_control: Extend to include memory region sizes.bunnei2021-03-212-1/+125
| | | | | | | |
| * | | | | | | hle: kernel: board: Add secure_monitor module.bunnei2021-03-212-0/+27
| | | | | | | |
| * | | | | | | common: Move common sizes to their own header for code reuse.bunnei2021-03-211-13/+1
| | | | | | | |
| * | | | | | | hle: kernel: k_address_space_info: Cleanup.bunnei2021-03-211-9/+9
| | | | | | | |
| * | | | | | | hle: kernel: Add k_trace module.bunnei2021-03-212-0/+13
| | | | | | | |
| * | | | | | | hle: kernel: KSystemControl: Update to reflect board-specific behavior.bunnei2021-03-214-10/+41
| | | | | | | |
| * | | | | | | hle: kernel: KMemoryManager: Add CalculateManagementOverheadSize.bunnei2021-03-212-0/+26
| | | | | | | |
| * | | | | | | hle: kernel: KMemoryManager: Add aliases.bunnei2021-03-211-0/+4
| | | | | | | |
| * | | | | | | hle: kernel: Add architecture and board specific memory regions.bunnei2021-03-212-0/+72
| | | | | | | |
| * | | | | | | hle: kernel: KMemoryRegion: Derive region values.bunnei2021-03-211-0/+327
| | | | | | | |
| * | | | | | | hle: kernel: Migrate some code from Common::SpinLock to KSpinLock.bunnei2021-03-215-25/+25
| | | | | | | |
| * | | | | | | hle: kernel: Add initial KMemoryRegionType module.bunnei2021-03-213-18/+41
| | | | | | | |
| * | | | | | | hle: kernel: Move KMemoryRegion to its own module and update.bunnei2021-03-214-31/+322
| | | | | | | |
* | | | | | | | Merge pull request #6171 from german77/servicesbunnei2021-04-1030-97/+137
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | service: Update service function tables and use proper names
| * | | | | | | | wlan: Update to 12.xgerman772021-04-091-0/+7
| | | | | | | | |
| * | | | | | | | usb: Use proper namesgerman772021-04-091-21/+21
| | | | | | | | |
| * | | | | | | | ITimeZoneService: Update to 12.xgerman772021-04-091-0/+1
| | | | | | | | |
| * | | | | | | | spl: Update to 12.xgerman772021-04-091-0/+3
| | | | | | | | |
| * | | | | | | | sfdnsres: Use proper namesgerman772021-04-091-2/+2
| | | | | | | | |
| * | | | | | | | nsd: Update to 12.xgerman772021-04-091-0/+1
| | | | | | | | |
| * | | | | | | | ethc: Update to 12.xgerman772021-04-091-0/+1
| | | | | | | | |
| * | | | | | | | sm: Use proper names, update to 12.xgerman772021-04-091-4/+5
| | | | | | | | |
| * | | | | | | | set_sys: Update to 12.xgerman772021-04-091-0/+6
| | | | | | | | |
| * | | | | | | | pctl_module: Update to 12.xgerman772021-04-091-0/+3
| | | | | | | | |
| * | | | | | | | pcie: Use proper namesgerman772021-04-091-1/+1
| | | | | | | | |
| * | | | | | | | olsc: Update to 12.xgerman772021-04-091-0/+1
| | | | | | | | |
| * | | | | | | | pl_u: Update to 12.xgerman772021-04-091-0/+4
| | | | | | | | |
| * | | | | | | | ldr: Use proper namesgerman772021-04-091-16/+16
| | | | | | | | |
| * | | | | | | | arp: Use proper names, update to 12.xgerman772021-04-092-3/+10
| | | | | | | | |
| * | | | | | | | caps_u: Update to 12.xgerman772021-04-091-0/+1
| | | | | | | | |
| * | | | | | | | caps_a: Update to 12.xgerman772021-04-091-0/+1
| | | | | | | | |
| * | | | | | | | bpc: Use proper namesgerman772021-04-091-2/+2
| | | | | | | | |
| * | | | | | | | bcat_module: Update to 12.xgerman772021-04-091-0/+2
| | | | | | | | |
| * | | | | | | | codecctl: Use proper namesgerman772021-04-091-13/+13
| | | | | | | | |
| * | | | | | | | audren_u: Use proper namesgerman772021-04-092-4/+4
| | | | | | | | |
| * | | | | | | | audren_a: Use proper namesgerman772021-04-091-6/+6
| | | | | | | | |
| * | | | | | | | audrec_u: Use proper names, update to 12.xgerman772021-04-091-3/+4
| | | | | | | | |
| * | | | | | | | audrec_a: Use proper namesgerman772021-04-091-2/+2
| | | | | | | | |
| * | | | | | | | audout_u: Use proper namesgerman772021-04-091-3/+3
| | | | | | | | |
| * | | | | | | | audout_a: Use proper namesgerman772021-04-091-6/+6
| | | | | | | | |
| * | | | | | | | audin_u: Use proper namesgerman772021-04-091-7/+7
| | | | | | | | |
| * | | | | | | | audin_a: Use proper namesgerman772021-04-091-4/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #6156 from lioncash/lock-discardbunnei2021-04-103-9/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | kernel: Mark lock helper classes as [[nodiscard]]
| * | | | | | | | | Amend bizarre clang-format suggestionsLioncash2021-04-073-5/+5
| | | | | | | | | |
| * | | | | | | | | k_scoped_scheduler_lock_and_sleep: Mark class as [[nodiscard]]Lioncash2021-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents logic bugs from slipping through.
| * | | | | | | | | k_scoped_lock: delete copy and move assignment operatorsLioncash2021-04-071-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we delete the copy and move constructor, we should also be deleting the copy and move assignment operators (and even if this were intended, it would be pretty odd to not document why it's done this way).
| * | | | | | | | | k_scoped_lock: Mark class as [[nodiscard]]Lioncash2021-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents logic bugs of the kind described in the previous commit from slipping through.
| * | | | | | | | | k_scheduler: Mark KScopedSchedulerLock as [[nodiscard]]Lioncash2021-04-071-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents logic bugs like: KScopedSchedulerLock{kernel}; instead of: KScopedSchedulerLock lk{kernel}; from slipping through.
* | | | | | | | | Merge pull request #6113 from german77/playhistorybunnei2021-04-101-1/+13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Friend: Stub GetPlayHistoryRegistrationKey
| * | | | | | | | | Friend: Stub GetPlayHistoryRegistrationKeygerman772021-03-271-1/+13
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #6158 from german77/hidServiceTablesbunnei2021-04-102-0/+85
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | hid: Update service function tables
| * | | | | | | | | hid: Update service function tablesgerman772021-04-072-0/+85
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #6162 from degasus/no_spin_loopsbunnei2021-04-091-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | video_core: Avoid spin loops.
| * | | | | | | | | video_core/gpu_thread: Implement a ShutDown method.Markus Wick2021-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was implicitly done by `is_powered_on = false`, however the explicit method allows us to block until the GPU is actually gone. This should fix a race condition while removing the other subsystems while the GPU is still active.
* | | | | | | | | | ns: Update to 12.xMorph2021-04-091-3/+38
| | | | | | | | | |
* | | | | | | | | | aoc_u: Update to 12.xMorph2021-04-091-0/+2
| | | | | | | | | |
* | | | | | | | | | nim: Update to 12.xMorph2021-04-091-44/+55
| | | | | | | | | |
* | | | | | | | | | npns: Update to 12.xMorph2021-04-091-0/+3
| | | | | | | | | |
* | | | | | | | | | bgtc: Update to 12.x and implement OpenTaskServiceMorph2021-04-092-1/+34
| | | | | | | | | |
* | | | | | | | | | vi: Update to 12.xMorph2021-04-091-0/+8
| | | | | | | | | |
* | | | | | | | | | erpt: Update to 12.xMorph2021-04-091-1/+6
| | | | | | | | | |
* | | | | | | | | | btm: Update to 12.xMorph2021-04-091-0/+1
| | | | | | | | | |
* | | | | | | | | | btdrv: Update to 12.xMorph2021-04-091-0/+19
| | | | | | | | | |
* | | | | | | | | | Merge pull request #6168 from Morph1984/stub-SetNpadAnalogStickUseCenterClampbunnei2021-04-094-1/+29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | service: hid: Stub SetAnalogStickUseCenterClamp
| * | | | | | | | | | service: hid: Stub SetAnalogStickUseCenterClampMorph2021-04-084-1/+29
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Used by eBASEBALLパワフルプロ野球2020
* | | | | | | | | | Merge pull request #6155 from ameerj/kernel-12-rescntbunnei2021-04-091-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | kernel: Increase event and session counts
| * | | | | | | | | kernel: Increase event and session countsameerj2021-04-071-2/+2
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | 12.x increased the number of available sessions and event resource counts
* | | | | | | | | Merge pull request #6157 from Morph1984/am-update-12.xbunnei2021-04-091-0/+22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | service: am: Update service function tables
| * | | | | | | | | 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
| |/ / / / / / / /
* | | | | | | | | Merge pull request #6062 from ameerj/auto-stubbunnei2021-04-092-0/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | service: Add a toggle for auto stub fallback
| * | | | | | | | configuration: Add auto stub toggle that resets on bootameerj2021-03-302-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-stub is an experimental debugging feature that may cause unforseen bugs. This adds a toggle to only allow auto-stubbing unimplemented functions when explicitly enabled when yuzu is launched.
| * | | | | | | | service: Auto stub fallbackameerj2021-03-301-0/+4
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For simple services we can implement an automatic stub fallback to help with compatibility until a proper implementation is done. Co-Authored-By: Chloe <25727384+ognik5377@users.noreply.github.com>
* | | | | | | | Merge pull request #6145 from lat9nq/nvhost_empty_memcpybunnei2021-04-081-6/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nvhost_nvdec_common: Avoid memcpy with null pointers
| * | | | | | | | nvhost_nvdec_common: Avoid memcpy with null pointerslat9nq2021-04-051-6/+11
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid sending null pointer to memcpy as reported by Undefined Behavious Sanitizer. Co-authored-by: LC <mathew1800@gmail.com>
* | | | | | | | Merge pull request #6154 from lioncash/svcrange2bunnei2021-04-081-0/+132
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | svc: Expand SVC tables
| * | | | | | | svc: Expand SVC tablesLioncash2021-04-071-0/+132
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 12.x expanded the range of SVC entries from 0x7F to 0xBF (with all new entries being unused), so we can expand it to also match.
* | | | | | | Merge pull request #6160 from Morph1984/fs-update-12.xbunnei2021-04-082-6/+15
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | service: fs: Update service function tables
| * | | | | | IFile: Update to 12.xMorph2021-04-071-3/+7
| | | | | | |
| * | | | | | fsp-srv: Update to 12.xMorph2021-04-072-3/+8
| |/ / / / /
* | | | | | Merge pull request #6143 from lat9nq/nvhost_null_memcpybunnei2021-04-081-1/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | nvhost_ctrl_gpu: Avoid sending null pointer to memcpy
| * | | | | | nvhost_ctrl_gpu: Avoid sending null pointer to memcpylat9nq2021-04-051-1/+7
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Undefined Behaviour Sanitizer reports a null pointer is being sent to memcpy, thought it's "guaranteed to never be null". Guard it with an if statement, and log when the action has been averted.
* | | | | | Merge pull request #6159 from Morph1984/acc-update-12.xbunnei2021-04-073-36/+45
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | service: acc: Update service function tables
| * | | | | dauth_o: Update to 11.xMorph2021-04-071-6/+11
| | | | | |
| * | | | | acc_u1: Update to 12.xMorph2021-04-071-13/+15
| | | | | |
| * | | | | acc_su: Update to 12.xMorph2021-04-071-17/+19
| |/ / / /
* | | | | Merge pull request #6153 from lioncash/svcrangebunnei2021-04-072-6/+1
|\ \ \ \ \ | | | | | | | | | | | | process_capability: Handle extended SVC range
| * | | | | process_capability: Handle extended SVC rangeLioncash2021-04-072-6/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 12.x extended the range of SVC IDs, so we need to expand the range of bits that need to be tested. The upside of this is that we can eliminate a range check, given the whole range is used.
* / / / / hwopus: Update to 12.xMorph2021-04-071-0/+4
|/ / / /
* | | | Merge pull request #6132 from MerryMage/code_sizebunnei2021-04-032-0/+8
|\ \ \ \ | | | | | | | | | | arm_dynarmic: Increase size of code cache
| * | | | arm_dynarmic: Increase size of code cacheMerryMage2021-04-022-0/+8
| | | | |
* | | | | Merge pull request #6131 from german77/rightjoyconSLSRMorph2021-04-021-2/+6
|\ \ \ \ \ | |/ / / / |/| | | | HID: Fix SL and SR buttons for right joycon
| * | | | HID: Fix SL and SR buttons for right joycongerman772021-04-021-2/+6
| | |/ / | |/| |
* | | | Merge pull request #6106 from MerryMage/nullptr-jitbunnei2021-04-014-53/+26
|\ \ \ \ | | | | | | | | | | [test] arm_dynarmic: Always have a 'valid' jit instance
| * | | | arm_dynarmic: Always have a 'valid' jit instanceMerryMage2021-03-244-53/+26
| | | | |
* | | | | 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.
* | | | Merge pull request #6109 from german77/gestureIDbunnei2021-03-302-3/+13
|\ \ \ \ | | | | | | | | | | HID: Initialize correctly the gesture finger_id and filter invalid inputs
| * | | | HID: Initialize correctly the gesture finger_id and filter invalid resultsNarr the Reg2021-03-262-3/+13
| | |/ / | |/| |
* | | | Merge pull request #6102 from ogniK5377/fd-passbunnei2021-03-2920-78/+161
|\ \ \ \ | | | | | | | | | | nvdrv: Pass device fd and handle device create methods for device opening and closing
| * | | | nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec2021-03-2520-78/+161
| |/ / / | | | | | | | | | | | | We pass the fd to the ioctl as well as alert the device when it's opened or closed to allow for fd unique actions to take place
* | | | Merge pull request #6115 from bunnei/fix-kernel-initbunnei2021-03-281-1/+1
|\ \ \ \ | | | | | | | | | | hle: kernel: Initialize preemption task after schedulers.
| * | | | hle: kernel: Initialize preemption task after schedulers.bunnei2021-03-271-1/+1
| |/ / / | | | | | | | | | | | | - Fixes a startup crash that occurs if CoreTiming tries to preempt before kernel initialization completes.
* / / / service: friend: Change logging class from ACC to FriendMorph2021-03-271-11/+12
|/ / /
* | | Merge pull request #6101 from ogniK5377/alloc-as-exbunnei2021-03-252-27/+49
|\ \ \ | |/ / |/| | nvdrv: Change InitializeEx to AllocAsEx
| * | nvdrv: Change InitializeEx to AllocAsExChloe Marcec2021-03-222-27/+49
| |/ | | | | | | Wee also report the correct "big page size" now in GetVARegions & fix up the struct for IoctlAllocAsEx
* / core: arm_dynarmic: Ensure JIT state is saved/restored on page table changes.bunnei2021-03-212-0/+10
|/ | | | - We re-create the JIT here without preserving any state.
* Merge pull request #6052 from Morph1984/vi-getindirectlayerimagemapbunnei2021-03-201-1/+27
|\ | | | | IApplicationDisplayService: Stub GetIndirectLayerImageMap
| * IApplicationDisplayService: Stub GetIndirectLayerImageMapMorph2021-03-171-1/+27
| | | | | | | | Used by games invoking the inline software keyboard such as GNOSIA
* | Merge pull request #6056 from zkitX/spl-updatesbunnei2021-03-183-9/+178
|\ \ | |/ |/| service: Refactor spl
| * Fix casing on DeallocateAesKeySlotzkitx2021-03-111-3/+3
| |
| * Update SPL to fit N's service refactor (4.0.0+) which split into new services.zkitx2021-03-113-9/+178
| |
* | Merge pull request #6070 from Morph1984/sysver-11.0.1bunnei2021-03-171-5/+5
|\ \ | | | | | | system_version: Update to 11.0.1
| * | system_version: Update to 11.0.1Morph2021-03-141-5/+5
| | |
* | | bsd: Avoid writing empty buffersMorph2021-03-161-2/+6
| | | | | | | | | | | | Silences log spam on empty buffer writes
* | | Merge pull request #6069 from Morph1984/ngWordbunnei2021-03-151-2/+2
|\ \ \ | |/ / |/| | system_archive: Update NgWord archive version
| * | system_archive: Update NgWord archive versionMorph2021-03-141-2/+2
| | |
* | | Merge pull request #6054 from Morph1984/time-GetClockSnapshotbunnei2021-03-141-0/+2
|\ \ \ | |/ / |/| | time: Assign the current time point to the ClockSnapshot
| * | time: Assign the current time point to the ClockSnapshotMorph2021-03-101-0/+2
| |/ | | | | | | Fixes the timer in Super Smash Bros Ultimate's Spirit Board.
* / time: Fix CalculateSpanBetween implementationMorph2021-03-101-3/+9
|/ | | | | | CalculateSpanBetween passes in the ClockSnapshots through 2 input buffers and not as raw arguments. Fix this by reading the 2 input buffers instead of popping raw arguments. Partially fixes Super Smash Bros. Ultimate's Spirit Board
* common: Fiber: use a reference for YieldTo.bunnei2021-03-072-12/+7
| | | | - Fixes another small leak.
* hle: kernel: KThread: Rework dummy threads & fix memory leak.bunnei2021-03-066-36/+65
| | | | | - Dummy threads are created on thread local storage for all host threads. - Fixes a leak by removing creation of fibers, which are not applicable here.
* Revert "core: Switch to unique_ptr for usage of Common::Fiber."bunnei2021-03-067-31/+29
|
* Merge pull request #6034 from Morph1984/mbedtlsbunnei2021-03-061-2/+0
|\ | | | | externals: Update mbedtls to 2.16.9
| * aes_util: Remove malformed mbedtls_cipher_finish function callMorph2021-03-051-2/+0
| |
* | Merge pull request #6006 from bunnei/fiber-unique-ptrbunnei2021-03-057-29/+31
|\ \ | |/ |/| core: Switch to unique_ptr for usage of Common::Fiber.
| * core: Switch to unique_ptr for usage of Common::Fiber.bunnei2021-02-277-29/+31
| | | | | | | | | | - With using unique_ptr instead of shared_ptr, we have more explicit ownership of the context. - Fixes a memory leak due to circular reference of the shared pointer.
* | Merge pull request #5815 from comex/net-error-reformbunnei2021-03-032-95/+84
|\ \ | | | | | | Network error handling reform
| * | [network] Error handling reformcomex2021-02-282-95/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `network.cpp` has several error paths which either: - report "Unhandled host socket error=n" and return `SUCCESS`, or - switch on a few possible errors, log them, and translate them to Errno; the same switch statement is copied and pasted in multiple places in the code Convert these paths to use a helper function `GetAndLogLastError`, which is roughly the equivalent of one of the switch statements, but: - handling more cases (both ones that were already in `Errno`, and a few more I added), and - using OS functions to convert the error to a string when logging, so it'll describe the error even if it's not one of the ones in the switch statement. - To handle this, refactor the logic in `GetLastErrorMsg` to expose a new function `NativeErrorToString` which takes the error number explicitly as an argument. And improve the Windows version a bit. Also, add a test which exercises two random error paths.
* | | core: Shutdown: Move kernel cleanup to later in shutdown.bunnei2021-03-021-12/+1
|/ / | | | | | | - Fixes a shutdown crash due to a race condition with GPU still accessing memory.
* | Merge pull request #6007 from bunnei/ldn-errorbunnei2021-02-281-1/+1
|\ \ | | | | | | core: hle: ldn: Error out on call to Initialization.
| * | core: hle: ldn: Error out on call to Initialization.bunnei2021-02-271-1/+1
| |/ | | | | | | - Since we do not emulate LDN, returning an error here makes more sense.
* | Merge pull request #5276 from german77/gesturesMorph2021-02-282-11/+240
|\ \ | |/ |/| HID: Implement gestures
| * Implements touch, pan, pinch and rotation gesturesgerman2021-02-282-11/+240
| |
* | Merge pull request #5953 from bunnei/memory-refactor-1bunnei2021-02-2752-1211/+1433
|\ \ | | | | | | Kernel Rework: Memory updates and refactoring (Part 1)
| * | hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei2021-02-1923-146/+130
| | |
| * | hle: kernel: Migrate MemoryManager to KMemoryManager.bunnei2021-02-198-47/+48
| | |
| * | hle: kernel: Migrate PageLinkedList to KPageLinkedList.bunnei2021-02-198-38/+41
| | |
| * | hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.bunnei2021-02-1918-476/+479
| | |
| * | hle: kernel: Migrate SlabHeap to KSlabHeap.bunnei2021-02-194-22/+21
| | |
| * | hle: kernel: Migrate MemoryLayout to KMemoryLayout.bunnei2021-02-195-31/+30
| | |
| * | hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo.bunnei2021-02-194-59/+54
| | |
| * | hle: kernel: memory_manager: Rename AllocateContinuous to AllocateContinuous.bunnei2021-02-192-4/+28
| | |
| * | hle: kernel: KSystemControl does not belong in Memory namespace.bunnei2021-02-197-31/+38
| | |
| * | hle: kernel: memory: PageHeap: Migrate to KPageBitmap class.bunnei2021-02-194-197/+23
| | |
| * | hle: kernel: Add KPageBitmap class.bunnei2021-02-192-0/+280
| | |
| * | hle: kernel: system_control: Add function GenerateRandomU64.bunnei2021-02-192-3/+5
| | |
| * | hle: kernel: Add KSpinLock implementation.bunnei2021-02-193-0/+89
| | |
| * | core: memory: Add templated GetPointer methods.bunnei2021-02-191-0/+10
| | |
| * | hle: kernel: Rename SharedMemory to KSharedMemory.bunnei2021-02-1913-54/+54
| | |
* | | Merge pull request #5944 from Morph1984/gc-vibrationsbunnei2021-02-272-3/+130
|\ \ \ | | | | | | | | hid: Implement GameCube Controller Vibrations
| * | | hid: Implement GameCube Controller VibrationsMorph2021-02-212-3/+130
| | | | | | | | | | | | | | | | Implements both SendVibrationGcErmCommand and GetActualVibrationGcErmCommand, and modifies GetVibrationDeviceInfo to account for additional controllers.
* | | | acc: Stub GetNintendoAccountUserResourceCacheForApplicationMorph2021-02-211-1/+17
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This command returns a Nintendo Account ID and writes 2 output buffers. The first output buffer is a NasUserBaseForApplication and the second output buffer is currently empty. Used by: - Pokken Tournament DX - Super Smash Bros. Ultimate - Super Nintendo Entertainment System - Nintendo Switch Online - Mario Kart 8 Deluxe
* / / kernel: Fix resource release exception on exitameerj2021-02-214-2/+16
|/ / | | | | | | | | After rewriting the resource limit, objects releasing reserved resources require a live kernel instance. This commit fixes exceptions that occur due to the kernel being destroyed before some objects released their resources, allowing for a graceful exit.
* | Merge pull request #4973 from ameerj/nvdec-optbunnei2021-02-192-3/+7
|\ \ | | | | | | nvdec: Reuse allocated buffers and general cleanup
| * | Address PR feedbackameerj2021-02-132-4/+2
| | | | | | | | | | | | Co-Authored-By: LC <712067+lioncash@users.noreply.github.com>
| * | nvdec cleanupameerj2021-02-131-1/+7
| | |
* | | core: core_timing_util: Optimize core timing math.bunnei2021-02-153-98/+48
| | | | | | | | | | | | - Avoids a lot of unnecessary 128-bit math for imperceptible accuracy.
* | | Merge pull request #5939 from Morph1984/web_typesLC2021-02-151-0/+1
|\ \ \ | | | | | | | | core/CMakeLists: Add web_types.h
| * | | core/CMakeLists: Add web_types.hMorph2021-02-151-0/+1
| | | |
* | | | Merge pull request #4940 from german77/nativeGCbunnei2021-02-153-1/+89
|\ \ \ \ | |/ / / |/| | | HID: Implement GC controller in game
| * | | hid: Implement GC controllergerman2021-02-083-1/+89
| | |/ | |/|
* | | hle: service: ldn: IUserLocalCommunicationService: Improve the stub.bunnei2021-02-141-5/+29
| | |
* | | hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disabled.bunnei2021-02-143-3/+19
| | | | | | | | | | | | - Fixes crash on Pokemon Sword/Shield when pressing 'Y'.
* | | hle: service: am: IStorageAccessor: Fix out of bounds error handling.bunnei2021-02-141-6/+7
| |/ |/|
* | kernel: More accurately reserve and release resourcesameerj2021-02-136-14/+42
| |
* | kernel: KScopedReservation implementationameerj2021-02-136-26/+152
| | | | | | | | This implements KScopedReservation, allowing resource limit reservations to be more HW accurate, and release upon failure without requiring too many conditionals.
* | kernel: Unify result codes (#5890)Chloe2021-02-1321-256/+223
| | | | | | | | | | | | | | | | | | * kernel: Unify result codes Drop the usage of ERR_NAME convention in kernel for ResultName. Removed seperation between svc_results.h & errors.h as we mainly include both most of the time anyways. * oops * rename errors to svc_results
* | Merge pull request #5902 from lioncash/core-warnbunnei2021-02-123-4/+7
|\ \ | | | | | | core: Silence various warnings on Clang 12
| * | bsd: Remove usage of optional emplace() with no argumentsLioncash2021-02-091-2/+4
| | | | | | | | | | | | Clang 12 currently falls over in the face of this.
| * | 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.
| * | nfp: Correct uninitialized size being used within GetTagInfo()Lioncash2021-02-091-1/+1
| |/ | | | | | | | | We were previously the name of the object being initialized within its own initializer, which results in uninitialized data being read.
* | Merge pull request #5869 from german77/mousePanningbunnei2021-02-111-2/+3
|\ \ | | | | | | input_common: Add mouse panning
| * | Add mouse panninggerman2021-02-081-2/+3
| | |
* | | software_keyboard: Implement Finalize request commandMorph2021-02-111-0/+4
| | |
* | | core: Add -fsized-dealloction as a Clang flaglat9nq2021-02-101-0/+2
| | | | | | | | | | | | Prevents a operator delete error when compiling with Clang 11.
* | | Merge pull request #5892 from german77/backupbunnei2021-02-091-1/+12
|\ \ \ | | | | | | | | olsc: Stub GetSaveDataBackupSetting
| * | | olsc: Stub GetSaveDataBackupSettinggerman2021-02-081-1/+12
| | | |
* | | | Merge pull request #5868 from german77/HandheldFixbunnei2021-02-081-0/+1
|\ \ \ \ | |_|_|/ |/| | | Prevent over scheduling audio events and add motion update unschedule event
| * | | Prevent over scheduling audio events and terminate properly the motion update eventgerman2021-02-021-0/+1
| | | |
* | | | Merge pull request #5339 from german77/interactivebunnei2021-02-081-0/+11
|\ \ \ \ | |_|/ / |/| | | Settings: Make settings controller image change with controller input
| * | | Make settings controller image change with controller inputgerman2021-02-061-0/+11
| | | |
* | | | Merge pull request #5872 from lioncash/svc-errorChloe2021-02-081-59/+188
|\ \ \ \ | | | | | | | | | | svc: Provide more detailed error logs for svc functions
| * | | | svc: Provide more detailed error logs for svc functionsLioncash2021-02-061-59/+188
| | | | | | | | | | | | | | | | | | | | | | | | | Allows SVC calls to have much more informative information during error cases. This also doesn't hide control flow returns from the reader.
* | | | | Merge pull request #5887 from ogniK5377/lm-fixbunnei2021-02-071-7/+9
|\ \ \ \ \ | | | | | | | | | | | | lm: Fix ReadLeb128
| * | | | | lm: Fix ReadLeb128Chloe Marcec2021-02-071-7/+9
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Fixes assertion on Bloodstained Ritual of the Night. We would over read sometimes, this is fixed by checking if the top bit is set in the first iteration. We also lock the loop off to be only the max size of the type we can fit. Finally we changed an incorrect print of "DEBUG" to "TRACE" to reflect the proper log severity
* | | | | Merge pull request #5878 from aleasto/masterMorph2021-02-071-2/+7
|\ \ \ \ \ | |/ / / / |/| | | | pl_u: Fix read out of bounds
| * | | | pl_u: Fix read out of boundsAlessandro Astone2021-02-061-2/+7
| | | | |
* | | | | Merge pull request #5871 from lioncash/address-arbbunnei2021-02-061-54/+30
|\ \ \ \ \ | |_|_|/ / |/| | | | k_address_arbiter: Minor cleanup
| * | | | k_address_arbiter: Unfold R_UNLESS macrosLioncash2021-02-061-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Allows for more descriptive error messages and also doesn't hide control-path exit returns from the reader.
| * | | | k_address_arbiter: Remove unnecessary usages of std::addressofLioncash2021-02-061-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a useful function in a generic context or with types that overload unary operator&. However, primitives and pointers will never do this, so we can opt for a more straightforward syntax.
| * | | | k_address_arbiter: Remove dead codeLioncash2021-02-061-40/+13
| | |/ / | |/| | | | | | | | | | | | | | This code is never used, so we can remove it. It's in version control, so it can always be brought back when needed.
* | | | Merge pull request #5326 from german77/hidUpdate1bunnei2021-02-0610-168/+406
|\ \ \ \ | |/ / / |/| | | HID: Update the HID service to match more closely to switchbrew part 1
| * | | Add footer types and address commentsgerman2021-02-047-58/+106
| | | |
| * | | Fix npad struct to match switchbrewgerman2021-02-043-105/+134
| | | |
| * | | Adds missing controller types and propertiesgerman2021-02-049-30/+191
| | | |
* | | | Merge pull request #5862 from bunnei/keventbunnei2021-02-0660-563/+726
|\ \ \ \ | | | | | | | | | | Kernel Rework: Refactor KEvent/KReadableEvent/KWritableEvent
| * | | | hle: kernel: Drop R_UNLESS_NOLOG in favor of expanded if-statement.bunnei2021-02-052-3/+11
| | | | |
| * | | | hle: kernel: KAddressArbiter: Remove noisy error log.bunnei2021-02-051-1/+1
| | | | |
| * | | | hle: kernel: svc: Cleanup KEvent/KReadableEvent/KWritableEvent SVCs.bunnei2021-02-055-69/+89
| | | | |
| * | | | hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2021-02-0538-298/+341
| | | | |
| * | | | hle: kernel: Implement KEvent.bunnei2021-02-053-0/+91
| | | | |
| * | | | hle: kernel: KAddressArbiter: Use R_UNLESS_NOLOG where applicable.bunnei2021-02-051-1/+1
| | | | |
| * | | | hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-0544-101/+101
| | | | |
| * | | | hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei2021-02-0540-76/+77
| | | | |
* | | | | Merge pull request #5875 from lioncash/identifierbunnei2021-02-061-9/+9
|\ \ \ \ \ | |/ / / / |/| | | | k_priority_queue: Minor cleanup
| * | | | k_priority_queue: Unfold several declval usagesLioncash2021-02-041-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Given these are only used as function existence checks, we can simplify some usages of declval, given they aren't particularly useful here. Reduces a few template instantiations, which at most reduces compile times a tiny bit.
| * | | | k_priority_queue: Simplify affinity mask type aliasLioncash2021-02-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | We can make use of the _t variants of the templates to cut down on a little bit of verbosity.
| * | | | k_priority_queue: Resolved reserved identifierLioncash2021-02-041-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An identifier containing a starting underscore followed by a capital letter is reserved by the standard. It's trivial to avoid this by moving the underscore to the end of the identifier. While the likelihood of clashing here being minimal, we can turn a "should not break" scenario into a definitive "will not break" one, so why not?.
* | | | Merge pull request #5867 from Morph1984/am-GetHealthWarningDisappearedSystemEventbunnei2021-02-052-1/+14
|\ \ \ \ | |_|/ / |/| | | IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEvent
| * | | IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEventMorph2021-02-022-1/+14
| | | |
* | | | Merge pull request #5876 from lioncash/truncationbunnei2021-02-041-1/+1
|\ \ \ \ | | | | | | | | | | k_affinity_mask: Avoid implicit truncation to bool
| * | | | k_affinity_mask: Avoid implicit truncation to boolLioncash2021-02-041-1/+1
| | |/ / | |/| | | | | | | | | | | | | | This can cause compiler warnings. Instead, we can explicitly add a boolean expression around it to naturally turn the result into a bool.
* / | | key_manager: Create the keys directory if it does not existMorph2021-02-041-0/+5
|/ / /
* | | Merge pull request #5848 from ogniK5377/k-resourcelimitbunnei2021-02-0313-230/+343
|\ \ \ | | | | | | | | kernel: Rewrite resource limit to be more accurate
| * | | Simplify limitableresource namesChloe Marcec2021-02-036-36/+29
| | | |
| * | | Compile errorChloe Marcec2021-02-021-1/+1
| | | |
| * | | Address issuesChloe Marcec2021-02-023-19/+15
| | | |
| * | | fix compile errorChloe Marcec2021-01-301-1/+1
| | | |
| * | | cleanup commentingChloe Marcec2021-01-301-2/+2
| | | |
| * | | Drop m_ from lockChloe Marcec2021-01-302-9/+9
| | | |
| * | | Move to GetGlobalTimeNs, fix GetTotalPhysicalMemoryAvailableChloe Marcec2021-01-303-9/+7
| | | |
| * | | kernel: Rewrite resource limit to be more accurateChloe Marcec2021-01-3013-231/+357
| | | | | | | | | | | | | | | | Matches closer to hardware
* | | | Merge pull request #5842 from german77/userfixbunnei2021-02-031-2/+8
|\ \ \ \ | | | | | | | | | | acc: Fix error when second user is selected
| * | | | Fix user changing to 0 if validgerman2021-01-291-2/+8
| | | | |
* | | | | settings: Log the cache, config, and mod load directoriesMorph2021-02-021-0/+3
| |_|/ / |/| | |
* | | | Merge pull request #5861 from german77/HandheldFixbunnei2021-02-021-2/+11
|\ \ \ \ | | |_|/ | |/| | hid: Only update motion for npad and prevent over scheduling events
| * | | Only update motion for npad and prevent over scheduling eventsgerman2021-02-011-2/+11
| | | |
* | | | arm_dynarmic_32: Print out CPSR.T on exceptionMerryMage2021-02-012-2/+7
| | | |
* | | | Merge pull request #5859 from Morph1984/nifmbunnei2021-02-011-2/+157
|\ \ \ \ | | | | | | | | | | nifm: Stub GetCurrentNetworkProfile and GetCurrentIpConfigInfo
| * | | | nifm: Stub GetCurrentIpConfigInfoMorph2021-01-311-1/+29
| | | | | | | | | | | | | | | | | | | | - Used by Lets Sing 12
| * | | | nifm: Stub GetCurrentNetworkProfileMorph2021-01-311-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | | - Used by Minecraft Bedrock Edition - Used by Bloons TD 5
| * | | | nifm: Add several structsMorph2021-01-311-0/+87
| | | | |
* | | | | Merge pull request #5856 from Morph1984/nifm-fix-getappletinfo-stubAmeer J2021-02-011-1/+5
|\ \ \ \ \ | | | | | | | | | | | | nifm: Fix GetAppletInfo stub
| * | | | | nifm: Fix GetAppletInfo stubMorph2021-01-311-1/+5
| | | | | |
* | | | | | Merge pull request #5858 from Morph1984/IsGamePlayRecordingSupported-stubbunnei2021-02-012-1/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | am/IApplicationFunctions: Stub IsGamePlayRecordingSupported
| * | | | | | am/IApplicationFunctions: Stub IsGamePlayRecordingSupportedMorph2021-01-312-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Used by RetroArch
* | | | | | | prepo: Stub GetTransmissionStatusMorph2021-01-311-1/+11
| | | | | | |
* | | | | | | prepo: Stub RequestImmediateTransmissionMorph2021-01-311-1/+8
| |_|/ / / / |/| | | | | | | | | | | | | | | | | - Used by Animal Crossing: New Horizons
* | | | | | bsd: Fix EventFd stubMorph2021-01-311-3/+3
|/ / / / /
* | | | | Merge pull request #5855 from Morph1984/bsd-fix-getsockopt-stubbunnei2021-01-311-1/+5
|\ \ \ \ \ | |/ / / / |/| | | | bsd: Fix GetSockOpt stub
| * | | | bsd: Fix GetSockOpt stubMorph2021-01-311-1/+5
| | | | |
* | | | | Merge pull request #5851 from ameerj/pop-inv-stubMorph2021-01-312-1/+10
|\ \ \ \ \ | |/ / / / |/| | | | am: Stub TryPopFromFriendInvitationStorageChannel
| * | | | am: Stub TryPopFromFriendInvitationStorageChannelameerj2021-01-312-1/+10
| | |_|/ | |/| | | | | | | | | | Used by Family Feud
* / | | bsd: Stub EventFdameerj2021-01-312-1/+12
|/ / / | | | | | | | | | Used by Family Feud
* | | Merge pull request #5779 from bunnei/kthread-rewritebunnei2021-01-3064-1909/+2933
|\ \ \ | | | | | | | | Rewrite KThread to be more accurate
| * | | hle: kernel: KLightLock: Fix several bugs.bunnei2021-01-291-3/+3
| | | |
| * | | arm: dynarmic: Reintroduce JIT checks on SaveContext/LoadContext.bunnei2021-01-292-0/+12
| | | |
| * | | hle: kernel: KThread: Release thread resource on thread exit.bunnei2021-01-291-0/+1
| | | |
| * | | yuzu: debugger: Ignore HLE threads.bunnei2021-01-292-7/+13
| | | |
| * | | hle: kernel: process: Add state lock.bunnei2021-01-293-6/+15
| | | |
| * | | hle: kernel: threading: Fix bug with host thread naming.bunnei2021-01-291-3/+2
| | | |
| * | | hle: kernel: k_scheduler_lock: Cleanup.bunnei2021-01-291-3/+3
| | | |
| * | | core: arm: Remove unnecessary JIT checks.bunnei2021-01-292-24/+0
| | | |
| * | | hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling.bunnei2021-01-297-41/+45
| | | |
| * | | hle: kernel: k_scheduler: Use atomics for current_thread, etc.bunnei2021-01-292-26/+28
| | | |
| * | | hle: kernel: k_scheduler: Fix for single core mode.bunnei2021-01-291-1/+2
| | | |
| * | | kernel: Fix build errors.bunnei2021-01-292-4/+9
| | | |
| * | | core: cpu_manager: Remove unused variable.bunnei2021-01-291-1/+0
| | | |
| * | | hle: kernel: KScheduler: Introduce thread context_guard.bunnei2021-01-292-3/+16
| | | |
| * | | hle: kernel: Recode implementation of KThread to be more accurate.bunnei2021-01-2913-769/+1554
| | | |
| * | | kernel: svc_types: Add ThreadActivity.bunnei2021-01-291-0/+5
| | | |
| * | | kernel: KSchedulerPriorityQueue: Lowest priority should be LowestThreadPriority.bunnei2021-01-291-1/+1
| | | |
| * | | kernel: k_light_lock: Simplify EmuThreadHandle implementation.bunnei2021-01-295-51/+33
| | | |
| * | | hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation.bunnei2021-01-296-69/+25
| | | |
| * | | core: hle: kernel: object: Implement Finalize() virtual method.bunnei2021-01-2915-6/+29
| | | |
| * | | core: hle: kernel: svc_results: Populate with several missing error codes.bunnei2021-01-291-0/+3
| | | |
| * | | core: hle: kernel: Implement KLightLock.bunnei2021-01-293-0/+173
| | | |
| * | | core: hle: kernel: Implement KThreadQueue.bunnei2021-01-292-0/+82
| | | |
| * | | hle: kernel: KThread: Clean up thread priorities.bunnei2021-01-299-75/+41
| | | |
| * | | hle: kernel: KThread: Reorganize thread priority defaults.bunnei2021-01-299-31/+31
| | | |
| * | | hle: kernel: KThread: Fix ThreadType definition.bunnei2021-01-295-11/+12
| | | |
| * | | hle: kernel: Move single core "phantom mode" out of KThread.bunnei2021-01-294-16/+31
| | | | | | | | | | | | | | | | - This is a workaround that does not belong in a kernel primitive.
| * | | hle: kernel: KThread: Remove thread types that do not exist.bunnei2021-01-295-45/+28
| | | |
| * | | arm: arm_dynarmic: Skip calls when JIT is invalid.bunnei2021-01-292-0/+24
| | | | | | | | | | | | | | | | - This can happen if called from an idle or suspension thread.
| * | | core: hle: kernel: Rename Thread to KThread.bunnei2021-01-2943-255/+254
| | | |
* | | | Merge pull request #5838 from german77/prepostubMorph2021-01-301-1/+10
|\ \ \ \ | | | | | | | | | | prepo: Stub GetSystemSessionId
| * | | | Stub GetSystemSessionIdgerman2021-01-301-1/+10
| | |_|/ | |/| |
* | | | Merge pull request #5809 from ogniK5377/FlushAudioOutBuffersbunnei2021-01-291-1/+9
|\ \ \ \ | |_|/ / |/| | | audout: FlushAudioOutBuffers
| * | | audout: FlushAudioOutBuffersChloe Marcec2021-01-241-1/+9
| | | | | | | | | | | | | | | | Fixes Devil May Cry
* | | | Merge pull request #5837 from german77/socketstubbunnei2021-01-292-1/+17
|\ \ \ \ | | | | | | | | | | sockets: Stub GetSockOpt
| * | | | Stub GetSockOptgerman2021-01-282-1/+17
| | |/ / | |/| |
* | | | Merge pull request #5840 from Morph1984/prepo-fixLC2021-01-283-24/+70
|\ \ \ \ | | | | | | | | | | prepo: Fix BufferDescriptorX invalid buffer index errors and add New variants of SaveReport
| * | | | prepo: Fix BufferDescriptorX invalid buffer errors and add "New" variants of SaveReportMorph2021-01-281-24/+42
| | | | | | | | | | | | | | | | | | | | The second input buffer could be optional when prepo/srepo is called, test for the availability of the second buffer prior to reading from it.
| * | | | hle_ipc: Add Can(Read, Write)BufferMorph2021-01-282-0/+28
| |/ / / | | | | | | | | | | | | Allows us to test whether a buffer can be read from or written to memory
* | | | hid: Add static_assert for Parameter sizeMorph2021-01-281-15/+19
| | | |
* | | | npad: Remove unused device handle parameterMorph2021-01-273-11/+9
|/ / /
* | | Merge pull request #5812 from german77/StubSixaxisFusionbunnei2021-01-274-3/+104
|\ \ \ | | | | | | | | HID: Stub Set/Get/Reset SixaxisSensorFusionParameters
| * | | Stub Set/Get/Reset SixaxisSensorFusionParametersgerman2021-01-244-3/+104
| |/ /
* | | Merge pull request #5810 from ogniK5377/stereo-visionbunnei2021-01-273-7/+60
|\ \ \ | | | | | | | | hle: Implement remaining services for Stereo Vision
| * | | hle: Implement remaining services for Stereo VisionChloe Marcec2021-01-243-7/+60
| |/ / | | | | | | | | | Used by Zelda Breath of the Wild, Super Mario Odyssey and Nintendo Labo
* | | Merge pull request #5824 from ogniK5377/IPsmSessionbunnei2021-01-261-1/+112
|\ \ \ | | | | | | | | psm: IPsmSession
| * | | Omit system referenceChloe Marcec2021-01-251-2/+1
| | | |
| * | | psm: IPsmSessionChloe Marcec2021-01-251-2/+114
| | | | | | | | | | | | | | | | Used by homebrew menu
* | | | Merge pull request #5774 from ogniK5377/mii-raw-randombunnei2021-01-264-2274/+1657
|\ \ \ \ | | | | | | | | | | mii: Fix BuildRandomStoreData & Cleanup raw_data
| * | | | mii: Fix BuildRandomStoreData & Cleanup raw_dataChloe Marcec2021-01-204-2274/+1657
| | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up mii raw data to reflect the underlying values instead of just a chunk of bytes. Fixed BuildRandomStoreData not actually generating random miis properly. "values" should be a u32, not a u8.
* | | | | Merge pull request #5771 from ogniK5377/lm-reworkbunnei2021-01-258-345/+288
|\ \ \ \ \ | |_|/ / / |/| | | | lm: Recode LM service
| * | | | Print Process ID and Thread ID as hexChloe Marcec2021-01-241-2/+2
| | | | |
| * | | | Clamp string reads to buffer sizeChloe Marcec2021-01-231-3/+5
| | | | |
| * | | | Mark DestinationToString as staticChloe Marcec2021-01-201-1/+1
| | | | |
| * | | | Mark LogPacketHeaderEntry hash as noexceptChloe Marcec2021-01-201-1/+1
| | | | |
| * | | | lm: Recode LM serviceChloe Marcec2021-01-208-345/+286
| |/ / / | | | | | | | | | | | | Rework the service to spit out to logs instead of a seperate file as well as fix any crashes caused by lm.
* | | | Merge pull request #5799 from ogniK5377/event-register-unregisterbunnei2021-01-251-1/+7
|\ \ \ \ | | | | | | | | | | nvdrv: Unregister already registered events
| * | | | Simplify conditionChloe Marcec2021-01-231-2/+1
| | | | |
| * | | | nvdrv: Unregister already registered eventsChloe Marcec2021-01-231-1/+8
| | | | |
* | | | | Merge pull request #5151 from comex/xx-vfsbunnei2021-01-241-4/+10
|\ \ \ \ \ | |_|_|/ / |/| | | | vfs_real: When moving files or directories, don't assume file opening will succeed
| * | | | vfs_real: When moving files or directories, don't assume file opening will succeedcomex2021-01-231-4/+10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Found this via a warning, but it's a substantive fix. Since this is only for a cache, it should be safe to silently drop the entry if opening fails. I think.
* | | | Merge pull request #5806 from bunnei/am-stubbunnei2021-01-241-1/+8
|\ \ \ \ | |/ / / |/| | | hle: service: am: Stub ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSliceZero.
| * | | hle: service: am: Stub ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSliceZero.bunnei2021-01-211-1/+8
| |/ / | | | | | | | | | - Used by Monster Hunter Rise demo.
* | | Merge pull request #5776 from ogniK5377/lblbunnei2021-01-231-22/+261
|\ \ \ | | | | | | | | lbl: Implement most of lbl
| * | | lbl: Implement most of lblChloe Marcec2021-01-201-22/+261
| |/ / | | | | | | | | | Pretty basic service, only thing left to do is handle setting applying once set:sys is implemented
* | | Merge pull request #5765 from ogniK5377/StoreSaveDataThumbnail-stubbunnei2021-01-235-6/+66
|\ \ \ | | | | | | | | acc: Stub StoreSaveDataThumbnail
| * | | acc: Stub StoreSaveDataThumbnailChloe Marcec2021-01-195-6/+66
| |/ / | | | | | | | | | Fixes ACA NEOGEO METAL SLUG hanging on boot.
* | | Merge pull request #5270 from german77/multiTouchbunnei2021-01-215-55/+167
|\ \ \ | |/ / |/| | HID: Add multitouch support
| * | Always initialize keyboard inputgerman2021-01-153-12/+8
| | |
| * | Add mutitouch support for touch screensgerman2021-01-154-42/+56
| | |
| * | Allow to return up to 16 touch inputs per enginegerman2021-01-154-61/+84
| | |
| * | Allow all touch inputs at the same time and remove config options that are not longer necesarygerman2021-01-152-11/+20
| | |
| * | Add multitouch supportgerman2021-01-152-23/+93
| | |
* | | npad: Add check for HANDHELD_INDEX in UpdateControllerAt()Morph2021-01-181-1/+1
| | |
* | | Merge pull request #5360 from ReinUsesLisp/enforce-memclass-accessbunnei2021-01-1714-181/+192
|\ \ \ | |_|/ |/| | core: Silence Wclass-memaccess warnings and enforce it
| * | core/cmake: Enforce Wclass-memaccessReinUsesLisp2021-01-151-0/+1
| | | | | | | | | | | | Treat -Wclass-memaccess as an error.
| * | core: Silence Wclass-memaccess warningsReinUsesLisp2021-01-1513-181/+191
| | | | | | | | | | | | | | | This requires making several types trivial and properly initialize them whenever they are called.
* | | input_interpreter: Mark two member functions as constLioncash2021-01-161-4/+4
| | | | | | | | | | | | | | | | | | These aren't stateful functions, so we can make use of const. While we're at, we can resolve some -Wdocumentation warnings.
* | | input_interpreter: Add method to check for a button press stateMorph2021-01-162-0/+25
| | | | | | | | | | | | This allows to check for continuous input for the duration of a button press/hold
* | | Merge pull request #5358 from ReinUsesLisp/rename-insert-paddingLC2021-01-153-19/+19
|\| | | |/ |/| common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
| * common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITReinUsesLisp2021-01-153-19/+19
| | | | | | | | INSERT_PADDING_BYTES_NOINIT is more descriptive of the underlying behavior.
* | common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash2021-01-154-8/+12
|/ | | | Makes for less code that we need to maintain.
* core/cmake: Remove Werror flags already defined code-base wideReinUsesLisp2021-01-151-2/+0
|
* hle: kernel: thread: Preserve thread wait reason for debugging only.bunnei2021-01-117-1/+34
| | | | - This is decoupled from core functionality and used for debugging only.
* hle: kernel: k_scheduler_lock: Fix shadowing errors.bunnei2021-01-111-1/+1
|
* core: arm: arm_interface: Fix shadowing errors.bunnei2021-01-111-3/+4
|
* core: hle: Add missing calls to MicroProfileOnThreadExit.bunnei2021-01-112-0/+5
|
* core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.bunnei2021-01-1114-1177/+503
|
* core: hle: kernel: Update KAddressArbiter.bunnei2021-01-113-0/+437
|
* core: hle: kernel: Update KConditionVariable.bunnei2021-01-114-0/+413
|
* core: hle: kernel: Begin moving common SVC defintions to its own header.bunnei2021-01-112-0/+14
|
* hle: kernel: Remove unnecessary AddressArbiter definition.bunnei2021-01-111-1/+0
|
* hle: kernel: k_scheduler: Cleanup OnThreadPriorityChanged.bunnei2021-01-112-6/+3
|
* hle: kernel: Rename thread "status" to "state".bunnei2021-01-111-2/+2
|
* hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState.bunnei2021-01-1111-127/+97
| | | | - This is how the real kernel works, and is more accurate and simpler.
* core: hle: kernel: Add some useful functions for checking kernel addresses.bunnei2021-01-111-0/+19
|
* core: hle: kernel: svc_types: Add type definitions for KAddressArbiter.bunnei2021-01-111-0/+12
|
* core: hle: kernel: Update KSynchronizationObject.bunnei2021-01-1131-603/+379
|
* core: hle: kernel: Begin moving common SVC results to its own header.bunnei2021-01-112-0/+21
|
* hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState.bunnei2021-01-111-6/+0
|
* Merge pull request #5312 from german77/overclockenabledbunnei2021-01-102-1/+10
|\ | | | | apm: Stub IsCpuOverclockEnabled
| * Stub IsCpuOverclockEnabledgerman2021-01-082-1/+10
| |
* | file_sys/registered_cache: Silence virtual functions without override warningsReinUsesLisp2021-01-091-4/+4
| |
* | core: Silence unhandled enum in switch warningsReinUsesLisp2021-01-092-10/+5
|/
* fix for nvdec disabled, cleanup host1xameerj2021-01-071-11/+14
|
* nvdec syncpt incorporationameerj2021-01-077-20/+43
| | | | laying the groundwork for async gpu, although this does not fully implement async nvdec operations
* core: Enforce C4715 (not all control paths return a value)ReinUsesLisp2021-01-051-0/+2
|
* core: Silence warnings when compiling without assertsReinUsesLisp2021-01-055-8/+11
|
* buffer_queue: Protect queue_sequence list access with a mutexameerj2021-01-042-13/+21
| | | | fixes a data race as this is an unprotected variable manipulated by multiple threads
* main: Resolve error string not displayingLioncash2021-01-032-0/+5
| | | | | | | | | During the transition to make the error dialog translatable, I accidentally got rid of the conversion to ResultStatus, which prevented operator<< from being invoked during formatting. This adds a function to directly retrieve the result status string instead so that it displays again.
* Merge pull request #5278 from MerryMage/cpuopt_unsafe_inaccurate_nanbunnei2021-01-033-0/+7
|\ | | | | dynarmic: Add Unsafe_InaccurateNaN optimization
| * dynarmic: Add Unsafe_InaccurateNaN optimizationMerryMage2021-01-023-0/+7
| |
* | hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect.bunnei2021-01-031-2/+0
| | | | | | | | - This behavior is a mistake, fixes Katana Zero.
* | general: Fix various spelling errorsMorph2021-01-026-20/+20
|/
* memory: Remove MemoryHookMerryMage2021-01-012-64/+0
|
* Merge pull request #5249 from ReinUsesLisp/lock-free-pagesbunnei2021-01-014-124/+67
|\ | | | | core/memory: Read and write page table atomically
| * core/memory: Read and write page table atomicallyReinUsesLisp2020-12-304-124/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squash attributes into the pointer's integer, making them an uintptr_t pair containing 2 bits at the bottom and then the pointer. These bits are currently unused thanks to alignment requirements. Configure Dynarmic to mask out these bits on pointer reads. While we are at it, remove some unused attributes carried over from Citra. Read/Write and other hot functions use a two step unpacking process that is less readable to stop MSVC from emitting an extra AND instruction in the hot path: mov rdi,rcx shr rdx,0Ch mov r8,qword ptr [rax+8] mov rax,qword ptr [r8+rdx*8] mov rdx,rax -and al,3 and rdx,0FFFFFFFFFFFFFFFCh je Core::Memory::Memory::Impl::Read<unsigned char> mov rax,qword ptr [vaddr] movzx eax,byte ptr [rdx+rax]
* | Merge pull request #5208 from bunnei/service-threadsbunnei2020-12-3148-677/+499
|\ \ | | | | | | Service threads
| * | hle: kernel: service_thread: Make thread naming more consistent.bunnei2020-12-301-1/+1
| | |
| * | hle: kernel: Manage service threads on another thread.bunnei2020-12-301-9/+20
| | | | | | | | | | | | - This is to allow service threads to defer destruction of themselves.
| * | hle: kernel: Manage host thread IDs using TLS.bunnei2020-12-301-46/+31
| | | | | | | | | | | | - Avoids the need to have a large map of host to guest thread IDs.
| * | hle: kernel: Move ServiceThread ownership to KernelCore.bunnei2020-12-294-5/+48
| | | | | | | | | | | | - Fixes a circular dependency which prevented threads from being released on shutdown.
| * | hle: kernel: service_thread: Add thread name and take weak_ptr of ServerSession.bunnei2020-12-293-11/+22
| | |
| * | hle: service: Acquire and release a lock on requests.bunnei2020-12-295-25/+35
| | | | | | | | | | | | - This makes it such that we can safely access service members from CoreTiming thread.
| * | core: Do not reset device_memory on shutdown.bunnei2020-12-291-1/+0
| | | | | | | | | | | | - This will be reset on initialization.
| * | core: hle: kernel: Clear process list on boot.bunnei2020-12-291-2/+2
| | |
| * | hle: service: vi: Refactor to grab buffer only once.bunnei2020-12-291-15/+4
| | |
| * | service: nvflinger: Improve synchronization for BufferQueue.bunnei2020-12-295-19/+72
| | | | | | | | | | | | | | | - Use proper mechanisms for blocking on DequeueBuffer. - Ensure service thread terminates on emulation Shutdown.
| * | hle: service: Ensure system is powered on before writing IPC result.bunnei2020-12-291-1/+5
| | |
| * | core: kernel: Clear process list earlier.bunnei2020-12-291-2/+2
| | |
| * | core: settings: Untangle multicore from asynchronous GPU.bunnei2020-12-293-9/+1
| | | | | | | | | | | | - Now that GPU is always threaded, we can support multicore with synchronous GPU.
| * | hle: kernel: hle_ipc: Remove SleepClientThread.bunnei2020-12-292-54/+0
| | | | | | | | | | | | - This was kind of hacky, and no longer is necessary with service threads.
| * | hle: service: bsd: Update to work with service threads, removing SleepClientThread.bunnei2020-12-294-250/+45
| | |
| * | hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei2020-12-2923-211/+83
| | | | | | | | | | | | - Note, this always processes the ioctl right away, which fixes BotW 1.0.0 issues.
| * | hle: kernel: service_thread: Add parameter for thread pool size.bunnei2020-12-293-7/+7
| | |
| * | hle: service: nvflinger: Refactor locking and interfaces.bunnei2020-12-293-45/+31
| | |
| * | hle: service: vi: Remove usage of SleepClientThread.bunnei2020-12-291-34/+43
| | |
| * | core: hle: server_session: Use separate threads for each service connection.bunnei2020-12-296-23/+140
| | |
* | | service/pcie: Fix invalid initialization argumentReinUsesLisp2020-12-301-1/+1
| | |
* | | Merge pull request #5247 from comex/xx-conceptsbunnei2020-12-301-3/+5
|\ \ \ | | | | | | | | k_priority_queue: Fix concepts use
| * | | k_priority_queue: Fix concepts usecomex2020-12-291-3/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - For `std::same_as`, add missing include of `<concepts>`. - For `std::convertible_to`, create a replacement in `common/concepts.h` and use that instead. This would also be found in `<concepts>`, but unlike `std::same_as`, `std::convertible_to` is not yet implemented in libc++, LLVM's STL implementation - not even in master. (In fact, `std::same_as` is the *only* concept currently implemented. For some reason.)
* | | Merge pull request #5246 from comex/xx-includebunnei2020-12-301-0/+1
|\ \ \ | |_|/ |/| | Add missing include of "core/hle/kernel/kernel.h"
| * | Add missing include of "core/hle/kernel/kernel.h"comex2020-12-291-0/+1
| |/ | | | | | | This is needed as the header invokes methods on KernelCore.
* / svc: demote SleepThread log to LOG_TRACEameerj2020-12-291-1/+1
|/ | | | This log is called often, and introduces a lot of noise when debug logging is enabled, making it difficult to see other debug logs.
* core: memory: Ensure thread safe access when pages are rasterizer cached (#5206)bunnei2020-12-251-12/+40
| | | * core: memory: Ensure thread safe access when pages are rasterizer cached.
* Merge pull request #5042 from Morph1984/project-aetherbunnei2020-12-2217-658/+842
|\ | | | | Project Aether: Reimplementation of the Web Browser Applet
| * applets/web: Implement the online web browser appletMorph2020-12-184-3/+28
| |
| * main, applets/web: Re-add progress dialog for RomFS extractionMorph2020-12-184-40/+52
| |
| * pl_u, applets/web: Decrypt shared fonts to TTF filesMorph2020-12-183-18/+117
| |
| * ns_vm: Stub NeedsUpdateVulnerabilityMorph2020-12-181-1/+10
| | | | | | | | This is used to force system updates on launching the web browser. We do not care about system updates so this can be set to false.
| * frontend/input_interpreter: Add InputInterpreter APIMorph2020-12-183-0/+167
| | | | | | | | | | | | The InputInterpreter class interfaces with HID to retrieve button press states. Input is intended to be polled every 50ms so that a button is considered to be held down after 400ms has elapsed since the initial button press and subsequent repeated presses occur every 50ms. Co-authored-by: Chloe <25727384+ogniK5377@users.noreply.github.com>
| * controllers/npad: Make press_state atomicMorph2020-12-182-2/+3
| |
| * applets/web: Implement the default web browser applet frontendMorph2020-12-183-1/+24
| |
| * 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-188-745/+37
| |
* | Merge pull request #5131 from bunnei/scheduler-rewritebunnei2020-12-2135-1465/+2111
|\ \ | | | | | | Rewrite Kernel scheduler based on Atmosphere
| * | hle: kernel: Process: Various style fixes based on code review feedback.bunnei2020-12-061-2/+2
| | |
| * | core: cpu_manager: Fix a typo in PreemptSingleCore, which broke many games.bunnei2020-12-061-21/+26
| | | | | | | | | | | | - We were reload'ing the old current scheduler, which may have changed.
| * | hle: kernel: Thread: Various style fixes based on code review feedback.bunnei2020-12-061-22/+25
| | |
| * | hle: kernel: KScopedSchedulerLockAndSleep: Various style fixes based on code review feedback.bunnei2020-12-061-6/+6
| | |
| * | hle: kernel: KScopedLock: Various style fixes based on code review feedback.bunnei2020-12-061-6/+8
| | |
| * | hle: kernel: KAbstractSchedulerLock: Various style fixes based on code review feedback.bunnei2020-12-061-9/+7
| | |
| * | hle: kernel: KScheduler: Various style fixes based on code review feedback.bunnei2020-12-062-50/+41
| | |
| * | hle: kernel: KPriorityQueue: Various style fixes based on code review feedback.bunnei2020-12-061-29/+36
| | |
| * | hle: kernel: KAffinityMask: Various style fixes based on code review feedback.bunnei2020-12-061-17/+13
| | |
| * | hle: kernel: GlobalSchedulerContext: Various style fixes based on code review feedback.bunnei2020-12-062-5/+10
| | |
| * | hle: kernel: Use C++ style comments in KScheduler, etc.bunnei2020-12-064-152/+136
| | |
| * | kernel: KScopedSchedulerLockAndSleep: Remove unused ctor.bunnei2020-12-061-13/+7
| | |
| * | kernel: time_manager: Add missing lock guards.bunnei2020-12-061-3/+10
| | |
| * | hle: kernel: Migrate to KScopedSchedulerLock.bunnei2020-12-0615-48/+92
| | |
| * | hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler.bunnei2020-12-0611-69/+72
| | |
| * | hle: kernel: Separate KScheduler from GlobalSchedulerContext class.bunnei2020-12-065-118/+140
| | |
| * | hle: kernel: Rewrite scheduler implementation based on Mesopshere.bunnei2020-12-0625-1220/+1212
| | |
| * | hle: kernel: physical_core: Clear exclusive state after each run.bunnei2020-12-063-0/+7
| | | | | | | | | | | | - This is closer to pre-multicore behavior, and works a bit better.
| * | hle: kernel: Port KAbstractSchedulerLock from Mesosphere.bunnei2020-12-062-0/+77
| | |
| * | hle: kernel: svc: Remove reschedule on svcBreak.bunnei2020-12-061-5/+0
| | | | | | | | | | | | - This breaks things, and is unnecessary, since emulation will be done at this point.
| * | hle: kernel: process: Add schedule count tracking, to be used for yield impl.bunnei2020-12-061-0/+13
| | |
| * | hle: kernel: svc: Remove unnecessary hack in svcSleep.bunnei2020-12-061-7/+0
| | |
| * | common: Port KPriorityQueue from Mesosphere.bunnei2020-12-062-0/+444
| | |
| * | hle: kernel: Port KAffinityMask from Mesosphere.bunnei2020-12-066-14/+78
| | |
* | | Merge pull request #5201 from ameerj/bufferq-refactorbunnei2020-12-213-70/+63
|\ \ \ | | | | | | | | vi/buffer_queue: Buffer queue management refactor
| * | | buffer_queue: better use of std::arrayameerj2020-12-181-59/+46
| | | |
| * | | Overwrite slots instead of queuing them, add disconnect signalameerj2020-12-173-27/+33
| | | | | | | | | | | | | | | | Fix for Katana Zero and Yoshi's Crafted World
* | | | yuzu: Remove gdbstub configurationFearlessTobi2020-12-191-2/+0
| |_|/ |/| | | | | | | | | | | The gdbstub itself was removed with https://github.com/yuzu-emu/yuzu/pull/5028. This PR just removes the remaining gdb configuration code from the emulator and the UI.
* | | system_archive: Add + and - buttons to the Nintendo Extended OSS fontMorph2020-12-182-315/+343
| | |
* | | system_archive: Update Nintendo Extended OSS fontMorph2020-12-172-182/+347
|/ / | | | | | | Co-authored-by: Its-Rei <kupfel@gmail.com>
* | Merge pull request #5190 from Morph1984/validate_device_handlebunnei2020-12-162-0/+45
|\ \ | | | | | | controllers/npad: Validate device handles before use
| * | controllers/npad: Validate device handles before useMorph2020-12-122-0/+45
| | | | | | | | | | | | Some games such as NEKOPARA Vol. 3 send invalid device handles when calling InitializeVibrationDevice. Introduce a check to validate the device handle before use.
* | | Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexbunnei2020-12-1510-10/+147
|\ \ \ | | | | | | | | fsp_srv: Implement OpenDataStorageWithProgramIndex
| * | | fsp_srv: Implement OpenDataStorageWithProgramIndexMorph2020-12-086-1/+83
| | | | | | | | | | | | | | | | - Used by RollerCoaster Tycoon 3: Complete Edition
| * | | file_sys: Consolidate common Title ID operationsMorph2020-12-084-9/+64
| | | |
* | | | Merge pull request #5168 from Morph1984/aoc-PurchaseEventManagerbunnei2020-12-152-2/+76
|\ \ \ \ | |_|/ / |/| | | aoc_u: Stub IPurchaseEventManager and its service commands
| * | | IPurchaseEventManager: Implement GetPurchasedEventReadableHandleMorph2020-12-081-1/+14
| | | | | | | | | | | | | | | | | | | | - Used by Pokémon Café Mix - Used by DOOM: Eternal
| * | | IPurchaseEventManager: Stub Set(Default)DeliveryTargetMorph2020-12-081-2/+27
| | | | | | | | | | | | | | | | | | | | - Used by Pokémon Café Mix - Used by DOOM: Eternal
| * | | aoc_u: Stub Create(Permanent)EcPurchasedEventManagerMorph2020-12-082-2/+38
| |/ / | | | | | | | | | | | | - Used by Pokémon Café Mix - Used by DOOM: Eternal
* | | Merge pull request #5183 from lioncash/alias2bunnei2020-12-1228-136/+142
|\ \ \ | | | | | | | | vfs: Use existing type aliases consistently
| * | | vfs: Use existing type aliases consistentlyLioncash2020-12-1028-136/+142
| | | | | | | | | | | | | | | | | | | | Makes use of the VirtualDir and VirtualFile aliases across the board instead of having a few isolated places that don't use it.
* | | | Merge pull request #5187 from Morph1984/revert-stdfsbunnei2020-12-121-6/+2
|\ \ \ \ | | | | | | | | | | fs: Revert all std::filesystem changes
| * | | | Revert "Merge pull request #5176 from Morph1984/fix-createfile"Morph2020-12-121-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6d6115475b4edccdf1bb4e96ecc3d3b1be319e76, reversing changes made to 5fe55b16a11d9ec607fb8a3fdddc77a4393cd96a.
* | | | | Merge pull request #5172 from lioncash/svc-widebunnei2020-12-121-35/+25
|\ \ \ \ \ | |/ / / / |/| | | | svc: Remove unnecessary casts
| * | | | svc: Remove unnecessary castsLioncash2020-12-081-35/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies and removes some casts. In all cases, these were generally widening from a 32-bit unsigned type to a 64-bit unsigned type, so no information would be lost from the conversion.
* | | | | Merge pull request #5123 from Morph1984/nim-IsLargeResourceAvailablebunnei2020-12-101-1/+13
|\ \ \ \ \ | |_|/ / / |/| | | | nim: Stub IsLargeResourceAvailable
| * | | | nim: Stub IsLargeResourceAvailableMorph2020-12-041-1/+13
| | | | | | | | | | | | | | | | | | | | - Used by Immortals Fenyx Rising
* | | | | vfs_real: Fix CreateFile for files without a file extensionMorph2020-12-091-2/+6
| | | | |
* | | | | Merge pull request #5142 from comex/xx-poll-eventsRodrigo Locatti2020-12-096-71/+82
|\ \ \ \ \ | | | | | | | | | | | | network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`
| * | | | | network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`comex2020-12-076-71/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Actually, two enum classes, since for some reason there are two separate yet identical `PollFD` types used in the codebase. I get that one is ABI-compatible with the Switch while the other is an abstract type used for the host, but why not use `WSAPOLLFD` directly for the latter? Anyway, why make this change? Because on Apple platforms, `POLL_IN`, `POLL_OUT`, etc. (with an underscore) are defined as macros in <sys/signal.h>. (This is inherited from FreeBSD.) So defining a variable with the same name causes a compile error. I could just rename the variables, but while I was at it I thought I might as well switch to an enum for stronger typing. Also, change the type used for values copied directly to/from the `events` and `revents` fields of the host *native* `pollfd`/`WSASPOLLFD`, from `u32` to `short`, as `short` is the correct canonical type on both Unix and Windows.
* | | | | | Merge pull request #5166 from lioncash/log-castbunnei2020-12-0925-96/+90
|\ \ \ \ \ \ | | | | | | | | | | | | | | core: Remove unnecessary enum casts in log calls
| * | | | | | core: Remove unnecessary enum casts in log callsLioncash2020-12-0825-96/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #5167 from lioncash/doc-memorybunnei2020-12-081-2/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | memory: Resolve -Wdocumentation warning for Write()
| * | | | | memory: Resolve -Wdocumentation warning for Write()Lioncash2020-12-081-2/+0
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Write() doesn't return anything, so the @returns tag shouldn't be present.
* | | | | Merge pull request #5165 from lioncash/copy-controllerMorph2020-12-081-12/+11
|\ \ \ \ \ | | | | | | | | | | | | controller: Avoid unnecessary copies in ConfigurationComplete()
| * | | | | 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.
* | | | | Merge pull request #5020 from german77/AnalogfromButtonFixMorph2020-12-081-0/+2
|\ \ \ \ \ | |/ / / / |/| | | | Disable analog joystick from buttons by default
| * | | | Disable analog joystick from buttons by defaultgerman2020-12-081-0/+2
| | | | |
* | | | | Merge pull request #5153 from comex/xx-unixbunnei2020-12-082-5/+5
|\ \ \ \ \ | | | | | | | | | | | | CMakeLists,network: Create YUZU_UNIX macro to replace __unix__
| * | | | | CMakeLists,network: Create YUZU_UNIX macro to replace __unix__comex2020-12-072-5/+5
| | |/ / / | |/| | | | | | | | | | | | | __unix__ is not predefined on Apple platforms even though they are Unix.
* | | | | Merge pull request #5148 from comex/xx-unused-fieldsbunnei2020-12-072-3/+3
|\ \ \ \ \ | | | | | | | | | | | | core: Mark unused fields as [[maybe_unused]]
| * | | | | core: Mark unused fields as [[maybe_unused]]comex2020-12-072-3/+3
| |/ / / /
* | | | | Merge pull request #5154 from comex/xx-ipcbunnei2020-12-072-34/+37
|\ \ \ \ \ | | | | | | | | | | | | hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp
| * | | | | hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cppcomex2020-12-072-34/+37
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add a type check so that calling Push with an invalid type produces a compile error rather than a linker error. - vi.cpp was calling Push with a variable of type `std::size_t`. There's no explicit overload for `size_t`, but there is one for `u64`, which on most platforms is the same type as `size_t`. On macOS, however, it isn't: both types are 64 bits, but `size_t` is `unsigned long` and `u64` is `unsigned long long`. Regardless, it makes more sense to explicitly use `u64` here instead of `size_t`.
* | | | | Merge pull request #5147 from comex/xx-purevirtLC2020-12-071-33/+0
|\ \ \ \ \ | | | | | | | | | | | | nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclass
| * | | | | nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclasscomex2020-12-071-33/+0
| |/ / / /
* | | | | Merge pull request #5150 from comex/xx-boxcatLC2020-12-071-1/+1
|\ \ \ \ \ | | | | | | | | | | | | boxcat: Avoid unnecessary object copy
| * | | | | boxcat: Avoid unnecessary object copycomex2020-12-071-1/+1
| |/ / / /
* | | | | Merge pull request #5136 from lioncash/video-shadow3LC2020-12-072-9/+9
|\ \ \ \ \ | |_|_|/ / |/| | | | video_core: Resolve more variable shadowing scenarios pt.3
| * | | | video_core: Resolve more variable shadowing scenarios pt.3Lioncash2020-12-052-9/+9
| |/ / / | | | | | | | | | | | | | | | | Cleans out the rest of the occurrences of variable shadowing and makes any further occurrences of shadowing compiler errors.
* / / / Fix "explicitly defaulted but implicitly deleted" warningcomex2020-12-071-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | `PhysicalCore`'s move assignment operator was declared as `= default`, but was implicitly deleted because `PhysicalCore` has fields of reference type. Switch to explicitly deleting it to avoid a Clang warning. The move *constructor* is still defaulted, and is required to exist due to the use of `std::vector<PhysicalCore>`.
* | / system_version: Update to 11.0.0Chloe Marcec2020-12-051-6/+6
| |/ |/|
* | Merge pull request #4996 from bunnei/use-4jitsbunnei2020-12-0424-141/+194
|\ \ | | | | | | Kernel: Refactor to use 4-instances of Dynarmic & various cleanups and improvements
| * | kernel: scheduler: Minor cleanup to remove duplicated code.bunnei2020-11-292-46/+14
| | |
| * | kernel: time_manager: Protect access with a mutex.bunnei2020-11-292-1/+5
| | |
| * | hle: kernel: thread: Remove unused "Running" state.bunnei2020-11-292-6/+0
| | |
| * | core: arm: Implement InvalidateCacheRange for CPU cache invalidation.bunnei2020-11-2912-16/+56
| | |
| * | hle: kernel: time_manager: Avoid a crash on process exit.bunnei2020-11-291-1/+4
| | |
| * | hle: kernel: AddressArbiter: Remove unused code.bunnei2020-11-292-9/+0
| | |
| * | hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled.bunnei2020-11-291-1/+2
| | |
| * | common: fiber: Use boost::context instead of native fibers on Windows.bunnei2020-11-291-1/+1
| | |
| * | hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.bunnei2020-11-2915-72/+124
| | |
* | | Merge pull request #5000 from lioncash/audio-errorbunnei2020-12-032-5/+5
|\ \ \ | | | | | | | | audio_core: Make shadowing and unused parameters errors
| * | | audio_core: Make shadowing and unused parameters errorsLioncash2020-12-032-5/+5
| | | | | | | | | | | | | | | | Moves the audio code closer to enabling warnings as errors in general.
* | | | Merge pull request #4937 from german77/multiUDPbunnei2020-12-011-3/+1
|\ \ \ \ | | | | | | | | | | InputCommon: Add multiple udp server support
| * | | | Add multiple udp server supportgerman2020-11-261-3/+1
| | | | |
* | | | | Merge pull request #4939 from german77/MouseInputbunnei2020-11-301-2/+7
|\ \ \ \ \ | |_|_|/ / |/| | | | InputCommon: Implement full mouse support
| * | | | Implement full mouse supportgerman2020-11-261-2/+7
| | | | |
* | | | | Merge pull request #4998 from Morph1984/bioshock-patchbunnei2020-11-291-2/+4
|\ \ \ \ \ | | | | | | | | | | | | hid: Check if applet_resource exists in InitializeVibrationDevice
| * | | | | hid: Check if applet_resource exists in InitializeVibrationDeviceMorph2020-11-251-2/+4
| | |_|/ / | |/| | |
* | | | | Add missing types to NpadCommunicationModegerman2020-11-291-0/+2
| | | | |
* | | | | Merge pull request #5021 from german77/StubCommunicationModebunnei2020-11-294-2/+50
|\ \ \ \ \ | | | | | | | | | | | | HID: Stub set and get NpadCommunicationMode
| * | | | | Stub set and get NpadCommunicationModegerman2020-11-274-2/+50
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5011 from lioncash/file-str2bunnei2020-11-281-12/+22
|\ \ \ \ \ | | | | | | | | | | | | core: Reduce string copies in GetGameFileFromPath()
| * | | | | core: Reduce string copies in GetGameFileFromPath()Lioncash2020-11-261-12/+22
| |/ / / / | | | | | | | | | | | | | | | | | | | | Eliminates some minor string churn where applicable. Also eliminates an unnecessary vector copy.
* | | | | core: Eliminate remaining usages of the global system instanceLioncash2020-11-2712-1558/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes all remaining usages of the global system instance. After this, migration can begin to migrate to being constructed and managed entirely by the various frontends.
* | | | | savedata_factory: Eliminate usage of the global system instanceLioncash2020-11-273-12/+20
| | | | | | | | | | | | | | | | | | | | Now there's only two meaningful instances left in core.
* | | | | service: Eliminate usages of the global system instanceLioncash2020-11-27219-897/+1207
|/ / / / | | | | | | | | | | | | | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* | | | Merge pull request #4975 from comex/invalid-syncpoint-idbunnei2020-11-261-2/+2
|\ \ \ \ | | | | | | | | | | nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID
| * | | | nvdrv, video_core: Don't index out of bounds when given invalid syncpoint IDcomex2020-11-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use .at() instead of raw indexing when dealing with untrusted indices. - For the special case of WaitFence with syncpoint id UINT32_MAX, instead of crashing, log an error and ignore. This is what I get when running Super Mario Maker 2.
* | | | | Merge pull request #4981 from ogniK5377/ioctl-ctrlbunnei2020-11-2624-91/+214
|\ \ \ \ \ | |_|_|_|/ |/| | | | nvservices: Reintroducee IoctlCtrl
| * | | | nvservices: Reintroducee IoctlCtrlChloe Marcec2020-11-2424-91/+214
| | | | | | | | | | | | | | | | | | | | Fixes regression caused by #4907 which caused games like Breath of the Wild 1.0.0 not to boot.
* | | | | Merge pull request #4976 from comex/poll-eventsRodrigo Locatti2020-11-261-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread
| * | | | Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main threadcomex2020-11-231-2/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EmuWindow::PollEvents was called from the GPU thread (or the CPU thread in sync-GPU mode) when swapping buffers. It had three implementations: - In GRenderWindow, it didn't actually poll events, just set a flag and emit a signal to indicate that a frame was displayed. - In EmuWindow_SDL2_Hide, it did nothing. - In EmuWindow_SDL2, it did call SDL_PollEvents, but this is wrong because SDL_PollEvents is supposed to be called on the thread that set up video - in this case, the main thread, which was sleeping in a busyloop (regardless of whether sync-GPU was enabled). On macOS this causes a crash. To fix this: - Rename EmuWindow::PollEvents to OnFrameDisplayed, and give it a default implementation that does nothing. - In EmuWindow_SDL2, do not override OnFrameDisplayed, but instead have the main thread call SDL_WaitEvent in a loop.
* | | | Merge pull request #4978 from bunnei/shutdown-crashbunnei2020-11-251-7/+17
|\ \ \ \ | | | | | | | | | | core: cpu_manager: Fix shutdown crash when closing before emulation starts.
| * | | | core: cpu_manager: Fix shutdown crash when closing before emulation starts.bunnei2020-11-251-7/+17
| | | | |
* | | | | service: am: Implement ExecuteProgram and required stubs.bunnei2020-11-252-3/+34
| | | | | | | | | | | | | | | | | | | | - This is used by Super Mario 3D All-Stars.
* | | | | core: loader: Implement support for loading indexed programs.bunnei2020-11-2512-26/+74
|/ / / /
* | | | hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei2020-11-2417-100/+104
| | | | | | | | | | | | | | | | | | | | | | | | * hle: services: Fix a crash with improper NVFlinger lifetime management. - This crash would happen when attempting to shutdown yuzu early on in boot.
* | | | Merge pull request #4942 from lioncash/systemRodrigo Locatti2020-11-242-96/+81
|\ \ \ \ | | | | | | | | | | core: Make use of [[nodiscard]] with the System class
| * | | | core: Remove unused private Init function for the System classLioncash2020-11-182-16/+4
| | | | | | | | | | | | | | | | | | | | This isn't used, so it can be removed.
| * | | | core: Make use of [[nodiscard]] with the System classLioncash2020-11-182-81/+78
| | |_|/ | |/| | | | | | | | | | | | | | Given this is a central class, we should flag cases where the return value of some functions not being used is likely a bug.
* | | | Merge pull request #4972 from lioncash/unused4Rodrigo Locatti2020-11-241-1/+1
|\ \ \ \ | |_|_|/ |/| | | svc: Remove unnecessary [[maybe_unused]] tag
| * | | svc: Remove unnecessary [[maybe_unused]] tagLioncash2020-11-231-1/+1
| |/ / | | | | | | | | | | | | The parameter is used in this function, so this suppression isn't necessary.
* | | Fix warnings in core/frontend/input.h with [[maybe_unused]]bunnei2020-11-241-1/+3
| | | | | | | | | Fixes build break due to #4927
* | | Merge pull request #4927 from lioncash/input-errorbunnei2020-11-241-1/+1
|\ \ \ | |_|/ |/| | input_common: Treat warnings as errors
| * | input_common: Treat warnings as errorsLioncash2020-11-221-1/+1
| | | | | | | | | | | | | | | Migrates over warnings as errors for input common to match how the common library treats warnings as errors.
* | | Merge pull request #4451 from slashiee/extended-loggingbunnei2020-11-231-0/+1
|\ \ \ | |/ / |/| | logging/settings: Increase maximum log size to 100 MB and add extended logging option
| * | logging/settings: Increase maximum log size to 100 MB and add extended logging optionM&M2020-08-251-0/+1
| | | | | | | | | | | | | | | The extended logging option is automatically disabled on boot but can be enabled afterwards, allowing the log file to go up to 1 GB during that session. This commit also fixes a few errors that are present in the general debug menu.
* | | Merge pull request #4944 from lioncash/system-rembunnei2020-11-2222-126/+209
|\ \ \ | | | | | | | | patch_manager: Remove usages of the global system instance
| * | | patch_manager: Remove usages of the global system instanceLioncash2020-11-1822-126/+209
| | |/ | |/| | | | | | | | | | | | | | | | With this, only 19 usages of the global system instance remain within the core library. We're almost there.
* | | Merge pull request #4907 from ogniK5377/nvdrv-cleanupbunnei2020-11-2126-898/+1220
|\ \ \ | | | | | | | | core: Make nvservices more standardized
| * | | Addressed issuesChloe Marcec2020-11-1010-17/+86
| | | |
| * | | core: Make nvservices more standardizedChloe Marcec2020-11-1026-903/+1156
| | | |
* | | | olsc: Move member initialization to after member functions.bunnei2020-11-201-2/+2
| | | |
* | | | hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions.bunnei2020-11-194-0/+89
| |/ / |/| | | | | | | | - Used by Animal Cross: New Horizons v1.6.0 update, minimal stub gets this update working.
* | | hid: Reimplement Begin/EndPermitVibrationSessionMorph2020-11-163-5/+17
| | | | | | | | | | | | Upon further investigation, these commands allow temporary vibrations even when the "Controller Vibration" system setting is disabled. As a result, vibrations are allowed when either the system setting or this flag is set to true. Therefore, we can only block vibrations when both flags are set to false.
* | | controllers/npad: Load input devices on initMorph2020-11-161-0/+2
| | |
* | | general: Fix compiler warnings on linux and miscellaneous changesMorph2020-11-162-8/+11
| | |
* | | controllers/npad: Remove the old vibration filterMorph2020-11-163-50/+64
| | | | | | | | | | | | Previously we used a vibration filter that filters out amplitudes close to each other. It turns out there are cases where this results into vibrations that are too inaccurate. Remove this and move the 100Hz vibration filter (Only allowing a maximum of 100 vibrations per second) from sdl_impl to npad when enable_accurate_vibrations is set to false.
* | | hid: Implement InitializeVibrationDevice and IsVibrationDeviceMountedMorph2020-11-163-12/+66
| | |
* | | input_common: Add VibrationDevice and VibrationDeviceFactoryMorph2020-11-164-33/+34
| | | | | | | | | | | | | | | | | | A vibration device is an input device that returns an unsigned byte as status. It represents whether the vibration device supports vibration or not. If the status returns 1, it supports vibration. Otherwise, it does not support vibration.
* | | configure_input: Add per-player vibrationMorph2020-11-162-2/+12
| | | | | | | | | | | | | | | | | | | | | Allows for enabling and modifying vibration and vibration strength per player. Also adds a toggle for enabling/disabling accurate vibrations. Co-authored-by: Its-Rei <kupfel@gmail.com>
* | | settings: Remove global vibration strength modifierMorph2020-11-163-5/+1
| | | | | | | | | | | | This will be replaced in favor of per-player vibration strength modifiers.
* | | hid: Mark Begin/EndPermitVibrationSession as stubsMorph2020-11-163-18/+4
| | | | | | | | | | | | The implementation of these commands seem incomplete and causes rumble in Super Mario Party to stop working since only EndPermitVibrationSession is called. Thus, these are better off being marked as a stub until this can be investigated more thoroughly.
* | | controllers/npad: Send an empty vibration on destruction/deactivationMorph2020-11-163-22/+38
| | | | | | | | | | | | This stops all controllers from continuously vibrating when emulation is stopped.
* | | hid: Stub IsVibrationDeviceMountedMorph2020-11-162-1/+23
| | | | | | | | | | | | - Used in Super Mario Odyssey
* | | controllers/npad: Add heuristics to reduce rumble state changesMorph2020-11-162-6/+47
| | | | | | | | | | | | | | | Sending too many state changes in a short period of time can cause massive performance issues. As a result, we have to use several heuristics to reduce the number of state changes to minimize/eliminate this performance impact while maintaining the quality of these vibrations as much as possible.
* | | configure_input: Hook up the vibration percentage spinboxMorph2020-11-163-1/+4
| | | | | | | | | | | | | | | This allows setting the vibration strength percentage anywhere from 1% to 100%. Also hooks up the remaining motion button and checkbox in the Controller Applet.
* | | controllers/npad: Stop games from vibrating incorrect controllersMorph2020-11-161-0/+10
| | | | | | | | | | | | Fixes vibration in 1-2 Switch and potentially other games where they would vibrate both players' joycons at the same time.
* | | hid: Fix controller rumble based on new researchMorph2020-11-163-43/+69
| | | | | | | | | | | | | | | This fixes the issue where rumble is only sent to the first controller. Now, individual controllers can receive their own rumble commands.
* | | hid: Pop a struct of parameters instead of popping individual parametersMorph2020-11-161-103/+237
| | | | | | | | | | | | | | | Some parameters need to be doubleword aligned due to the presence of the applet_resource_user_id. Previously, this value was invalid in many commands where it was not doubleword aligned when popped.
* | | hid: Reorder all HID commandsMorph2020-11-165-217/+232
| | | | | | | | | | | | Reorders all HID commands in command id order.
* | | hid: Implement GetVibrationDeviceInfoMorph2020-11-162-3/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The first u32 describes the vibration device type which is a Linear Resonant Actuator used in Nintendo Switch controller hardware. The second u32 describes the vibration device position, in this case distinguishing between left and right vibration actuators. Pro Controllers have 2 LRAs each that can vibrate independently of each other, which means they have 2 distinct vibration device handles to distinguish between the two actuators. Similarly for joycons, the left joycon can be distinguished from the right joycon through the vibration device handle since each joycon has 1 LRA.
* | | hid: Stub InitializeVibrationDeviceMorph2020-11-161-3/+11
| | |
* | | controllers/npad: Rename NPadType to NpadStyleSetMorph2020-11-163-9/+9
| | | | | | | | | | | | This more accurately represents the underlying type and avoids confusion with NpadType
* | | controllers/npad: Add DeviceHandle structMorph2020-11-161-27/+50
| | | | | | | | | | | | A DeviceHandle describes a vibration device or six-axis sensor based on the npad type, npad id, and device index/position
* | | settings: Preparation for per-game input settingsMorph2020-11-1611-41/+89
| | |
* | | controllers/npad: Connect a controller on init if none are connectedMorph2020-11-161-0/+13
| | |
* | | 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
| | | |
* | | | Merge pull request #4901 from bunnei/caps-stubbunnei2020-11-102-9/+17
|\ \ \ \ | |_|/ / |/| | | hle: service: caps_u: Stub GetAlbumFileList3AaeAruid.
| * | | hle: service: caps_u: Stub GetAlbumFileList3AaeAruid.bunnei2020-11-072-9/+17
| | | | | | | | | | | | | | | | | | | | | | | | - This works similiar to GetAlbumContentsFileListForApplication. - Since we do not implement the album, this should be safe to stub for now. - Used by Super Smash Bros. Ultimate (newer updates) in World of Light.
* | | | Merge pull request #4909 from lioncash/interruptRodrigo Locatti2020-11-091-2/+2
|\ \ \ \ | | | | | | | | | | cpu_interrupt_handler: Mark move contructor/assignment as deleted
| * | | | cpu_interrupt_handler: Mark move contructor/assignment as deletedLioncash2020-11-081-2/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | The interrupt handler contains a std::atomic_bool, which isn't copyable or movable, so the special move member functions will always be deleted, despite being defaulted. This can resolve warnings on clang and GCC.
* / | | ipc_helpers: Remove usage of the global system instanceLioncash2020-11-0816-7/+23
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #4903 from bunnei/remove-gpu-integritybunnei2020-11-081-1/+0
|\ \ \ | | | | | | | | video_core: dma_pusher: Remove integrity check on command lists.
| * | | video_core: dma_pusher: Remove integrity check on command lists.bunnei2020-11-071-1/+0
| | | | | | | | | | | | | | | | - This seems to cause softlocks in Breath of the Wild.
* | | | Merge pull request #4906 from lat9nq/log-cpu-accuracyLC2020-11-071-0/+1
|\ \ \ \ | |/ / / |/| | | settings: log value of CPU_Accuracy
| * | | settings: log value of CPU_Accuracylat9nq2020-11-071-0/+1
| |/ /
* | | Merge pull request #4888 from lioncash/unicorn-removebunnei2020-11-078-412/+15
|\ \ \ | |/ / |/| | core: Remove usage of unicorn
| * | core: Remove usage of unicornLioncash2020-11-048-412/+15
| | | | | | | | | | | | | | | | | | | | | | | | Unicorn long-since lost most of its use, due to dynarmic gaining support for handling most instructions. At this point any further issues encountered should be used to make dynarmic better. This also allows us to remove our dependency on Python.
* | | settings: Simplify initializer of resolution factorLioncash2020-11-061-1/+1
| | | | | | | | | | | | | | | This can use a braced initializer to accomplish the same thing with less code.
* | | Merge pull request #4889 from lioncash/setting-globalbunnei2020-11-052-10/+21
|\ \ \ | | | | | | | | core/settings: Move configuring_global behind an API
| * | | core/settings: Move configuring_global behind an APILioncash2020-11-042-10/+21
| |/ / | | | | | | | | | | | | | | | Rather than have directly modified global state here, we can make it an implementation detail and have an interface that changes are queried through.
* | | Merge pull request #4858 from lioncash/initializerbunnei2020-11-042-2/+14
|\ \ \ | | | | | | | | General: Resolve a few missing initializer warnings
| * | | General: Resolve a few missing initializer warningsLioncash2020-10-302-2/+14
| | | | | | | | | | | | | | | | Resolves a few -Wmissing-initializer warnings.
* | | | Merge pull request #4869 from bunnei/improve-gpu-syncChloe2020-11-0411-64/+299
|\ \ \ \ | |_|/ / |/| | | Improvements to GPU synchronization & various refactoring
| * | | fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements.bunnei2020-11-012-3/+11
| | | |
| * | | core: Initialize GPU before services.bunnei2020-11-011-4/+6
| | | |
| * | | hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements.bunnei2020-11-013-46/+106
| | | | | | | | | | | | | | | | | | | | - Refactor so that SubmitGPFIFO and KickoffPB use shared functionality. - Implement add_wait and add_increment flags.
| * | | service: hle: nvflinger: Fix potential shutdown crash when GPU is destroyed.bunnei2020-11-011-0/+4
| | | |
| * | | hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager.bunnei2020-11-013-9/+31
| | | |
| * | | hle service: nvdrv: Update to instantiate SyncpointManager.bunnei2020-11-012-5/+18
| | | |
| * | | hle: service: nvdrv: Implement SyncpointManager, to manage syncpoints.bunnei2020-11-014-1/+127
| | | |
* | | | Merge pull request #4878 from bunnei/unload-nrrbunnei2020-11-031-1/+15
|\ \ \ \ | |/ / / |/| | | hle: service: ldr: Implement UnloadNrr.
| * | | hle: service: ldr: Implement UnloadNrr.bunnei2020-10-311-1/+15
| | | | | | | | | | | | | | | | - Used by Final Fantasy X/X-2 HD Remaster.
* | | | Rename to align with switchbrew and remove gpu function (#4714)Levi Behunin2020-11-012-16/+10
|/ / / | | | | | | | | | | | | * Rename to align with switchbrew * Rename to align with switchbrew and remove gpu function that checks if clearing should be done.
* | | video_core: unbreak -Werror in NVDEC with ClangJan Beich2020-10-301-1/+1
| | | | | | | | | | | | | | | | | | src/core/hle/service/nvdrv/devices/nvhost_nvdec_common.cpp:41:15: error: unused variable 'OutOfMemory' [-Werror,-Wunused-const-variable] constexpr u32 OutOfMemory{static_cast<u32>(-12)}; ^
* | | kernel/process: Add missing <ctime> includeMorph2020-10-291-0/+1
| | | | | | | | | | | | Fixes compilation on MSVC
* | | Merge pull request #4835 from lat9nq/rng-default-timebunnei2020-10-291-1/+1
|\ \ \ | |/ / |/| | kernel: Use the current time as the default RNG seed
| * | kernel: Use the current time as the default RNG seedlat9nq2020-10-271-1/+1
| | | | | | | | | | | | Use the current time, not zero, as the default RNG seed.
* | | Merge pull request #4846 from lioncash/service-fnbunnei2020-10-285-1/+7
|\ \ \ | | | | | | | | service: Update function tables
| * | | service: Update function tablesLioncash2020-10-285-1/+7
| | | | | | | | | | | | | | | | Updates function tables according to info on SwitchBrew.
* | | | hle/kernel: Remove unused registered_core_threads to fix data racesReinUsesLisp2020-10-271-5/+0
|/ / / | | | | | | | | | | | | This member was only used on asserts and it triggered data races. Remove it to fix them.
* | | Merge pull request #4729 from ameerj/nvdec-prodbunnei2020-10-2712-288/+475
|\ \ \ | | | | | | | | video_core: NVDEC Implementation
| * | | video_core: NVDEC Implementationameerj2020-10-2712-288/+475
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit aims to implement the NVDEC (Nvidia Decoder) functionality, with video frame decoding being handled by the FFmpeg library. The process begins with Ioctl commands being sent to the NVDEC and VIC (Video Image Composer) emulated devices. These allocate the necessary GPU buffers for the frame data, along with providing information on the incoming video data. A Submit command then signals the GPU to process and decode the frame data. To decode the frame, the respective codec's header must be manually composed from the information provided by NVDEC, then sent with the raw frame data to the ffmpeg library. Currently, H264 and VP9 are supported, with VP9 having some minor artifacting issues related mainly to the reference frame composition in its uncompressed header. Async GPU is not properly implemented at the moment. Co-Authored-By: David <25727384+ogniK5377@users.noreply.github.com>
* | | Merge pull request #4832 from bunnei/cpu-manager-microprofile-fixbunnei2020-10-271-0/+2
|\ \ \ | | | | | | | | core: cpu_manager: Add missing call to MicroProfileOnThreadExit().
| * | | core: cpu_manager: Add missing call to MicroProfileOnThreadExit().bunnei2020-10-271-0/+2
| |/ / | | | | | | | | | - Fixes an occasional crash when trying to launch subsequent games.
* | | Merge pull request #4833 from bunnei/timezonemanager-explicitbunnei2020-10-271-1/+1
|\ \ \ | | | | | | | | hle: services: TimeZoneContentManager: This can be made explicit.
| * | | hle: services: TimeZoneContentManager: This can be made explicit.bunnei2020-10-271-1/+1
| |/ /
* | | Merge pull request #4834 from lioncash/copy-fnbunnei2020-10-272-3/+3
|\ \ \ | |/ / |/| | controller: Pass ControllerParameters by reference in ReconfigureControllers()
| * | controller: Pass ControllerParameters by reference in ReconfigureControllers()Lioncash2020-10-272-3/+3
| | | | | | | | | | | | Prevents unnecessary copies and heap reallocations from occurring.
* | | Merge pull request #4828 from lioncash/lockguardRodrigo Locatti2020-10-251-1/+1
|\| | | | | | | | general: Use template deduction guides for lock_guard
| * | general: Use template deduction guides for lock_guardLioncash2020-10-251-1/+1
| | | | | | | | | | | | Same behavior, less code.
* | | Merge pull request #4792 from bunnei/rtc-fixbunnei2020-10-238-189/+324
|\ \ \ | |/ / |/| | service: time: Update current time with changes to RTC setting.
| * | service: time: Update current time with changes to RTC setting.bunnei2020-10-138-189/+324
| | | | | | | | | | | | - This can be used to advance time, e.g. for Pokemon Sword/Shield pokejobs.
* | | core: Fix clang build pt.3Lioncash2020-10-223-14/+4
| | | | | | | | | | | | Should finally resolve building with clang.
* | | core: Fix clang build pt.2Lioncash2020-10-211-2/+5
| | | | | | | | | | | | Resolves the clang build issue in a more unintrusive way.
* | | Revert "core: Fix clang build"bunnei2020-10-2183-667/+483
| | |
* | | kernel: Fix build with recent compiler flag changesLioncash2020-10-211-4/+8
| | | | | | | | | | | | | | | This slipped through the cracks due to another change being merged before the compiler flag changes.
* | | Merge pull request #4796 from lioncash/clangLC2020-10-2183-483/+667
|\ \ \ | | | | | | | | core: Fix clang build
| * | | core: Fix clang buildLioncash2020-10-1883-483/+667
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
* | | | Merge pull request #4390 from ogniK5377/get-applet-inf-stubbunnei2020-10-211-1/+11
|\ \ \ \ | | | | | | | | | | nifm: GetAppletInfo stub
| * | | | Added remaining paramsDavid Marcec2020-10-201-1/+4
| | | | |
| * | | | nifm: GetAppletInfo stubDavid Marcec2020-10-201-1/+8
| | | | | | | | | | | | | | | | | | | | Fixes crash for Catherine Full Body
* | | | | Merge pull request #4788 from ReinUsesLisp/lockfree-host-threadbunnei2020-10-201-28/+38
|\ \ \ \ \ | |/ / / / |/| | | | kernel: Implement host thread register methods without locking
| * | | | kernel: Implement host thread register methods without lockingReinUsesLisp2020-10-131-28/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Locks on GetCurrentHostThreadID were causing performance issues according to Visual Studio's profiler. It was consuming twice the time as arm_interface.Run(). The cost was not in the function itself but in the lockinig it required. Reimplement these functions using atomics and static storage instead of an unordered_map. This is a side effect to avoid locking and using linked lists for reads. Replace unordered_map with a linear search.
* | | | | Merge pull request #4785 from Morph1984/fs-hadesbunnei2020-10-201-2/+3
|\ \ \ \ \ | | | | | | | | | | | | filesystem: Fix CreateDirectory and DeleteFile
| * | | | | filesystem: Fix CreateDirectory and DeleteFileMorph2020-10-131-2/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Add a check if dir is nullptr (does not exist) Fixes save game creation in Hades
* | | | | Merge pull request #4802 from lioncash/bcatbunnei2020-10-191-7/+7
|\ \ \ \ \ | | | | | | | | | | | | core: Add boxcat sources with target_sources
| * | | | | core: Add boxcat sources with target_sourcesLioncash2020-10-181-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Same behavior, minus a script variable.
* | | | | | Merge pull request #4783 from bunnei/nvdrv-freespacebunnei2020-10-182-0/+25
|\ \ \ \ \ \ | |/ / / / / |/| | | | | hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace.
| * | | | | hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace.bunnei2020-10-132-0/+25
| | |_|/ / | |/| | | | | | | | | | | | | - This is used by Super Mario 3D All-Stars.
* | | | | Merge pull request #4801 from lioncash/missing-boundbunnei2020-10-181-1/+1
|\ \ \ \ \ | | | | | | | | | | | | mii/manager: Make use of unused lower bound in GetRandomValue()
| * | | | | mii/manager: Make use of unused lower bound in GetRandomValue()Lioncash2020-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the lower bound wasn't being used and zero was being used as the lower bound every time this function was called. This affects the outcome of some of the randomized entries a little bit, for example, the lower-bound for beard and mustache flags was supposed to be 1, not 0. Aside from these cases, the bug didn't affect anything else.
* | | | | | service: bcat: Check client connection before interacting with socket.bunnei2020-10-171-0/+10
|/ / / / / | | | | | | | | | | | | | | | - Fixes a crash when BCAT service is offline.
* | | | | Merge pull request #4784 from bunnei/cancelbufferbunnei2020-10-163-14/+53
|\ \ \ \ \ | | | | | | | | | | | | hle: service: vi: Implement BufferQueue::CancelBuffer.
| * | | | | hle: service: vi: Implement BufferQueue::CancelBuffer.bunnei2020-10-143-14/+53
| | |_|/ / | |/| | | | | | | | | | | | | - This is used by Super Mario 3D All-Stars.
* / | | | service: acc: Stub IManagerForApplication::StoreOpenContext.bunnei2020-10-151-1/+7
|/ / / / | | | | | | | | | | | | - Used by Super Mario 3D All-Stars.
* | / / core/CMakeLists: Make some warnings errorsLioncash2020-10-1328-132/+133
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Makes our error coverage a little more consistent across the board by applying it to Linux side of things as well. This also makes it more consistent with the warning settings in other libraries in the project. This also updates httplib to 0.7.9, as there are several warning cleanups made that allow us to enable several warnings as errors.
* | | Merge pull request #3929 from FearlessTobi/ticket-keysbunnei2020-10-132-32/+30
|\ \ \ | |/ / |/| | file_sys/nsp: Make SetTicketKeys actually do something
| * | file_sys/nsp: Make SetTicketKeys actually do somethingFearlessTobi2020-07-182-32/+30
| | | | | | | | | | | | | | | Previously, the method wasn't modifying any class state and therefore not having any effects when called. Since this has been the case for a very long time now, I'm not sure if we couldn't just remove this method altogether.
* | | Merge pull request #4736 from Morph1984/home-button-input-protection-stubbunnei2020-10-074-2/+50
|\ \ \ | | | | | | | | hid: Stub HomeButtonInputProtection service commands
| * | | hid: Stub HomeButtonInputProtection service commandsMorph2020-09-304-2/+50
| | | | | | | | | | | | | | | | - Used in 1-2 Switch. Given that we do not emulate the functionality of the home button yet, we can stub this for now.
* | | | Merge pull request #4710 from Morph1984/fix-integrated-updatesbunnei2020-10-071-3/+22
|\ \ \ \ | | | | | | | | | | submission_package: Fix updates integrated into cartridge images.
| * | | | submission_package: Fix updates integrated into cartridge images.Morph2020-09-241-3/+22
| | | | |
* | | | | Merge pull request #4737 from Morph1984/setshimlibraryversion-stubbunnei2020-10-075-4/+38
|\ \ \ \ \ | | | | | | | | | | | | capsrv: Stub 3 variants of SetShimLibraryVersion
| * | | | | caps_c: Stub SetShimLibraryVersionMorph2020-09-302-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | - Used by caps_su SetShimLibraryVersion
| * | | | | caps_u: Stub SetShimLibraryVersionMorph2020-09-302-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | - Used in Super Smash Bros. Ultimate
| * | | | | caps_su: Properly stub SetShimLibraryVersionMorph2020-09-301-1/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #4742 from german77/InputFilterbunnei2020-10-061-49/+58
|\ \ \ \ \ | | | | | | | | | | | | HID: Only use inputs corresponding to controller type
| * | | | | Only use inputs corresponding to controller typegerman2020-10-021-49/+58
| | | | | |
* | | | | | Merge pull request #4734 from german77/motionfusionbunnei2020-10-022-1/+15
|\ \ \ \ \ \ | |/ / / / / |/| | | | | HID: Add Stub for EnableSixAxisSensorFusion
| * | | | | Stubbed EnableSixAxisSensorFusiongerman2020-09-302-1/+15
| | | | | |
* | | | | | Merge pull request #4291 from german77/ImplementControllerRumbleDavid2020-09-304-13/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | input_common: First implementation of controller rumble
| * | | | | | First implementation of controller rumblegerman2020-09-294-13/+25
| | | | | | |
* | | | | | | Merge pull request #4726 from lioncash/appletDavid2020-09-304-6/+15
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | frontend/controller: Eliminate dependency on the global system instance
| * | | | | | core: Mark GetInstance() as deprecatedLioncash2020-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way it's obvious that this function shouldn't be used in any future code.
| * | | | | | frontend/controller: Eliminate dependency on the global system instanceLioncash2020-09-263-5/+14
| |/ / / / /
* | | | | | Merge pull request #4705 from german77/SplitMotionPollerbunnei2020-09-305-76/+157
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | HID: Use different timing for motion
| * | | | | Use different timing for motiongerman2020-09-245-76/+157
| | | | | |
* | | | | | Merge pull request #1703 from DarkLordZach/nvdec-ioctlbunnei2020-09-304-3/+256
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | nvdrv: Stub nvdec/vic ioctls to bypass nvdec movies
| * | | | | service: nvhost_vic: Ignore Submit commands.bunnei2020-06-052-1/+18
| | | | | |
| * | | | | nvdrv: Stub nvdec/vic ioctls to bypass nvdec moviesZach Hilman2020-06-054-3/+239
| | | | | |
* | | | | | Merge pull request #4717 from lioncash/debugLC2020-09-251-0/+17
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | service: Restore "unused" function
| * | | | | service: Restore "unused" functionLioncash2020-09-251-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | Turns out this function is actually used, but within a trace log.
* | | | | | Merge pull request #4678 from Morph1984/LoadOpenContext-partial-implbunnei2020-09-243-1/+13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | acc: Partially implement LoadOpenContext
| * | | | | acc: Stub LoadOpenContextMorph2020-09-213-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is used in multiple games such as: - Clubhouse Games: 51 Worldwide Classics - Grandia HD Collection - XCOM 2 Collection - Baldur's Gate 1/2 - Dr Kawashima's Brain Training - Super Mario 3D All-Stars
* | | | | | memory: Resolve a -Wdocumentation warningLioncash2020-09-231-1/+1
| |/ / / / |/| | | | | | | | | | | | | | memory doesn't exist as a parameter any more.
* | | | | General: Make use of std::nullopt where applicableLioncash2020-09-2210-27/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows some implementations to avoid completely zeroing out the internal buffer of the optional, and instead only set the validity byte within the structure. This also makes it consistent how we return empty optionals.
* | | | | ips_layer: Eliminate a redundant copy in Parse()Lioncash2020-09-221-2/+4
| | | | | | | | | | | | | | | | | | | | Prevents unnecessary copying of the line being parsed.
* | | | | Merge pull request #4675 from Morph1984/fix-boot-multicontentbunnei2020-09-221-5/+5
|\ \ \ \ \ | |/ / / / |/| | | | submission_package: Account for multi-content NSPs
| * | | | submission_package: Account for multi-content NSPsMorph2020-09-181-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we assumed a submission package can only contain one Program NCA with a single TitleID. However, Super Mario 3D All-Stars contains four Program NCAs, each with their unique TitleIDs. This accounts for the existence of multi-content games such as this one. - Fixes booting Super Mario 3D All-Stars from the games list.
* | | | | Merge pull request #4683 from Morph1984/NpadHandheldActivationMode-implbunnei2020-09-203-5/+28
|\ \ \ \ \ | | | | | | | | | | | | hid: Implement Get/SetNpadHandheldActivationMode
| * | | | | hid: Implement Get/SetNpadHandheldActivationModeMorph2020-09-183-5/+28
| |/ / / / | | | | | | | | | | | | | | | - Used in Clubhouse Games: 51 Worldwide Classics
* | | | | Merge pull request #4643 from FearlessTobi/decrease-pad-update-intervalbunnei2020-09-191-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Test: Decrease pad_update_ns
| * | | | | Test: Decrease pad_update_nsFearlessTobi2020-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been reports of quite heavy input lag in the past. Compared to Citra for example, our pad_update_ns value is very high. So let's decrease it and see if it helps with this problem.
* | | | | | am: Stub GetPreviousProgramIndexMorph2020-09-182-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | - Used in Super Mario 3D All-Stars
* | | | | | Merge pull request #4670 from lioncash/initializerRodrigo Locatti2020-09-171-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | arm_dynarmic_cp15: Initialize member variables
| * | | | | | arm_dynarmic_cp15: Initialize member variablesLioncash2020-09-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures that the member variables are always initialized to a deterministic value on creation.
* | | | | | | Merge pull request #4665 from lioncash/sm-kernelRodrigo Locatti2020-09-173-9/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | service/sm: Eliminate dependency on the global system instance
| * | | | | | | service/sm: Slightly more efficient string name validationLioncash2020-09-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can check the end of the string first for null-termination, rather than the beginning of the string.
| * | | | | | | service/sm: Eliminate dependency on the global system instanceLioncash2020-09-173-7/+9
| |/ / / / / /
* | | | | | | Merge pull request #4666 from lioncash/unused-funcRodrigo Locatti2020-09-171-22/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | service: Remove unused funcation
| * | | | | | | service: Remove unused funcationLioncash2020-09-171-22/+0
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | This is now completely unused, so it can be removed.
* | | | | | | Merge pull request #4671 from lioncash/nfp-copyRodrigo Locatti2020-09-171-10/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | command_generator/nfp: Eliminate unnecessary copies
| * | | | | | | nfp: Eliminate two unnecessary copiesLioncash2020-09-171-10/+13
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | GetAmiiboBuffer() returns by const reference, so we can use a reference instead of taking the returned buffer by value.
* | | | | | | Merge pull request #4594 from german77/MotionHIDbunnei2020-09-176-19/+203
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | hid/configuration: Implement motion controls to HID
| * | | | | | | configure_input: Hook up the motion button and checkboxMorph2020-09-052-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows toggling motion on or off, and allows access to the motion configuration. Also changes the [waiting] text for motion buttons to Shake! as this is how motion is connected to a player.
| * | | | | | | Add cemu hook changes related to PR #4609german2020-09-051-2/+1
| | | | | | | |
| * | | | | | | Remove RealMotionDevicegerman2020-09-053-28/+16
| | | | | | | |
| * | | | | | | controllers/npad: Simplify motion entry assignmentMorph2020-09-051-29/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies the motion assignment in the Dual Joycon entry and assigns index 1 of the motion entry (Motion 2) for the right joycon.
| * | | | | | | Include HID and configuration changes related to motiongerman2020-09-055-15/+222
| | | | | | | |
* | | | | | | | control_metadata: Resolve typo in Portuguese language nameLioncash2020-09-171-1/+1
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | This isn't used anywhere, so this is a trivial fix.
* | | | | | | file_sys/romfs_factory: Eliminate usage of the global system accessorLioncash2020-09-175-34/+49
| | | | | | |
* | | | | | | file_sys/bis_factory: Eliminate usage of the global system accessorLioncash2020-09-175-11/+11
| | | | | | |
* | | | | | | loader/nso: Remove unnecessary [[maybe_unused]]Lioncash2020-09-171-2/+1
| | | | | | |
* | | | | | | core/loader: Remove dependencies on the global system instanceLioncash2020-09-1620-45/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now all that remains is: 18 instances in file_sys code 14 instances in GDB stub code (this can be tossed wholesale) 4 instances in HLE code 2 instances in settings code.
* | | | | | | Merge pull request #4658 from lioncash/copy3Rodrigo Locatti2020-09-162-44/+43
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nca_patch: Reduce stack usage size within SearchBucketEntry()
| * | | | | | | nca_patch: Significantly reduce the stack usage size within SearchBucketEntry()Lioncash2020-09-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously this function was using ~16KB of stack (16528 bytes), which was caused by the function arguments being taken by value rather than by reference. We can make this significantly lighter on the stack by taking them by reference.
| * | | | | | | nca_patch: Make SearchBucketEntry() internally linkedLioncash2020-09-152-44/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is only used internally and doesn't depend on any class state, so we can make it fully internal.
* | | | | | | | cheat_engine: Convert ExtractName into a non-template functionLioncash2020-09-151-19/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't need to create two separate instantiations of the same code, we can simply make the character template argument a regular function parameter.
* | | | | | | | cheat_engine: Remove unnecessary system argument to CheatParser's Parse functionLioncash2020-09-153-15/+9
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This isn't used within the function at all in any implementations, so we can remove it entirely.
* | | | | | | patch_manager: Resolve implicit truncations in FormatTitleVersion()Lioncash2020-09-151-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We make it explicit that we're truncating arithmetic here to resolve compiler warnings (even if the sizes weren't u32/u64 arithmetic generally promotes to int :<)
* | | | | | | patch_manager: Make use of type aliasesLioncash2020-09-152-69/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can use these to avoid typing the same type redundantly. This way, if these ever change, only a single location needs to be modified.
* | | | | | | patch_manager: Make a few functions internally linkedLioncash2020-09-152-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These functions are only used within this translation unit, so we can make them internally linked.
* | | | | | | crypto/key_manager: Remove dependency on the global system accessorLioncash2020-09-142-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can supply the content provider as an argument instead of hardcoding a global accessor in the implementation.
* | | | | | | kernel: Remove all dependencies on the global system instanceLioncash2020-09-145-11/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this, the kernel finally doesn't depend directly on the global system instance anymore.
* | | | | | | Merge pull request #4636 from lioncash/kernel-hlebunnei2020-09-143-7/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | service: Remove two usages of the global system accessor
| * | | | | | service: Remove two usages of the global system accessorLioncash2020-09-073-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes more instances of reliance on global state.
* | | | | | | Merge pull request #4323 from ReinUsesLisp/no-spinbunnei2020-09-121-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | kernel/scheduler: Use std::mutex instead of spin lock
| * | | | | | | kernel/scheduler: Use std::mutex instead of spin lockReinUsesLisp2020-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Profiling shows that this is a highly contested mutex, causing dimishing results compared to a OS lock. std::mutex implementations can spin for a while before falling back to an OS lock. This avoids wasting precious CPU cycles in a no-op.
* | | | | | | | Merge pull request #4634 from lioncash/blockingbunnei2020-09-123-19/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | bsd: Resolve a few warnings
| * | | | | | | | bsd: Resolve unused value within SendToImplLioncash2020-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the address provided to SendToImpl would never be propagated to SendTo(). This fixes that.
| * | | | | | | | bsd: Resolve sign comparison warningsLioncash2020-09-071-3/+3
| | | | | | | | |
| * | | | | | | | sockets_translate: Make use of designated initializersLioncash2020-09-071-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Same behavior, less typing.
| * | | | | | | | blocking_worker: Make use of templated lambdaLioncash2020-09-071-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can simplify this a little by explicitly specifying the typename for the lambda function.
| * | | | | | | | blocking_worker: Resolve -Wdocumentation warningLioncash2020-09-071-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4310 from ogniK5377/apollo-1-prodbunnei2020-09-111-72/+77
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | audio_core: Apollo Part 1, AudioRenderer refactor
| * | | | | | | | audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec2020-07-251-72/+77
| | | | | | | | |
* | | | | | | | | Merge pull request #4597 from Morph1984/mjolnir-p2bunnei2020-09-119-131/+548
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Project Mjölnir: Part 2 - Controller Applet
| * | | | | | | | applets/controller: Resolve several compiler warningsMorph2020-09-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves -Wsign-compare and -Wunused-variable
| * | | | | | | | Address feedbackMorph2020-09-043-0/+9
| | | | | | | | |
| * | | | | | | | 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: Modify heuristic to account for certain gamesMorph2020-09-041-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now left and right joycons have the same priority (meaning both needs to be supported by the game). Explanation of the new heuristic: Assign left joycons to even player indices and right joycons to odd player indices. We do this since Captain Toad Treasure Tracker expects a left joycon for Player 1 and a right Joycon for Player 2 in 2 Player Assist mode.
| * | | | | | | | applets/controller: Implement fallback applet for the SDL frontendMorph2020-09-043-90/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement the fallback applet for the SDL frontend, connecting only the minimum amount of players required.
| * | | | | | | | applets/controller: Implement "Explain Text"Morph2020-09-043-16/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Explain Text" is additional text that is shown for each player in the controller applet.
| * | | | | | | | Project Mjölnir: Part 2 - Controller AppletMorph2020-09-049-42/+487
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Its-Rei <kupfel@gmail.com>
* | | | | | | | | Merge pull request #4633 from ReinUsesLisp/gpu-initRodrigo Locatti2020-09-101-1/+0
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | video_core: Remove all Core::System references in renderer
| * | | | | | | | video_core: Remove all Core::System references in rendererReinUsesLisp2020-09-061-1/+0
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that the GPU is initialized when video backends are initialized, it's no longer needed to query components once the game is running: it can be done when yuzu is booting. This allows us to pass components between constructors and in the process remove all Core::System references in the video backend.
* | | | | | | | Merge pull request #4397 from ReinUsesLisp/bsdbunnei2020-09-0610-56/+1387
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | services: Implement most of bsd:s and GetCurrentIpAddress from nifm
| * | | | | | | service/bsd: Handle Poll with no entries accuratelyReinUsesLisp2020-07-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Testing shows that Poll called with zero entries returns -1 and signals an errno of zero.
| * | | | | | | services/bsd: Implement most of bsd:sReinUsesLisp2020-07-285-55/+911
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements: Socket, Poll, Accept, Bind, Connect, GetPeerName, GetSockName, Listen, Fcntl, SetSockOpt, Shutdown, Recv, RecvFrom, Send, SendTo, Write, and Close The implementation was done referencing: SwIPC, switchbrew, testing with libnx and inspecting its code, general information about bsd sockets online, and analysing official software. Not everything from these service calls is implemented, but everything that is not implemented will be logged in some way.
| * | | | | | | service/sockets: Add worker pool abstractionReinUsesLisp2020-07-281-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manage worker threads with an easy to use abstraction. We can expand this to support thread deletion in the future.
| * | | | | | | service/sockets: Add worker abstraction to execute blocking calls asynchronouslyReinUsesLisp2020-07-282-0/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This abstraction allows executing blocking functions (like recvfrom on a socket configured for blocking) without blocking the service thread. It is intended to be used with SleepClientThread.
| * | | | | | | service/sockets: Add translate functionsReinUsesLisp2020-07-283-0/+215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These functions translate from Network enumerations/structures to guest enumerations/structures and viceversa.
| * | | | | | | service/sockets: Add enumerations and structuresReinUsesLisp2020-07-282-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add guest enumerations and structures used in socket services
| * | | | | | | services/nifm: Implement GetCurrentIpAddressReinUsesLisp2020-07-281-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is trivially implemented using the Network abstraction - Used by ftpd
* | | | | | | | hid: Implement MergeSingleJoyasDualJoyMorph2020-09-043-5/+24
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | - Used in multiple games such as Super Mario Odyssey.
* | | | | | | Merge pull request #4590 from ReinUsesLisp/tsan-schedbunnei2020-09-031-2/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | hle/scheduler: Fix data race in is_context_switch_pending
| * | | | | | | hle/scheduler: Fix data race in is_context_switch_pendingReinUsesLisp2020-08-261-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As reported by tsan, SelectThreads could write to is_context_switch_pending holding a mutex while SwitchToCurrent reads it without holding any. It is assumed that the author didn't want an atomic here, so the code is reordered so that whenever is_context_switch_pending is read inside SwitchToContext, the mutex is locked.
* | | | | | | | file_sys/patch_manager: Add missing includeReinUsesLisp2020-09-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build issues
* | | | | | | | Merge pull request #4568 from lioncash/fspbunnei2020-09-031-3/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem()
| * | | | | | | | fsp_srv: Resolve -Wunused-but-set-variable warningLioncash2020-08-231-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can just log out the parameters in the meantime.
| * | | | | | | | fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem()Lioncash2020-08-231-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initialize id to a deterministic value and also mark the unreachable cases in the switch with UNREACHABLE().
* | | | | | | | | Merge pull request #4564 from lioncash/file-includebunnei2020-09-0327-37/+66
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | file_sys: Replace inclusions with forward declarations where applicable
| * | | | | | | | | file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-2327-37/+66
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Same behavior, minus unnecessary inclusions where not necessary.
* | | | | | | | | Merge pull request #4382 from FearlessTobi/port-udp-configbunnei2020-09-014-3/+23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | yuzu: Add motion and touch configuration from Citra
| * | | | | | | | | Address second batch of reviewsFearlessTobi2020-08-301-0/+1
| | | | | | | | | |
| * | | | | | | | | yuzu: Add motion and touch configurationFearlessTobi2020-08-293-3/+22
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4589 from ReinUsesLisp/tsan-hostbunnei2020-09-011-1/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | hle/kernel: Fix data race in GetCurrentHostThreadID
| * | | | | | | | | | hle/kernel: Fix data race in GetCurrentHostThreadIDReinUsesLisp2020-08-261-1/+2
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As reported by tsan, host_thread_ids could be read while any of the RegisterHostThread variants were called. To fix this, lock the register mutex when yuzu is running in multicore mode and GetCurrentHostThreadID is called.
* | | | | | | | | | Merge pull request #4461 from comex/thread-namesLC2020-08-311-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Fix thread naming on Linux, which limits names to 15 bytes.
| * | | | | | | | | Fix thread naming on Linux, which limits names to 15 bytes.comex2020-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - In `SetCurrentThreadName`, when on Linux, truncate to 15 bytes, as (at least on glibc) `pthread_set_name_np` will otherwise return `ERANGE` and do nothing. - Also, add logging in case `pthread_set_name_np` returns an error anyway. This is Linux-specific, as the Apple and BSD versions of `pthread_set_name_np return `void`. - Change the name for CPU threads in multi-core mode from "yuzu:CoreCPUThread_N" (19 bytes) to "yuzu:CPUCore_N" (14 bytes) so it fits into the Linux limit. Some other thread names are also cut off, but I didn't bother addressing them as you can guess them from the truncated versions. For a CPU thread, truncation means you can't see which core it is!
* | | | | | | | | | Merge pull request #4586 from yuzu-emu/tsan-cpu-interruptbunnei2020-08-282-5/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | cpu_interrupt_handler: Make is_interrupted an atomic
| * | | | | | | | | | cpu_interrupt_handler: Misc style changesReinUsesLisp2020-08-262-5/+3
| | | | | | | | | | |
| * | | | | | | | | | cpu_interrupt_handler: Make is_interrupted an atomicReinUsesLisp2020-08-262-2/+3
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a race condition detected from tsan
* | | | | | | | | | controllers/npad: Fix inconsistencies with controller connection statusesMorph2020-08-261-1/+7
| | | | | | | | | |
* | | | | | | | | | controllers/npad: Fix LibNX controller connection statusesMorph2020-08-261-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows homebrew applications to be able to properly detect connected controllers.
* | | | | | | | | | controllers/npad: Fix LedPattern for P1-4Morph2020-08-261-3/+3
| | | | | | | | | |
* | | | | | | | | | Project Mjölnir: Part 1Morph2020-08-265-510/+117
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>
* | | | | | | | | Merge pull request #4563 from lioncash/rcachebunnei2020-08-251-17/+16
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | registered_cache: Make use of designated initializers
| * | | | | | | | registered_cache: Make use of ends_with for string suffix checkingLioncash2020-08-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies code.
| * | | | | | | | registered_cache: Make use of designated initializersLioncash2020-08-231-15/+15
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Removes the need for comments to indicate the fields being assigned.
* | | | | | | | Merge pull request #4562 from lioncash/loopbunnei2020-08-241-16/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cpu_manager: Make use of ranged for where applicable
| * | | | | | | | cpu_manager: Make use of ranged for where applicableLioncash2020-08-231-16/+13
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | We can simplify a few loops by making use of ranged for.
* | | | | | | | Merge pull request #4561 from lioncash/key-constexprbunnei2020-08-242-75/+82
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | key_manager: Make data arrays constexpr
| * | | | | | | | key_manager: Make data arrays constexprLioncash2020-08-232-75/+82
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can convert these maps into constexpr arrays to eliminate some runtime static constructors.
* | | | | | | | Merge pull request #4549 from lioncash/filesbunnei2020-08-241-32/+48
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vfs_real: Avoid redundant map lookups
| * | | | | | | | vfs_real: Resolve sign conversion warningsLioncash2020-08-181-2/+2
| | | | | | | | |
| * | | | | | | | vfs_real: Avoid redundant map lookupsLioncash2020-08-181-30/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids some trivially avoidable map lookups by keeping the result of find operations around and querying them.
* | | | | | | | | Merge pull request #4560 from lioncash/convertbunnei2020-08-233-8/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | core_timing: Resolve sign conversion warning
| * | | | | | | | | core_timing: Remove unused headerLioncash2020-08-233-2/+2
| | | | | | | | | |
| * | | | | | | | | core_timing: Move clock initializer into constructor initializer listLioncash2020-08-231-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Same behavior, minus unnecessary zeroing out of the pointer.
| * | | | | | | | | core_timing: Resolve sign conversion warningLioncash2020-08-231-2/+2
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This constant is only ever assigned to downcount, which is a s64, not a u64.
* | | | | | | | | Merge pull request #4541 from MerryMage/yolobunnei2020-08-223-3/+29
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | dynarmic: Add unsafe optimizations
| * | | | | | | | dynarmic: Add unsafe optimizationsMerryMage2020-08-163-3/+29
| | | | | | | | |
* | | | | | | | | common/telemetry: Migrate namespace into the Common namespaceLioncash2020-08-183-8/+11
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrates the Telemetry namespace into the Common namespace to make the code consistent with the rest of our common code.
* | | | | | | | Merge pull request #4535 from lioncash/fileutilbunnei2020-08-1820-320/+398
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | common/fileutil: Convert namespace to Common::FS
| * | | | | | | | common/fileutil: Convert namespace to Common::FSLioncash2020-08-1620-320/+398
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Merge pull request #4494 from lioncash/transcodebunnei2020-08-172-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | aes_util: Make use of non-template variant of Transcode
| * | | | | | | partition_data_manager: Eliminate magic valueLioncash2020-08-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can use sizeof to make it obvious at the call site where the value is coming from.
| * | | | | | | aes_util: Make use of non-template variant of TranscodeLioncash2020-08-061-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Same behavior, less template instantiations.
* | | | | | | Merge pull request #4526 from lioncash/core-semibunnei2020-08-153-7/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | core: Resolve several -Wextra-semi warnings
| * | | | | | | core: Resolve several -Wextra-semi warningsLioncash2020-08-143-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can amend one of the cascade macros to require semicolons in order to compile. In other cases, we can just remove the superfluous semicolons.
* | | | | | | | Merge pull request #4527 from lioncash/pessimizing2bunnei2020-08-151-2/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | software_keyboard: Resolve a pessimizing move warning
| * | | | | | | | 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.
* | | | | | | | Merge pull request #4492 from lioncash/linkagebunnei2020-08-152-15/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | system_control: Make functions internally linked where applicable
| * | | | | | | | system_control: Make functions internally linked where applicableLioncash2020-08-052-15/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These functions are only ever used internally as implementation details for GenerateRandomRange(), so these can be given internal linkage.
* | | | | | | | | Merge pull request #4463 from lioncash/lockdiscardbunnei2020-08-152-3/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | kernel/scheduler: Mark SchedulerLock constructor as nodiscard
| * | | | | | | | | emu_window: Mark Scoped constructor and Acquire() as nodiscardLioncash2020-08-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures that callers make use of the constructor, preventing bugs from silently occurring.
| * | | | | | | | | kernel/scheduler: Mark SchedulerLock constructor as nodiscardLioncash2020-08-141-1/+1
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows the compiler to warn about cases where the constructor is used but then immediately discarded, which is a potential cause of locking/unlocking bugs.
* / | | | | | | | time_zone_content_manager: Collapse auto and default caseLioncash2020-08-141-3/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Prevents a useless self-assignment from occurring.
* | | | | | | | Merge pull request #4495 from lioncash/convRodrigo Locatti2020-08-141-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cheat_engine: Resolve implicit bool->u64 conversion
| * | | | | | | | cheat_engine: Resolve implicit bool->u64 conversionLioncash2020-08-061-1/+1
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | We can just return zero here.
* | | | | | | | Merge pull request #4511 from lioncash/build2LC2020-08-137-43/+52
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | General: Tidy up clang-format warnings part 2
| * | | | | | | | General: Tidy up clang-format warnings part 2Lioncash2020-08-137-43/+52
| | | | | | | | |
* | | | | | | | | Merge pull request #4497 from lioncash/freezer-algbunnei2020-08-122-16/+22
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | freezer: Make use of std::erase_if
| * | | | | | | | freezer: Move entry finding to its own functionLioncash2020-08-062-12/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleans up the callsites in other functions.
| * | | | | | | | freezer: Take address values by valueLioncash2020-08-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VAddr will always be 64-bit, so there's no need to take a trivial primitive alias by reference.
| * | | | | | | | freezer: Make use of std::erase_ifLioncash2020-08-061-4/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | With C++20 we can simplify the erasing idiom.
* | | | | | | | Merge pull request #4496 from lioncash/ce-desigbunnei2020-08-101-6/+18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cheat_engine: Make use of designated initializers
| * | | | | | | | cheat_engine: Make use of designated initializersLioncash2020-08-061-6/+18
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Same behavior, but makes the member being assigned obvious.
* | | | | | | | Merge pull request #4491 from lioncash/unused-varsbunnei2020-08-102-18/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | kernel: Remove unused variables
| * | | | | | | | kernel: Remove unused variablesLioncash2020-08-052-18/+11
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Resolves a few compiler warnings.
* | | | | | | | Merge pull request #4488 from lioncash/filebunnei2020-08-094-41/+41
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vfs_vector: Make creation of array vfs files less verbose
| * | | | | | | | vfs_vector: Make creation of array vfs files less verboseLioncash2020-08-054-41/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can add a helper function to make creation of these files nicer. While we're at it, we can eliminate an unnecessary std::array copy in the constructor. This makes the overhead on some of these functions way less intensive, given some arrays were quite large. e.g. The timezone location names are 9633 bytes in size.
* | | | | | | | | Merge pull request #4457 from ogniK5377/SetScreenShotPermissionbunnei2020-08-072-1/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | am: Unstub SetScreenShotPermission
| * | | | | | | | | am: Unstub SetScreenShotPermissionDavid Marcec2020-07-312-1/+12
| | | | | | | | | |
* | | | | | | | | | common/concepts: Rename IsBaseOf to DerivedFromLioncash2020-08-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it more inline with its currently unavailable standardized analogue std::derived_from. While we're at it, we can also make the template match the requirements of the standardized variant as well.
* | | | | | | | | | Merge pull request #4483 from lioncash/constexpr-hexbunnei2020-08-072-98/+118
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | partition_data_manager: Make data arrays constexpr
| * | | | | | | | | | partition_data_manager: Update master key hashesLioncash2020-08-061-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fills in some hashes that were previously unhandled.
| * | | | | | | | | | partition_data_manager: Make data arrays constexprLioncash2020-08-062-98/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the constructor for all of these would run at program startup, consuming time before the application can enter main(). This is also particularly dangerous, given the logging system wouldn't have been initialized properly yet, yet the program would use the logs to signify an error. To rectify this, we can replace the literals with constexpr functions that perform the conversion at compile-time, completely eliminating the runtime cost of initializing these arrays.
* | | | | | | | | | | Merge pull request #4490 from lioncash/arbiterbunnei2020-08-072-2/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | address_arbiter/scheduler: Resolve sign conversion warnings
| * | | | | | | | | | scheduler: Resolve sign conversion warningLioncash2020-08-051-1/+2
| | | | | | | | | | |
| * | | | | | | | | | address_arbiter: Resolve sign conversion warningLioncash2020-08-051-1/+1
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes our type conversion explicit.
* | | | | | | | | | Merge pull request #4489 from lioncash/typesafebunnei2020-08-061-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ipc_helpers: Only allow trivially copyable objects with PushRaw() and PopRaw()
| * | | | | | | | | | ipc_helpers: Only allow trivially copyable objects with PushRaw() and PopRaw()Lioncash2020-08-051-0/+4
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's undefined behavior to use non-trivially copyable objects with std::memcpy, so we can add asserts to catch usages of these at compile-time.
* | | | | | | | | | Merge pull request #4484 from lioncash/aesutilbunnei2020-08-067-27/+36
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | aes_util: Allow SetIV() to be non-allocating
| * | | | | | | | | | aes_util: Allow SetIV to be non-allocatingLioncash2020-08-037-27/+36
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a few places, the data to be set as the IV is already within an array. We shouldn't require this data to be heap-allocated if it doesn't need to be. This allows certain callers to reduce heap churn.
* | | | | | | | | | Merge pull request #4475 from lioncash/bqueuebunnei2020-08-051-10/+11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | buffer_queue: Make use of designated initializers/std::nullopt where applicable
| * | | | | | | | | | buffer_queue: Make use of std::nulloptLioncash2020-08-031-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows compilers to eliminate unnecessary zeroing out of the optional's buffer.
| * | | | | | | | | | buffer_queue: Make use of designated initializersLioncash2020-08-031-5/+5
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4444 from lioncash/volatilebunnei2020-08-051-6/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | common/atomic_ops: Don't cast away volatile from pointers
| * | | | | | | | | common/atomic_ops: Don't cast away volatile from pointersLioncash2020-07-281-6/+4
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Preserves the volatility of the pointers being casted.
* | | | | | | | | Merge pull request #4466 from ogniK5377/loader-type-safebunnei2020-08-051-18/+34
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | loader: Make IdentifyFile typesafe
| * | | | | | | | Place in anonymous namespaceDavid Marcec2020-08-031-0/+4
| | | | | | | | |
| * | | | | | | | loader: Make IdentifyFile typesafeDavid Marcec2020-08-031-20/+32
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Relies on #4465 for concept.h Common::IsBaseOf
* | | | | | | | Merge pull request #4476 from lioncash/tzbunnei2020-08-051-17/+25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | time_zone_binary: Make use of designated initializers
| * | | | | | | | time_zone_binary: Make use of designated initializersLioncash2020-08-031-17/+25
| |/ / / / / / /
* | | | | | | | Merge pull request #4401 from ogniK5377/GetIndirectLayerImageRequiredMemoryInfobunnei2020-08-051-1/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vi: IApplicationDisplayService:GetIndirectLayerImageRequiredMemoryInfo
| * | | | | | | | vi: IApplicationDisplayService:GetIndirectLayerImageRequiredMemoryInfoDavid Marcec2020-07-211-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for dark souls and monster hunter
* | | | | | | | | Merge pull request #4430 from bunnei/new-gpu-vmmbunnei2020-08-054-93/+227
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | hle: nvdrv: Rewrite of GPU memory management.
| * | | | | | | | | Update src/core/hle/service/nvdrv/devices/nvmap.cppbunnei2020-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: LC <mathew1800@gmail.com>
| * | | | | | | | | hle: nvdrv: Rewrite of GPU memory management.bunnei2020-07-264-93/+227
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4472 from lioncash/const-getbunnei2020-08-042-15/+16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | perf_stats: Mark GetMeanFrametime() as const
| * | | | | | | | | | perf_stats: Make use of designated initializersLioncash2020-08-031-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Same behavior, but allows us to avoid a now-unnecessary zero initialization.
| * | | | | | | | | | perf_stats: Mark GetMeanFrametime() as constLioncash2020-08-032-9/+9
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The general pattern is to mark mutexes as mutable when it comes to matters of constness, given the mutex acts as a transient member of a data structure.
* | | | | | | | | | Merge pull request #4470 from lioncash/qualifierDavid2020-08-041-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | patch_manager: Resolve -Wignored-qualifier warnings
| * | | | | | | | | | patch_manager: Resolve -Wignored-qualifier warningsLioncash2020-08-031-2/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Top level const will always be ignored in this case, so it can be removed.
* | | | | | | | | | Merge pull request #4481 from lioncash/cpp-depDavid2020-08-043-21/+21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | yuzu: Resolve C++20 deprecation warnings related to lambda captures
| * | | | | | | | | | yuzu: Resolve C++20 deprecation warnings related to lambda capturesLioncash2020-08-033-21/+21
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C++20 deprecates capturing the this pointer via the '=' capture. Instead, we replace it or extend the capture specification.
* | | | | | | | | | Merge pull request #4474 from lioncash/hle-profileDavid2020-08-041-17/+26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | profile_manager: Make use of designated initializers
| * | | | | | | | | | profile_manager: Make use of std::nulloptLioncash2020-08-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows some implementations to completely avoid unnecessarily zeroing out the internal buffer.
| * | | | | | | | | | profile_manager: Make use of designated initializersLioncash2020-08-031-13/+22
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | More compact code.
* | | | | | | | | | Merge pull request #4473 from lioncash/cheat-desigbunnei2020-08-041-105/+121
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | dmnt_cheat_vm: Make use of designated initializers
| * | | | | | | | | | dmnt_cheat_vm: Make use of designated initializersLioncash2020-08-031-105/+121
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows for more compact code.
* | | | | | | | | | Merge pull request #4456 from Morph1984/stub-really-long-fs-funcbunnei2020-08-047-63/+120
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttribute
| * | | | | | | | | | minor nitsMorph2020-07-311-1/+3
| | | | | | | | | | |
| * | | | | | | | | | fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttributeMorph2020-07-302-23/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stub these 2 service commands required for Animal Crossing: New Horizons Update 1.4.0
| * | | | | | | | | | fs: Rename SaveDataDescriptor to SaveDataAttributeMorph2020-07-305-41/+63
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4482 from lioncash/ldr-signbunnei2020-08-031-3/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | service/ldr: Resolve sign mismatch warnings
| * | | | | | | | | | service/ldr: Resolve sign mismatch warningsLioncash2020-08-031-3/+2
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were performing an int < size_t comparison. We can just correct the type of the induction variable.
* | | | | | | | | | Merge pull request #4468 from lioncash/regcachebunnei2020-08-031-10/+15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | registered_cache: Resolve -Wmaybe_uninitialized warnings
| * | | | | | | | | | registered_cache: Resolve -Wmaybe_uninitialized warningsLioncash2020-08-031-10/+15
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | While we're at it, we can avoid a redundant map lookup.
* | | | | | | | | | Merge pull request #4471 from ogniK5377/sm-getservice-conceptbunnei2020-08-031-3/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | sm: Make use of IsBaseOf for GetService
| * | | | | | | | | | sm: Make use of IsBaseOf for GetServiceDavid Marcec2020-08-031-3/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4467 from lioncash/modebunnei2020-08-032-18/+21
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | file_sys/mode: Make use of DECLARE_ENUM_FLAG_OPERATORS with Mode
| * | | | | | | | | file_sys/mode: Make use of DECLARE_ENUM_FLAG_OPERATORS with ModeLioncash2020-08-032-18/+21
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Same behavior, minus a hand-rolled operator.
* | | | | | | | | ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David2020-08-039-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer With the support of C++20, we can use concepts to deduce if a type is an STL container or not. * More agressive concept for stl containers * Add -fconcepts * Move to common namespace * Add Common::IsBaseOf
* | | | | | | | | Merge pull request #4439 from lioncash/cpuDavid2020-08-031-3/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | cpu_manager: Remove redundant std::function declarations
| * | | | | | | | cpu_manager: Remove redundant std::function declarationsLioncash2020-07-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can just return the function directly. Making for less reading.
* | | | | | | | | xts_archive: Check if the file is nullptr prior to parsingMorph2020-07-291-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes an access violation where the file no longer exists at the specified path while being parsed.
* | | | | | | | | registered_cache: Add support for removing folder ncasMorph2020-07-292-53/+54
| | | | | | | | |
* | | | | | | | | Merge pull request #4442 from lioncash/devicemembunnei2020-07-283-11/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | device_memory: Remove unused system member
| * | | | | | | | | device_memory: Remove unused system memberLioncash2020-07-283-11/+4
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This isn't used by anything in particular, so it can be removed.
* | / / / / / / / configure_graphics: Remove Force 30 FPS modeMorph2020-07-282-2/+0
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The introduction of multicore rendered this setting non-functional as timing code was changed. This removes the setting entirely.
* | | | | | | | core_timing: Make use of uintptr_t to represent user_dataLioncash2020-07-2813-38/+46
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Makes the interface future-proofed for supporting other platforms in the event we ever support platforms with differing pointer sizes. This way, we have a type in place that is always guaranteed to be able to represent a pointer exactly.
* | | | | | | remove unused variable;CrazyMax2020-07-271-1/+0
| | | | | | |
* | | | | | | nvflinger: Mark interface functions with return values as [[nodiscard]]Lioncash2020-07-261-16/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not using the return value of these functions are undeniably the source of a bug. This way we allow compilers to loudly make any future misuses evident.
* | | | | | | nvflinger: Use return value of Lock()Lioncash2020-07-263-4/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | comex reported in #4424 that we were incorrectly discarding the return value of Lock() which is correct.
* | | | | | Merge pull request #4350 from ogniK5377/hid-update-connectedbunnei2020-07-252-33/+37
|\ \ \ \ \ \ | | | | | | | | | | | | | | hid: Only update keyboard & debug pad inputs if enabled
| * | | | | | hid: Only update keyboard & debug pad inputs if enabledDavid Marcec2020-07-162-33/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we would ignore this setting and would update the states regardless of the user setting
* | | | | | | Merge pull request #4380 from ogniK5377/swkbd-inline-1bunnei2020-07-252-13/+49
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | swkbd: Return result for Calc request for inlined swkbd
| * | | | | | 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
* | | | | | | network: add missing include for BSDsJan Beich2020-07-231-0/+2
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/core/network/network.cpp:112:28: error: use of undeclared identifier 'SHUT_RD' constexpr int SD_RECEIVE = SHUT_RD; ^ src/core/network/network.cpp:113:25: error: use of undeclared identifier 'SHUT_WR' constexpr int SD_SEND = SHUT_WR; ^ src/core/network/network.cpp:114:25: error: use of undeclared identifier 'SHUT_RDWR' constexpr int SD_BOTH = SHUT_RDWR; ^ src/core/network/network.cpp:120:37: error: unknown type name 'in_addr'; did you mean 'in_addr_t'? constexpr IPv4Address TranslateIPv4(in_addr addr) { ^~~~~~~ in_addr_t /usr/include/netdb.h:66:20: note: 'in_addr_t' declared here typedef __uint32_t in_addr_t; ^ src/core/network/network.cpp:121:27: error: member reference base type 'in_addr_t' (aka 'unsigned int') is not a structure or union const u32 bytes = addr.s_addr; ~~~~^~~~~~~ src/core/network/network.cpp:121:15: error: variables defined in a constexpr function must be initialized const u32 bytes = addr.s_addr; ^ src/core/network/network.cpp:126:10: error: incomplete result type 'sockaddr' in function definition sockaddr TranslateFromSockAddrIn(SockAddrIn input) { ^ /usr/include/netdb.h:142:9: note: forward declaration of 'sockaddr' struct sockaddr *ai_addr; /* binary address */ ^ src/core/network/network.cpp:127:5: error: unknown type name 'sockaddr_in'; did you mean 'sockaddr'? sockaddr_in result; ^~~~~~~~~~~ sockaddr /usr/include/netdb.h:142:9: note: 'sockaddr' declared here struct sockaddr *ai_addr; /* binary address */ ^ src/core/network/network.cpp:127:17: error: variable has incomplete type 'sockaddr' sockaddr_in result; ^ /usr/include/netdb.h:142:9: note: forward declaration of 'sockaddr' struct sockaddr *ai_addr; /* binary address */ ^ src/core/network/network.cpp:131:29: error: use of undeclared identifier 'AF_INET' result.sin_family = AF_INET; ^ src/core/network/network.cpp:135:29: error: use of undeclared identifier 'AF_INET' result.sin_family = AF_INET; ^ src/core/network/network.cpp:139:23: error: use of undeclared identifier 'htons' result.sin_port = htons(input.portno); ^ src/core/network/network.cpp:143:14: error: variable has incomplete type 'sockaddr' sockaddr addr; ^ /usr/include/netdb.h:142:9: note: forward declaration of 'sockaddr' struct sockaddr *ai_addr; /* binary address */ ^ src/core/network/network.cpp:156:1: error: unknown type name 'linger' linger MakeLinger(bool enable, u32 linger_value) { ^ src/core/network/network.cpp:157:5: error: unknown type name 'linger' linger value; ^ src/core/network/network.cpp:185:16: error: use of undeclared identifier 'AF_INET' return AF_INET; ^ src/core/network/network.cpp:195:16: error: use of undeclared identifier 'SOCK_STREAM' return SOCK_STREAM; ^ src/core/network/network.cpp:197:16: error: use of undeclared identifier 'SOCK_DGRAM' return SOCK_DGRAM; ^ src/core/network/network.cpp:207:16: error: use of undeclared identifier 'IPPROTO_TCP' return IPPROTO_TCP; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=]
* | | | | | Merge pull request #4306 from ReinUsesLisp/bsd-networkDavid2020-07-215-0/+840
|\ \ \ \ \ \ | |/ / / / / |/| | | | | core/network: Add network abstraction
| * | | | | core/network: Add network abstractionReinUsesLisp2020-07-195-0/+840
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a network abstraction designed to implement bsd:s but at the same time work as a generic abstraction to implement any networking code we have to use from core. This is implemented on top of BSD sockets on Unix systems and winsock on Windows. The code is designed around winsocks having compatibility definitions to support both BSD and Windows sockets.
* | | | | | Merge pull request #4348 from lioncash/nanobunnei2020-07-1813-71/+80
|\ \ \ \ \ \ | | | | | | | | | | | | | | core_timing: Make usage of nanoseconds more consistent in the interface
| * | | | | | core_timing: Remove unused data memberLioncash2020-07-161-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Shrinks the size of the CoreTiming class by 8 bytes.
| * | | | | | core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash2020-07-1613-44/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Enforces our desired time units directly with a concrete type.
| * | | | | | core_timing: Make use of std::chrono with ScheduleEventLioncash2020-07-1610-32/+42
| | | | | | |
* | | | | | | Merge pull request #4345 from Morph1984/fix-createfilebunnei2020-07-181-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | filesystem: Create subdirectories prior to creating a file
| * | | | | | | Add comment to clarify the nullptr checkMorph2020-07-161-0/+1
| | | | | | | |
| * | | | | | | filesystem: Create subdirectories prior to creating a fileMorph2020-07-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If subdirectories exist in the given path parameter and don't exist in the real filesystem create them prior to creating the files within. This fixes the softlocks upon save creation in The Legend of Zelda: Breath of the Wild
* | | | | | | | Merge pull request #4273 from ogniK5377/async-shaders-prodbunnei2020-07-183-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | video_core: Add asynchronous shader decompilation and compilation
| * | | | | | | | Drop settings namespaceDavid Marcec2020-07-171-2/+1
| | | | | | | | |
| * | | | | | | | Rebase for per game settingsDavid Marcec2020-07-173-0/+6
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4365 from lioncash/miibunnei2020-07-181-53/+54
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | mii/manager: Make use of designated initializers
| * | | | | | | | mii/manager: Make use of designated initializersLioncash2020-07-171-53/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows returning the structure in a more concise manner.
* | | | | | | | | Merge pull request #4366 from lioncash/mii-signbunnei2020-07-181-3/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | mii/manager: Resolve sign mismatch warnings
| * | | | | | | | mii/manager: Resolve sign mismatch warningsLioncash2020-07-171-3/+3
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the loop termination condition was testing variables of different signedness.
* | | | | | | | Merge pull request #4344 from VolcaEM/c3bunnei2020-07-172-1/+42
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)
| * | | | | | | | clang-formatVolcaEM2020-07-151-1/+2
| | | | | | | | |
| * | | | | | | | dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)VolcaEM2020-07-152-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was based on Atmosphére's DMNT Cheat VM: - https://github.com/Atmosphere-NX/Atmosphere/blob/master/stratosphere/dmnt/source/cheat/impl/dmnt_cheat_vm.hpp - https://github.com/Atmosphere-NX/Atmosphere/blob/master/stratosphere/dmnt/source/cheat/impl/dmnt_cheat_vm.cpp From Atmosphére's documentation: "Code type 0xC3 reads or writes a static register with a given register" There are now only two remaining opcodes to implement (PauseProcess and BreakProcess) This is untested because I don't have any experience in testing cheats on yuzu
* | | | | | | | | Merge pull request #4309 from Morph1984/fix-romfs-bugbunnei2020-07-174-10/+10
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | fs: Fix RomFS building when zero byte files are present
| * | | | | | | | fs: Fix RomFS building when zero byte files are presentMorph2020-07-124-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When zero byte files are present, the key (offset) for that file is identical to the file right after. A std::map isn't able to fit key-value pairs with identical keys (offsets), therefore, the solution is to use std::multimap which permits multiple entries with the same key. This most prominently fixes Pokemon Sword and Shield weather with any RomFS mod applied.
* | | | | | | | | Merge pull request #4347 from lioncash/loggingDavid2020-07-171-38/+39
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | settings: Make use of std::string_view over std::string for logging
| * | | | | | | | | settings: Resolve a sign conversion warning within GetTimeZoneString()Lioncash2020-07-151-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A sign conversion warning was occurring due to an int < size_t comparison.
| * | | | | | | | | settings: Make use of std::string_view over std::string for loggingLioncash2020-07-151-33/+34
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In all usages of LogSetting(), string literals are provided. std::string_view is better suited here, as we won't churn a bunch of string allocations every time the settings are logged out. While we're at it, we can fold LogSetting() into LogSettings(), given it's only ever used there.
* | | | | | | | | Merge pull request #4371 from lioncash/cmake2David2020-07-171-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | core/CMakeLists: Add missing physical_memory.h header file
| * | | | | | | | | core/CMakeLists: Add missing physical_memory.h header fileLioncash2020-07-171-0/+1
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Allows this header file to show up in IDE CMake generators.
* | | | | | | | | Merge pull request #4357 from lioncash/unused4David2020-07-173-7/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | kernel: Remove unused variables
| * | | | | | | | | kernel: Remove unused variablesLioncash2020-07-163-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves some compiler warnings in the Linux build.
* | | | | | | | | | Merge pull request #4358 from lioncash/unused5David2020-07-171-2/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | kernel/thread: Remove unimplemented function prototype
| * | | | | | | | | | kernel/thread: Remove unimplemented function prototypeLioncash2020-07-161-2/+0
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This isn't used, so it can be removed.
* | / / / / / / / / constants: Add missing <array> includeLioncash2020-07-171-0/+1
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Eliminates reliance on an indirect include.
* | | | | | | | | Merge pull request #4292 from bunnei/mii-rewritebunnei2020-07-179-914/+3270
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | hle: service: mii: Rewrite service to properly support creation of random and default miis.
| * | | | | | | | | hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei2020-07-129-914/+3270
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4327 from lioncash/desig2Rodrigo Locatti2020-07-162-58/+38
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | address_space_info: Make use of designated initializers
| * | | | | | | | | address_space_info: Use type alias to simplify codeLioncash2020-07-131-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can define an alias for the index arrays and then just reuse it to make the code nicer to read.
| * | | | | | | | | address_space_info: Make use of designated initializersLioncash2020-07-132-46/+27
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can alter the structure so that we can use designated initializers in the array, eliminating the comments that indicate their field names.
* | | | | | | | | kernel: Add missing includeLioncash2020-07-161-0/+1
| | | | | | | | |
* | | | | | | | | cpu_manager: Mark function getters as staticLioncash2020-07-164-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All these do are return std::function instances of static functions, so these can be used without an instance of the CPU manager.
* | | | | | | | | cpu_manager: Remove unused preemption_count variableLioncash2020-07-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shrinks the data structure by 8 bytes.
* | | | | | | | | cpu_manager: Add missing includesLioncash2020-07-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously this header was relying on indirect inclusions that are no longer satisfied.
* | | | | | | | | Merge pull request #4337 from lat9nq/fix-per-game-asyncbunnei2020-07-162-0/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | main: Set async gpu properly after loading per-game setting
| * | | | | | | | | clang-formatlat9nq2020-07-141-2/+1
| | | | | | | | | |
| * | | | | | | | | settings: Move settings sanitization to its own functionlat9nq2020-07-142-0/+9
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Creates a new function that can be expanded later to fix other settings that are known to cause emulation errors across executables.
* | | | | | | | | Merge pull request #4346 from lioncash/threadDavid2020-07-167-35/+26
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | kernel/handle_table: Remove usages of the global system instance
| * | | | | | | | kernel/process: Move name and system context to the bottom of the member listLioncash2020-07-151-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These aren't directly important or commonly used within the process, so we can move these to the bottom to allow everything else to be more likely to be within a cache line.
| * | | | | | | | kernel/handle_table: Remove usages of the global system instanceLioncash2020-07-154-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes even more usages of the global system instance, trimming away more dependencies on global variables and making them explicit in the interface.
| * | | | | | | | kernel/thread: Remove global GetCurrentThread()Lioncash2020-07-153-23/+7
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is only used in one place, so we can fold it into the calling code, eliminating a place for the global system instance to be used.
* | | | | | | | Merge pull request #4249 from Morph1984/delete-update-aoc-on-overwriteDavid2020-07-162-10/+92
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | registered_cache: Remove previous update/dlc if it exists on install
| * | | | | | | Check for empty section0 and CNMT prior to installMorph2020-07-161-3/+19
| | | | | | | |
| * | | | | | | clang formatMorph2020-07-151-3/+3
| | | | | | | |
| * | | | | | | Use proper install result when overwriting filesMorph2020-07-151-1/+1
| | | | | | | |
| * | | | | | | Remove global system instance and address feedbackMorph2020-07-152-14/+10
| | | | | | | |
| * | | | | | | registered_cache: Remove previous update/dlc if it exists on installMorph2020-07-152-13/+83
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | - This checks for and removes old updates or dlc based on title id. If a content meta nca exists within the registered cache, it will attempt to remove all the ncas associated with the content meta before installing a new update/dlc
* | | | | | | Merge pull request #4328 from lioncash/unused-var3bunnei2020-07-161-2/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | memory_layout: Remove unused data member
| * | | | | | memory_layout: Remove unused data memberLioncash2020-07-131-2/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | This isn't used, so it can be removed entirely, shrinking the structure size by 8 bytes.
* | | | | | Merge pull request #4294 from MerryMage/cpu-opt-settingsbunnei2020-07-143-11/+71
|\ \ \ \ \ \ | | | | | | | | | | | | | | configuration: Add settings to enable/disable specific CPU optimizations
| * | | | | | configure_cpu: Show/Hide debugging optionsMerryMage2020-07-113-46/+57
| | | | | | |
| * | | | | | configuration: Add settings to enable/disable specific CPU optimizationsMerryMage2020-07-113-11/+60
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4282 from Morph1984/fs-sizebunnei2020-07-143-40/+16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | filesystem: Set various NAND partition sizes to their defaults
| * | | | | bis_factory: Set User NAND free space to be 1 MiB less than total.Morph2020-07-101-1/+3
| | | | | |
| * | | | | sdmc_factory: Set the SDMC total size to 1 TiBMorph2020-07-101-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | We should not be limited by the SDMC's partition size, set this to 1 TiB. Hardware is limited to the max allowed by the MBR partition table which is 2 TiB.
| * | | | | bis_factory: Use hardware default NAND partition sizesMorph2020-07-101-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sets the total space of user and system partitions to their hardware defaults. Furthermore, return the total space as free space for the user partition to prevent it from reaching zero. Some games like Bioshock 2 check for the available free space prior to save creation, and we should not be limited by arbitrary limits.
| * | | | | settings: Remove storage size optionsMorph2020-07-101-29/+0
| | | | | |
* | | | | | Merge pull request #4265 from Morph1984/file-renameFernando Sahmkow2020-07-121-10/+17
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | vfs_real: Fix MoveFile
| * | | | | vfs_real: Fix MoveFileMorph2020-07-101-10/+17
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | The file wasn't closed prior to being renamed / moved, throwing an error that states "The process cannot access the file because it is being used by another process." Fix this by closing the file prior to a rename / move operation. Fixes saving in Luigi's Mansion 3 and KATANA KAMI: A Way of the Samurai Story.
* | | | | 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
* | | | | Merge pull request #4203 from VolcaEM/servicesbunnei2020-07-1126-154/+282
|\ \ \ \ \ | |_|_|/ / |/| | | | service: Update function tables
| * | | | Rename two functions in NSVolcaEM2020-07-021-2/+2
| | | | | | | | | | | | | | | | | | | | - Rename "GetShellEvent" to "GetShellEventHandle" - Rename "LaunchApplicationFromHost" to "LaunchApplication"
| * | | | Rename GetApplicationArea2 to GetApplicationAreaSizeVolcaEM2020-07-021-2/+2
| | | | |
| * | | | Remove duplicate functionsVolcaEM2020-06-291-2/+0
| | | | |
| * | | | Use decimal instead of hexadecimalVolcaEM2020-06-291-3/+5
| | | | | | | | | | | | | | | Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com>
| * | | | Fix typoVolcaEM2020-06-291-1/+1
| | | | |
| * | | | Clang-formatVolcaEM2020-06-291-1/+1
| | | | |
| * | | | service: Update function tablesVolcaEM2020-06-2927-157/+285
| | | | |
* | | | | KeyManager: Prevent writing of invalid keysMorph2020-07-101-4/+8
| |_|/ / |/| | | | | | | | | | | If the keys are zero, don't write them to the autogenerated file.
* | | | configuration: implement per-game configurations (#4098)lat9nq2020-07-1012-103/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | | Merge pull request #4202 from ReinUsesLisp/scoped-lockbunnei2020-07-092-15/+12
|\ \ \ \ \ | |_|_|/ / |/| | | | core_timing,scheduler: Use std::scoped_lock when possible
| * | | | core_timing,scheduler: Use std::scoped_lock when possibleReinUsesLisp2020-06-292-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | Simplifies the cognitive load of procedures using locks and makes locks safe against exceptions.
* | | | | Merge pull request #4243 from CrazyMax/display_versionbunnei2020-07-081-4/+16
|\ \ \ \ \ | | | | | | | | | | | | AM: fix GetDisplayVersion
| * | | | | 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.
* | | | | Merge pull request #4245 from MerryMage/page-table-racebunnei2020-07-081-2/+5
|\ \ \ \ \ | | | | | | | | | | | | memory: Race-condition in pagetables.
| * | | | | memory: Set page-table pointers before setting attribute = MemoryMerryMage2020-07-051-2/+5
| |/ / / /
* / / / / cpu_interrupt_handler: Remove #pragma once from .cpp fileMerryMage2020-07-071-2/+0
|/ / / /
* | | | Merge pull request #4218 from ogniK5377/opus-externalRodrigo Locatti2020-07-041-1/+1
|\ \ \ \ | | | | | | | | | | externals: Track opus as submodule instead of using conan
| * | | | externals: Track opus as submodule instead of using conanDavid Marcec2020-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | Supersedes #4068 see for details.
* | | | | Merge pull request #3924 from ogniK5377/GetKeyCodeMapbunnei2020-07-032-2/+72
|\ \ \ \ \ | | | | | | | | | | | | Implement GetKeyCodeMap & GetKeyCodeMap2
| * | | | | Move GetKeyCodeMapImpl to an anonymous namespaceDavid Marcec2020-06-241-19/+19
| | | | | |
| * | | | | Fixed logging outputDavid Marcec2020-06-241-1/+1
| | | | | |
| * | | | | Implement GetKeyCodeMap & GetKeyCodeMap2David Marcec2020-06-242-2/+72
| | | | | | | | | | | | | | | | | | | | | | | | Closes #3919
* | | | | | Merge pull request #4193 from ogniK5377/GetIndirectLayerConsumerHandle-stubbunnei2020-07-031-1/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | am: Stub GetIndirectLayerConsumerHandle
| * | | | | | am: Stub GetIndirectLayerConsumerHandleDavid Marcec2020-06-281-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed by Monster Hunter Generations Ultimate
* | | | | | | Merge pull request #4192 from ogniK5377/acc-ListOpenContextStoredUsers-stubbunnei2020-07-035-4/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | acc: ListOpenContextStoredUsers partial stub
| * | | | | | | acc: ListOpenContextStoredUsers partial stubDavid Marcec2020-06-285-4/+14
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Needed by Baldur's Gate 1/2
* | | | | | | key_manager: Correct casing of instance()Lioncash2020-07-019-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Our codebase uppercases member function names.
* | | | | | | key_manager: Delete move operationsLioncash2020-07-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents the singleton from being moved from.
* | | | | | | key_manager: Make use of canonical deleted operator=Lioncash2020-07-011-2/+2
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | operator= typically returns a reference, it's not void. While we're at it, we can correct the parameter formatting to adhere to the codebase.
* | | | | | Merge pull request #3967 from FearlessTobi/keys-singletonDavid2020-07-0112-20/+26
|\ \ \ \ \ \ | | | | | | | | | | | | | | crypto: Make KeyManager a singleton class
| * | | | | | crypto: Make KeyManager a singleton classFearlessTobi2020-05-2012-20/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we were reading the keys everytime a KeyManager object was created, causing yuzu to reread the keys file multiple hundreds of times when loading the game list. With this change, it is only loaded once. On my system, this decreased game list loading times by a factor of 20.
* | | | | | | Merge pull request #4153 from ogniK5377/prepo-multibufbunnei2020-07-011-1/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | prepo: : Don't read extra buffer from report unless passed
| * | | | | | prepo: : Don't read extra buffer from report unless passedDavid Marcec2020-06-241-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepo doesn't always pass a secondary buffer, we assume it always does which leads to a bad read.
* | | | | | | Merge pull request #3955 from FernandoS27/prometheus-2bbunnei2020-06-2879-1983/+3502
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remake Kernel Scheduling, CPU Management & Boot Management (Prometheus)
| * | | | | | | Core/Common: Address Feedback.Fernando Sahmkow2020-06-2816-45/+44
| | | | | | | |
| * | | | | | | NvFlinger: Clang Format.Fernando Sahmkow2020-06-271-1/+1
| | | | | | | |
| * | | | | | | SVC: Implement 32-bits wrappers and update Dynarmic.Fernando Sahmkow2020-06-274-34/+282
| | | | | | | |
| * | | | | | | SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32Fernando Sahmkow2020-06-272-6/+39
| | | | | | | |
| * | | | | | | ARM: Update Dynarmic and Setup A32 according to latest interface.Fernando Sahmkow2020-06-278-93/+174
| | | | | | | |
| * | | | | | | SVC: Add GetThreadPriority32 & SetThreadPriority32Fernando Sahmkow2020-06-272-2/+30
| | | | | | | |
| * | | | | | | ArmDynarmic32: Setup CNTPCT correctlyFernando Sahmkow2020-06-271-1/+1
| | | | | | | |
| * | | | | | | Audio: Correct buffer release for host timing.Fernando Sahmkow2020-06-271-0/+5
| | | | | | | |
| * | | | | | | Common/Kernel: Corrections and small bug fixing.Fernando Sahmkow2020-06-271-2/+2
| | | | | | | |
| * | | | | | | Services/NvFlinger: Do vSync in a sepparate thread on Multicore.Fernando Sahmkow2020-06-274-5/+69
| | | | | | | |
| * | | | | | | ARMDynarmicInterface: Correct GCC Build Errors.Fernando Sahmkow2020-06-272-6/+6
| | | | | | | |
| * | | | | | | Kernel: Correct Host Context on Threads and Scheduler.Fernando Sahmkow2020-06-274-11/+11
| | | | | | | |
| * | | | | | | Clang Format.Fernando Sahmkow2020-06-277-18/+15
| | | | | | | |
| * | | | | | | ARMInterface/Externals: Update dynarmic and fit to latest version.Fernando Sahmkow2020-06-271-7/+7
| | | | | | | |
| * | | | | | | ARMInterface: Correct rebase errors.Fernando Sahmkow2020-06-273-5/+5
| | | | | | | |
| * | | | | | | CoreTiming: Correct rebase bugs and other miscellaneous things.Fernando Sahmkow2020-06-271-0/+2
| | | | | | | |
| * | | | | | | Core: Split Microprofile Dynarmic timing per CoreFernando Sahmkow2020-06-271-3/+12
| | | | | | | |
| * | | | | | | General: Tune the priority of main emulation threads so they have higher priority than less important helper threads.Fernando Sahmkow2020-06-272-0/+2
| | | | | | | |
| * | | | | | | Dynarmic Interface: don't clear cache if JIT has not been created.Fernando Sahmkow2020-06-272-0/+6
| | | | | | | |
| * | | | | | | General: Correct rebase, sync gpu and context management.Fernando Sahmkow2020-06-273-18/+3
| | | | | | | |
| * | | | | | | CoreTiming/CycleTimer: Correct Idling.Fernando Sahmkow2020-06-271-2/+5
| | | | | | | |
| * | | | | | | SingleCore: Correct ticks reset to be on preemption.Fernando Sahmkow2020-06-271-1/+1
| | | | | | | |
| * | | | | | | General: Cleanup legacy code.Fernando Sahmkow2020-06-2717-739/+6
| | | | | | | |
| * | | | | | | Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBreak.Fernando Sahmkow2020-06-272-3/+13
| | | | | | | |
| * | | | | | | Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL.Fernando Sahmkow2020-06-271-6/+9
| | | | | | | |
| * | | | | | | HLE_IPC: Correct HLE Event behavior on timeout.Fernando Sahmkow2020-06-273-1/+19
| | | | | | | |
| * | | | | | | SingleCore: Improve Cycle timing Behavior and replace mutex in global scheduler for spinlock.Fernando Sahmkow2020-06-273-2/+4
| | | | | | | |
| * | | | | | | FrameLimiting: Enable frame limiting for single core.Fernando Sahmkow2020-06-272-1/+2
| | | | | | | |
| * | | | | | | SingleCore: Use Cycle Timing instead of Host Timing.Fernando Sahmkow2020-06-2715-80/+152
| | | | | | | |
| * | | | | | | Scheduler: Correct Reload/UnloadFernando Sahmkow2020-06-272-3/+5
| | | | | | | |
| * | | | | | | Thread: Release the ARM Interface on exitting.Fernando Sahmkow2020-06-273-1/+8
| | | | | | | |
| * | | | | | | General: Move ARM_Interface into Threads.Fernando Sahmkow2020-06-2718-170/+136
| | | | | | | |
| * | | | | | | Core: Refactor ARM Interface.Fernando Sahmkow2020-06-2710-42/+69
| | | | | | | |
| * | | | | | | X64 Clock: Reduce accuracy to be less or equal to guest accuracy.Fernando Sahmkow2020-06-271-0/+3
| | | | | | | |
| * | | | | | | ARM/WaitTree: Better track the CallStack for each thread.Fernando Sahmkow2020-06-272-0/+60
| | | | | | | |
| * | | | | | | SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface.Fernando Sahmkow2020-06-273-5/+20
| | | | | | | |
| * | | | | | | SingleCore: Move Host Timing from a sepparate thread to main cpu thread.Fernando Sahmkow2020-06-277-10/+48
| | | | | | | |
| * | | | | | | GUI: Make multicore only work with Async and add GUI for multicore.Fernando Sahmkow2020-06-273-2/+34
| | | | | | | |
| * | | | | | | ARM: Addapt to new Exclusive Monitor Interface.Fernando Sahmkow2020-06-275-31/+24
| | | | | | | |
| * | | | | | | CPU_Manager: Correct stopping on SingleCore.Fernando Sahmkow2020-06-271-3/+8
| | | | | | | |
| * | | | | | | Scheduler: Correct yielding interaction with SetThreadActivity.Fernando Sahmkow2020-06-271-0/+15
| | | | | | | |
| * | | | | | | General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running.Fernando Sahmkow2020-06-2710-11/+77
| | | | | | | |
| * | | | | | | General: Fix Stop functionFernando Sahmkow2020-06-273-3/+21
| | | | | | | |
| * | | | | | | Kernel: Rewind on SVC change.Fernando Sahmkow2020-06-273-5/+16
| | | | | | | |
| * | | | | | | Kernel: Preempt Single core on redudant yields.Fernando Sahmkow2020-06-276-21/+42
| | | | | | | |
| * | | | | | | CPU_Manager: Unload/Reload threads on preemption on SingleCoreFernando Sahmkow2020-06-274-7/+64
| | | | | | | |
| * | | | | | | Synchronization: Correct wide Assertion.Fernando Sahmkow2020-06-271-2/+4
| | | | | | | |
| * | | | | | | General: Initial Setup for Single Core.Fernando Sahmkow2020-06-276-34/+215
| | | | | | | |
| * | | | | | | Scheduler: Set last running time on thread.Fernando Sahmkow2020-06-272-4/+2
| | | | | | | |
| * | | | | | | Kernel: Corrections to TimeManager, Scheduler and Mutex.Fernando Sahmkow2020-06-273-5/+5
| | | | | | | |
| * | | | | | | Kernel: Fixes, corrections and asserts to scheduler and different svcs.Fernando Sahmkow2020-06-278-38/+38
| | | | | | | |
| * | | | | | | Scheduler: Correct yields.Fernando Sahmkow2020-06-272-7/+25
| | | | | | | |
| * | | | | | | Mutex: Revert workaround due to poor exclusive memory.Fernando Sahmkow2020-06-271-9/+2
| | | | | | | |
| * | | | | | | ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Fernando Sahmkow2020-06-279-24/+236
| | | | | | | |
| * | | | | | | SVC: WaitSynchronization add Termination Pending Result.Fernando Sahmkow2020-06-272-1/+5
| | | | | | | |
| * | | | | | | Scheduler: Remove arm_interface lock and a few corrections.Fernando Sahmkow2020-06-272-17/+3
| | | | | | | |
| * | | | | | | SVC: Correct SetThreadActivity.Fernando Sahmkow2020-06-274-38/+59
| | | | | | | |
| * | | | | | | SCC: Small corrections to CancelSynchronizationFernando Sahmkow2020-06-273-2/+14
| | | | | | | |
| * | | | | | | Scheduler: Correct locking for hle threads.Fernando Sahmkow2020-06-271-1/+2
| | | | | | | |
| * | | | | | | Scheduler: Fix HLE Threads on guardFernando Sahmkow2020-06-271-4/+6
| | | | | | | |
| * | | | | | | Scheduler: Protect on closed threads.Fernando Sahmkow2020-06-271-7/+17
| | | | | | | |
| * | | | | | | Scheduler: Correct assert.Fernando Sahmkow2020-06-271-4/+2
| | | | | | | |
| * | | | | | | Core: Correct rebase.Fernando Sahmkow2020-06-272-18/+11
| | | | | | | |
| * | | | | | | Scheduler: Release old thread fiber before trying to switch to the next thread fiber.Fernando Sahmkow2020-06-272-11/+35
| | | | | | | |
| * | | | | | | NVDRV: Remove frame limiting as Host Timing already takes care.Fernando Sahmkow2020-06-271-1/+0
| | | | | | | |
| * | | | | | | Mutex: Correct Result writting to clear exclusivity.Fernando Sahmkow2020-06-271-3/+11
| | | | | | | |
| * | | | | | | SVC: Correct svcWaitForAddress and svcSignalToAddress.Fernando Sahmkow2020-06-274-68/+161
| | | | | | | |
| * | | | | | | Scheduler: Correct Select Threads Step 2.Fernando Sahmkow2020-06-271-0/+1
| | | | | | | |
| * | | | | | | Kernel: Corrections to Scheduling.Fernando Sahmkow2020-06-275-19/+23
| | | | | | | |
| * | | | | | | Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for DebuggingFernando Sahmkow2020-06-273-15/+17
| | | | | | | |
| * | | | | | | Core: Correct HLE Event Callbacks and other issues.Fernando Sahmkow2020-06-275-37/+39
| | | | | | | |
| * | | | | | | Process: Protect TLS region and Modules.Fernando Sahmkow2020-06-271-0/+4
| | | | | | | |
| * | | | | | | General: Add AssertsFernando Sahmkow2020-06-274-0/+24
| | | | | | | |
| * | | | | | | General: Add better safety for JIT use.Fernando Sahmkow2020-06-275-7/+39
| | | | | | | |
| * | | | | | | SVC: Correct races on physical core switching.Fernando Sahmkow2020-06-272-10/+10
| | | | | | | |
| * | | | | | | NVFlinger: Lock race condition between CPU, Host Timing, VSync.Fernando Sahmkow2020-06-273-0/+11
| | | | | | | |
| * | | | | | | SVC: Add locks to the memory management.Fernando Sahmkow2020-06-271-0/+21
| | | | | | | |
| * | | | | | | SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.Fernando Sahmkow2020-06-279-33/+84
| | | | | | | |
| * | | | | | | SVC: Cleanup old methods.Fernando Sahmkow2020-06-271-13/+9
| | | | | | | |
| * | | | | | | CPU_Manager: Reconfigre guest threads for dynamrmic downsidesFernando Sahmkow2020-06-273-1/+7
| | | | | | | |
| * | | | | | | SVC: Correct SendSyncRequest.Fernando Sahmkow2020-06-278-54/+116
| | | | | | | |
| * | | | | | | SVC: Correct ArbitrateUnlockFernando Sahmkow2020-06-273-33/+37
| | | | | | | |
| * | | | | | | SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLockFernando Sahmkow2020-06-278-90/+134
| | | | | | | |
| * | | | | | | SVC: Remove global HLE Lock.Fernando Sahmkow2020-06-271-3/+0
| | | | | | | |
| * | | | | | | SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThreadCoreMask, GetCurrentProcessorNumberFernando Sahmkow2020-06-275-15/+26
| | | | | | | |
| * | | | | | | SVC: Correct CreateThread, StartThread, ExitThread, SleepThread.Fernando Sahmkow2020-06-273-37/+31
| | | | | | | |
| * | | | | | | HostTiming: Pause the hardware clock on pause.Fernando Sahmkow2020-06-273-1/+8
| | | | | | | |
| * | | | | | | General: Setup yuzu threads' microprofile, naming and registry.Fernando Sahmkow2020-06-272-3/+7
| | | | | | | |
| * | | | | | | CPU_Manager: remove debugging code.Fernando Sahmkow2020-06-271-8/+4
| | | | | | | |
| * | | | | | | General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-2748-696/+1216
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit: Implements CPU Interrupts, Replaces Cycle Timing for Host Timing, Reworks the Kernel's Scheduler, Introduce Idle State and Suspended State, Recreates the bootmanager, Initializes Multicore system.
* | | | | | | ldr: Cleanup NRO & NRR structsDavid Marcec2020-06-281-8/+8
| | | | | | |
* | | | | | | Merge pull request #4026 from VolcaEM/ldrDavid2020-06-281-38/+73
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ldr: Update NRR/NRO structs
| * | | | | | | Move SHA256Hash to its original positionVolcaEM2020-06-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | It's not needed to have it in its previous position anymore
| * | | | | | | Remove unnecessary pragmasVolcaEM2020-06-161-8/+0
| | | | | | | |
| * | | | | | | Revert IsValidNRO refactor but make it more readableVolcaEM2020-06-161-26/+13
| | | | | | | |
| * | | | | | | Update assert stringVolcaEM2020-06-161-1/+1
| | | | | | | |
| * | | | | | | Clang-format againVolcaEM2020-06-141-2/+2
| | | | | | | |
| * | | | | | | Use consistent variable namesVolcaEM2020-06-141-4/+4
| | | | | | | |
| * | | | | | | Clang-formatVolcaEM2020-06-141-1/+2
| | | | | | | |
| * | | | | | | Make assert strings consistentVolcaEM2020-06-141-3/+3
| | | | | | | |
| * | | | | | | Attempt to fix crashes in SSBU and refactor IsValidNROVolcaEM2020-06-141-36/+59
| | | | | | | |
| * | | | | | | Address review commentsVolcaEM2020-06-021-4/+4
| | | | | | | |
| * | | | | | | Add comment to nrr_kindVolcaEM2020-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | According to Atmosphére (https://github.com/Atmosphere-NX/Atmosphere/blob/c7026b90940a1d88f9c10a6d98263bf22e654fa5/libraries/libstratosphere/include/stratosphere/ro/ro_types.hpp), nrr_kind (Atmosphére calls it "type") is 7.0.0+
| * | | | | | | ldr: Update NRR/NRO structs VolcaEM2020-05-311-40/+72
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was based on Switchbrew pages: https://switchbrew.org/wiki/NRR https://switchbrew.org/wiki/NRO
* | | | | | | Merge pull request #4184 from VolcaEM/patch-9David2020-06-281-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | grc: Update function table
| * | | | | | | Oops (fix typo)VolcaEM2020-06-271-1/+1
| | | | | | | |
| * | | | | | | grc: Update function tableVolcaEM2020-06-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | This was based on Switchbrew page: https://switchbrew.org/wiki/GRC_services
* | | | | | | | Merge pull request #4185 from VolcaEM/patch-10David2020-06-281-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lbl: Update function table
| * | | | | | | | lbl: Update function tableVolcaEM2020-06-271-0/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | This was based on Switchbrew page: https://switchbrew.org/wiki/Backlight_services
* | | | | | | | Merge pull request #4186 from VolcaEM/patch-11David2020-06-281-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ldn: Update function table
| * | | | | | | | ldn: Update function tableVolcaEM2020-06-271-0/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | This was based on Switchbrew page: https://switchbrew.org/wiki/LDN_services
* | | | | | | | Merge pull request #4187 from VolcaEM/patch-12David2020-06-281-0/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | mig: Update function table
| * | | | | | | | mig: Update function tableVolcaEM2020-06-271-0/+6
| |/ / / / / / / | | | | | | | | | | | | | | | | This was based on Switchbrew page: https://switchbrew.org/wiki/Migration_services
* | | | | | | | Merge pull request #4188 from VolcaEM/patch-13David2020-06-281-16/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | mm: Update function table
| * | | | | | | | mm: Update function tableVolcaEM2020-06-271-16/+16
| |/ / / / / / / | | | | | | | | | | | | | | | | This was based on Switchbrew page: https://switchbrew.org/wiki/Display_services
* | | | | | | | Merge pull request #4189 from VolcaEM/patch-14David2020-06-281-10/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ncm: Update function table
| * | | | | | | | ncm: Update function tableVolcaEM2020-06-271-10/+10
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was based on Switchbrew page: https://switchbrew.org/wiki/NCM_services ILocationResolver's 16, 17, 18 and 19 have unofficial names
* | | | | | | | Merge pull request #4190 from VolcaEM/patch-15David2020-06-281-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nfc: Update function table
| * | | | | | | | nfc: Update function tableVolcaEM2020-06-271-3/+3
| |/ / / / / / / | | | | | | | | | | | | | | | | This was based on Switchbrew page: https://switchbrew.org/wiki/NFC_services
* | | | | | | | Merge pull request #4183 from VolcaEM/patch-8David2020-06-281-0/+6
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | friend: Update function table
| * | | | | | | friend: Update function tableVolcaEM2020-06-271-0/+6
| |/ / / / / /
* | | | | | | Merge pull request #3396 from FernandoS27/prometheus-1David2020-06-275-0/+386
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Implement SpinLocks, Fibers and a Host Timer
| * | | | | | Host Timing: Correct clang format.Fernando Sahmkow2020-06-181-1/+0
| | | | | | |
| * | | | | | HostTiming: Correct rebase and implement AddTicks.Fernando Sahmkow2020-06-182-1/+19
| | | | | | |
| * | | | | | Core/HostTiming: Allow events to be advanced manually.Fernando Sahmkow2020-06-182-26/+41
| | | | | | |
| * | | | | | Common/Tests: Address FeedbackFernando Sahmkow2020-06-184-7/+19
| | | | | | |
| * | | | | | Common/Tests: Clang Format.Fernando Sahmkow2020-06-182-4/+6
| | | | | | |
| * | | | | | Common: Refactor & Document Wall clock.Fernando Sahmkow2020-06-181-2/+1
| | | | | | |
| * | | | | | Common: Implement WallClock Interface and implement a native clock for x64Fernando Sahmkow2020-06-182-14/+11
| | | | | | |
| * | | | | | Tests: Add base tests to host timingFernando Sahmkow2020-06-182-41/+90
| | | | | | |
| * | | | | | Core: Implement a Host Timer.Fernando Sahmkow2020-06-185-0/+295
| | | | | | |
* | | | | | | Merge pull request #4164 from Kewlan/mute-audio-hotkeybunnei2020-06-272-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | hotkeys: Add a "Mute Audio" hotkey
| * | | | | | | Add a "Mute Audio" hotkeyKewlan2020-06-262-0/+10
| | | | | | | |
* | | | | | | | Merge pull request #4158 from Morph1984/capsbunnei2020-06-2714-57/+69
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | caps: Use enum classes and check struct sizes on compile time
| * | | | | | | | caps_u: Fix GetAlbumContentsFileListForApplication stubMorph2020-06-261-9/+15
| | | | | | | | |
| * | | | | | | | caps: Use enum classes and check struct sizes on compile timeMorph2020-06-261-34/+40
| | | | | | | | |
| * | | | | | | | caps: Update copyright headersMorph2020-06-2614-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated to "yuzu Emulator Project"
* | | | | | | | | Merge pull request #4152 from ogniK5377/ipc-errbunnei2020-06-271-25/+22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG
| * | | | | | | | | Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSGDavid Marcec2020-06-241-25/+22
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Previously if applications would send faulty buffers(example homebrew) it would lead to us returning uninitalized data. Switching from ASSERT_MSG to ASSERT_OR_EXECUTE_MSG allows us to have a fail safe to prevent crashes but also continue execution without introducing undefined behavior
* | | | | | | | | 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
| |/ / / / / / / /
* | | | | | | | | Merge pull request #4178 from VolcaEM/patch-6David2020-06-271-4/+43
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | es: Update function table
| * | | | | | | | | Use better names for "Unknown"sVolcaEM2020-06-271-39/+39
| | | | | | | | | |
| * | | | | | | | | Update function namesVolcaEM2020-06-271-4/+4
| | | | | | | | | |
| * | | | | | | | | es: Update function tableVolcaEM2020-06-271-2/+41
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | This was based on Switchbrew page: https://switchbrew.org/wiki/ETicket_services
* | | | | | | | | btm: Give better names for unknown functionsDavid Marcec2020-06-271-5/+5
| | | | | | | | |
* | | | | | | | | btdrv: Update function table (#4174)VolcaEM2020-06-271-83/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | * btdrv: Update function table
* | | | | | | | | bpc: Update function tables (#4173)VolcaEM2020-06-271-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bpc: Update function tables This was based on Switchbrew page: https://switchbrew.org/wiki/PCV_services
* | | | | | | | | bcat: Update function tables and add missing classes (#4172)VolcaEM2020-06-272-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | * bcat: Update function tables and add missing classes
* | | | | | | | | 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)
* | | | | | | | | aoc: Update function table (#4170)VolcaEM2020-06-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * aoc: Update function table * Remove comments
* | | | | | | | | Merge pull request #4177 from VolcaEM/patch-5LC2020-06-271-71/+76
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | btm: Update function tables
| * | | | | | | | | btm: Update function tablesVolcaEM2020-06-271-71/+76
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was based on Switchbrew page: https://switchbrew.org/wiki/BTM_services "No comment" edition
* / / / / / / / / eupld: Update function tableVolcaEM2020-06-271-0/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | This was based on Switchbrew page: https://switchbrew.org/wiki/Error_Upload_services
* | | | | | | | Merge pull request #4159 from ogniK5377/mem-manager-dumb-assertbunnei2020-06-261-1/+0
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | memory_manager: Remove useless assertion
| * | | | | | | memory_manager: Remove useless assertionDavid Marcec2020-06-251-1/+0
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | num_pages is an std::size_t. It will always be >= 0
* | | | | | | Merge pull request #4141 from Morph1984/SevenSixAxisSensorDavid2020-06-252-21/+85
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | hid: Stub a series of "SevenSixAxisSensor" service commands
| * | | | | | hid: Stub a series of "SevenSixAxisSensor" service commandsMorph2020-06-242-21/+85
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Used by Captain Toad: Treasure Tracker Update 1.3.0 While we're at it, fix the input parameters for SetIsPalmaAllConnectable and SetPalmaBoostMode
* | | | | | Merge pull request #4138 from Morph1984/GyroscopeZeroDriftModebunnei2020-06-244-6/+56
|\ \ \ \ \ \ | | | | | | | | | | | | | | hid: Implement Get/ResetGyroscopeZeroDriftMode
| * | | | | | hid: Implement Get/ResetGyroscopeZeroDriftModeMorph2020-06-214-6/+56
| |/ / / / / | | | | | | | | | | | | | | | | | | - Used by Captain Toad Treasure Tracker
* | | | | | Merge pull request #4128 from lioncash/move2bunnei2020-06-241-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | software_keyboard: Eliminate trivial redundant copies
| * | | | | | 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
* | | | | | lm: Silence no return value warningMorph2020-06-231-1/+2
| | | | | |
* | | | | | account: Update function tables and add missing classes (#4145)VolcaEM2020-06-225-42/+384
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * account: Update function tables and add missing classes * clang-format * Add missing "public" * Add missing public again * Add missing final
* | | | | | arm_dynarmic_64: Log the instruction when an exception is raisedMorph2020-06-221-2/+2
| | | | | |
* | | | | | arm_dynarmic_32: Log under Core_ARM instead of HW_GPUMorph2020-06-221-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #4099 from MerryMage/macOS-buildbunnei2020-06-202-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix compilation on macOS
| * | | | | memory_manager: Explicitly specifcy std::min<size_t>MerryMage2020-06-181-2/+2
| | | | | |
| * | | | | shared_font: Service::NS::EncryptSharedFont takes a size_t&MerryMage2020-06-181-1/+1
| | | | | |
* | | | | | Merge pull request #4113 from ogniK5377/boxcat-disablebunnei2020-06-201-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix compilation when not building with boxcat
| * | | | | | Fix compilation when not building with boxcatDavid Marcec2020-06-191-2/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | Fixes compilation when trying to build without boxcat enabled
* / | | | | mii_model: Remove redundant std::moveMerryMage2020-06-191-1/+1
|/ / / / / | | | | | | | | | | | | | | | Named return value optimization automatically applies here.
* / / / / arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0ReinUsesLisp2020-06-181-1/+1
|/ / / / | | | | | | | | | | | | On MSVC builds we treat conversion warnings as errors.
* | | | arm_dynarmic_cp15: Implement CNTPCTMerryMage2020-06-171-0/+13
| | | |
* | | | arm_dynarmic_cp15: Update CP15MerryMage2020-06-174-142/+73
| | | |
* | | | arm_dynarmic_32: InterpreterFallback should never happenMerryMage2020-06-171-2/+3
| | | |
* | | | Merge pull request #3966 from Morph1984/hide-internal-resolution-uibunnei2020-06-161-1/+1
|\ \ \ \ | | | | | | | | | | yuzu/frontend: Remove internal resolution option
| * | | | yuzu/frontend: Remove internal resolution optionMorph2020-06-061-1/+1
| | | | |
* | | | | Merge pull request #4070 from ogniK5377/GetTPCMasks-fixbunnei2020-06-152-21/+22
|\ \ \ \ \ | | | | | | | | | | | | nvdrv: Fix GetTPCMasks for ioctl3
| * | | | | nvdrv: Fix GetTPCMasks for ioctl3David Marcec2020-06-102-21/+22
| | |_|_|/ | |/| | | | | | | | | | | | | Fixes animal crossing svcBreak on launch
* | | | | Merge pull request #4069 from ogniK5377/total-phys-membunnei2020-06-141-2/+4
|\ \ \ \ \ | | | | | | | | | | | | kernel: Account for system resource size for memory usage
| * | | | | kernel: Account for system resource size for memory usageDavid Marcec2020-06-101-2/+4
| |/ / / / | | | | | | | | | | | | | | | GetTotalPhysicalMemoryAvailableWithoutSystemResource & GetTotalPhysicalMemoryUsedWithoutSystemResource seem to subtract the resource size from the usage.
* | | | | Merge pull request #4010 from ogniK5377/reserve-always-breakbunnei2020-06-131-5/+1
|\ \ \ \ \ | |/ / / / |/| | | | kernel: ResourceLimit::Reserve remove useless while loop
| * | | | kernel: ResourceLimit::Reserve remove useless while loopDavid Marcec2020-05-291-5/+1
| | |/ / | |/| | | | | | | | | | Timeout is a u64, it will always be >= 0
* | | | Merge pull request #4044 from ogniK5377/handle-not-signalled-errbunnei2020-06-041-1/+1
|\ \ \ \ | | | | | | | | | | Downgrade "handle not signaled" error to trace
| * | | | Downgrade "handle not signaled" error to traceDavid Marcec2020-06-041-1/+1
| | |/ / | |/| | | | | | | | | | clogs logs quite a bit
* | | | Merge pull request #4009 from ogniK5377/macro-jit-prodbunnei2020-06-041-0/+1
|\ \ \ \ | |/ / / |/| | | video_core: Implement Macro JIT
| * | | Implement macro JITDavid Marcec2020-05-301-0/+1
| |/ /
* | | Clang-formatVolcaEM2020-06-011-2/+1
| | |
* | | hid: Stub GetXpadIDsVolcaEM2020-06-012-1/+14
|/ / | | | | Allows Minecraft: Nintendo Switch Edition (a.k.a. old Minecraft) to boot and go ingame
* | Merge pull request #4002 from lat9nq/fix-nix-mod-directoriesbunnei2020-05-292-8/+31
|\ \ | | | | | | patch_manager: Add support for case-sensitivity on Linux
| * | Make copying directory string more conciselat9nq2020-05-281-2/+1
| | |
| * | Address requested changeslat9nq2020-05-282-4/+4
| | |
| * | *nix systems can read any-case patch directorieslat9nq2020-05-282-8/+32
| | | | | | | | | | | | | | | | | | Changes many patch_manager functions to use a case-less variant of GetSubdirectory. Fixes patches not showing up on *nix systems when patch directories are named with odd cases, i.e. `exeFS'.
* | | Merge pull request #3964 from ReinUsesLisp/arb-integrationbunnei2020-05-243-0/+3
|\ \ \ | | | | | | | | renderer_opengl: Add assembly program code paths
| * | | yuzu: Add frontend settings for assembly shadersReinUsesLisp2020-05-193-0/+3
| | | | | | | | | | | | | | | | | | | | Add settings for assembly shaders. Currently hidden to avoid users from accidentally enabled them.
* | | | clang-formatVolcaEM2020-05-211-1/+2
| | | |
* | | | nifm: correct assert in CreateTemporaryNetworkProfileVolcaEM2020-05-211-1/+1
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | This has been wrong since https://github.com/yuzu-emu/yuzu/commit/0432af5ad1ec34f02071f6fdc5fc78149b059f18 I haven't found a game that called this function (and I haven't tried this on a real Switch), and because of this I haven't been able to check if the number in assert OR the string in the assert is wrong, but one of the two is wrong: NetworkProfileData is 0x18E, while SfNetworkProfileData is 0x17C, according to Switchbrew Switchbrew doesn't officially say that NetworkProfileData's size is 0x18E but it's possible to calculate its size since Switchbrew provides the size and the offset of all the components of NetworkProfileData (which isn't currently implemented in yuzu, alongside SfNetworkProfileData) NetworkProfileData documentation: https://switchbrew.org/wiki/Network_Interface_services#NetworkProfileData SfNetworkProfileData documentation: https://switchbrew.org/wiki/Network_Interface_services#SfNetworkProfileData Since I trust ogniK's work on reversing NIFM, I'd assume this was just a typo in the string
* | | Merge pull request #3946 from ogniK5377/sysverdat-10-0-2bunnei2020-05-211-7/+7
|\ \ \ | | | | | | | | file_sys: Update SystemVersion archive to version 10.0.2
| * | | file_sys: Update SystemVersion archive to version 10.0.2David Marcec2020-05-161-7/+7
| | | |
* | | | Merge pull request #3926 from ogniK5377/keyboard-statesbunnei2020-05-191-3/+4
|\ \ \ \ | |_|/ / |/| | | hid: Clear keyboard states & fix logic issue
| * | | hid: Clear keyboard states & fix logic issueDavid Marcec2020-05-121-3/+4
| | | | | | | | | | | | | | | | Previously we never cleared the states of the entries and the key would stay held down, also looping over the key bytes for each key lead to setting every bit for the key state instead of the key we wanted
* | | | Merge pull request #3665 from bunnei/device-savebunnei2020-05-165-4/+49
|\ \ \ \ | | | | | | | | | | FS: Improve emulation of device saves
| * | | | service: fsp_srv: Stub implementation of OpenMultiCommitManager.bunnei2020-05-112-1/+38
| | | | |
| * | | | file_sys: savefata_factory: Update to support DeviceSaveData.bunnei2020-05-111-3/+6
| | | | |
| * | | | file_sys: control_metadata: Expose device_save_data_size.bunnei2020-05-112-0/+5
| |/ / /
* | / / nv_flinger: Use enum for pixel format instead of u32David Marcec2020-05-162-3/+11
| |/ / |/| |
* | | frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Morph2020-05-152-1/+6
| | |
* | | time_zone: Use std::chrono::seconds for strong typing.bunnei2020-05-131-1/+1
| | |
* | | hle: service: time_zone_manager: Use current time zone setting.bunnei2020-05-112-3/+32
| | |
* | | core: settings: Add a setting for time zone.bunnei2020-05-112-0/+20
| | |
* | | Stub SendKeyboardLockKeyEventDavid Marcec2020-05-112-1/+11
|/ / | | | | | | Needed for Puchikon 4 SmileBASIC 1.0.0
* | Replace externals with Conan (#3735)James Rowe2020-05-083-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove git submodules that will be loaded through conan * Move custom Find modules to their own folder * Use conan for downloading missing external dependencies * CI: Change the yuzu source folder user to the user that the containers run on * Attempt to remove dirty mingw build hack * Install conan on the msvc build * Only set release build type when using not using multi config generator * Re-add qt bundled to workaround an issue with conan qt not downloading prebuilt binaries * Add workaround for submodules that use legacy CMAKE variables * Re-add USE_BUNDLED_QT on the msvc build bot
* | Merge pull request #3879 from lioncash/global2bunnei2020-05-083-10/+16
|\ \ | |/ |/| hle_ipc: Eliminate core memory globals
| * hle_ipc: Eliminate core memory globalsLioncash2020-05-033-10/+16
| | | | | | | | | | We can just pass the required instances into the constructor of the request, eliminating all usages of the global system accessor.
* | Merge pull request #3881 from lioncash/mem-warningbunnei2020-05-0511-23/+11
|\ \ | | | | | | kernel/memory: Resolve several compiler warnings
| * | kernel/memory: Remove #pragma once within cpp fileLioncash2020-05-031-2/+0
| | | | | | | | | | | | This isn't necessary in a cpp file and will cause warnings on clang.
| * | kernel/memory: Remove unused includesLioncash2020-05-037-8/+1
| | | | | | | | | | | | | | | Prevents header churn and needing to recompile these files if these headers are ever changed in the future.
| * | kernel/memory: Remove unused variables in memory_block_managerLioncash2020-05-031-3/+0
| | | | | | | | | | | | Prevents unused variable warnings.
| * | kernel/memory: Make use of std::array consistently in address_space_infoLioncash2020-05-031-6/+6
| | | | | | | | | | | | | | | This allows tuning standard library implementations to enable or disable range checks at runtime, which is nicer for debugging.
| * | kernel/memory: Resolve -Wshadow warningsLioncash2020-05-031-4/+4
| |/ | | | | | | Prevents variable name clashing.
* | Merge pull request #3880 from lioncash/encodingbunnei2020-05-056-12/+12
|\ \ | | | | | | kernel/memory: Amend potential encoding warnings
| * | kernel/memory: Amend potential encoding warningsLioncash2020-05-036-12/+12
| |/ | | | | | | | | | | | | While èis generally representable in some language encodings, in some it isn't and will result in compilation warnings occurring. To remain friendly with other language's codepages on Windows, we normalize it to an ASCII e.
* | 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 #3822 from ogniK5377/GetAccountIdbunnei2020-05-041-5/+8
|\ \ \ | |_|/ |/| | acc: Return a unique value per account for GetAccountId
| * | acc: Return a unique value per account for GetAccountIdDavid Marcec2020-04-291-5/+8
| | |
* | | settings: Add anisotropic filtering level to the yuzu configuration log (#3875)Morph2020-05-031-0/+1
| | |
* | | Merge pull request #3871 from lioncash/semibunnei2020-05-031-4/+6
|\ \ \ | | | | | | | | readable_event: Remove unnecessary semicolon in Signal()
| * | | readable_event: Remove unnecessary semicolon in Signal()Lioncash2020-05-021-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves a -Wextra-semi warning. While we're at it, we can invert the branch to form a guard clause, unindenting all of the contained code.
* | | | 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 #3811 from ogniK5377/audin-initbunnei2020-05-022-5/+94
|\ \ \ | | | | | | | | audin:u: ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecified
| * | | marked stubsDavid Marcec2020-04-281-4/+5
| | | |
| * | | Audin:u ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecifiedDavid Marcec2020-04-282-5/+93
| | | | | | | | | | | | | | | | Closes #2874
* | | | Merge pull request #3819 from ogniK5377/err-log2bunnei2020-05-027-0/+51
|\ \ \ \ | | | | | | | | | | kernel: Don't fail silently
| * | | | kernel: Don't fail silentlyDavid Marcec2020-04-297-0/+51
| | |/ / | |/| |
* | | | Merge pull request #3833 from qwell/caps_su-32-stubbunnei2020-05-022-1/+13
|\ \ \ \ | | | | | | | | | | Add stub for caps:su SetShimLibraryVersion
| * | | | caps:su Stub out SetShimLibraryVersionJason Parker2020-04-302-1/+13
| | | | | | | | | | | | | | | | | | | | Used by Animal Crossing: New Horizons when trying to take a picture.
* | | | | Merge pull request #3821 from ogniK5377/InitializeApplicationInfo-fixbunnei2020-05-022-22/+15
|\ \ \ \ \ | | | | | | | | | | | | acc: Fix InitializeApplicationInfo
| * | | | | acc: Fix InitializeApplicationInfoDavid Marcec2020-04-292-22/+15
| | |/ / / | |/| | | | | | | | | | | | | We're not suppose to pop a u64, should just read the sent pid and check that
* | | | | Merge pull request #3812 from ogniK5377/lisst-qualified-usersbunnei2020-05-025-3/+15
|\ \ \ \ \ | | | | | | | | | | | | account: ListQualifiedUsers
| * | | | | Updated comment to reflect ListQualifiedUsers betterDavid Marcec2020-04-281-1/+3
| | | | | |
| * | | | | account: ListQualifiedUsersDavid Marcec2020-04-285-3/+13
| | |_|/ / | |/| | | | | | | | | | | | | Closes #2844
* | | | | nvdrv: Fix GetGpuTime stack corruptionDavid Marcec2020-05-011-2/+3
| |_|_|/ |/| | | | | | | | | | | IoctlGetGpuTime should be 16 bytes, not 8.
* | | | 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
* | | | Merge pull request #3830 from ogniK5377/GetFriendInvitationStorageChannelEventMat M2020-04-302-1/+14
|\ \ \ \ | | | | | | | | | | am: GetFriendInvitationStorageChannelEvent
| * | | | am: GetFriendInvitationStorageChannelEventDavid Marcec2020-04-302-1/+14
| |/ / / | | | | | | | | | | | | Closes #3829
* | | | Merge pull request #3835 from ogniK5377/GetFreeSpaceSize-GetTotalSpaceSizeMat M2020-04-301-2/+2
|\ \ \ \ | | | | | | | | | | fs-srv: GetFreeSpaceSize & GetTotalSpaceSize
| * | | | fs-srv: GetFreeSpaceSize & GetTotalSpaceSizeDavid Marcec2020-04-301-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | Closes #3533 Turns out the functions were already implemented but just never added
* | | | Merge pull request #3832 from ogniK5377/nim-eca-CreateServerInterfaceMat M2020-04-301-1/+69
|\ \ \ \ | | | | | | | | | | nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterface
| * | | | nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterfaceDavid Marcec2020-04-301-1/+69
| |/ / / | | | | | | | | | | | | Closes #3026
* | | | Merge pull request #3831 from ogniK5377/caps-su-namesMat M2020-04-301-0/+3
|\ \ \ \ | | |_|/ | |/| | caps: Add missing service names to caps:su
| * | | caps: Add missing service names to caps:suDavid Marcec2020-04-301-0/+3
| |/ / | | | | | | | | | SetShimLibraryVersion, SaveScreenShotEx1 & SaveScreenShotEx2 were missing
* / / psm: Mark as debug instead of warningDavid Marcec2020-04-291-7/+14
|/ / | | | | | | No point to emulate battery life. However options are broken out if we ever want to add a setting for it
* | Merge pull request #3818 from ogniK5377/err-logMat M2020-04-294-3/+27
|\ \ | | | | | | Don't fail silently for vi, sm, set and ns services
| * | Don't fail silently for vi, sm, set and ns servicesDavid Marcec2020-04-294-3/+27
| | |
* | | Merge pull request #3783 from lioncash/pointerMat M2020-04-294-8/+15
|\ \ \ | |/ / |/| | physical_core: Make use of std::make_unique instead of std::make_shared in ctor
| * | physical_core: Make use of std::make_unique instead of std::make_shared in ctorLioncash2020-04-244-8/+15
| | | | | | | | | | | | | | | | | | | | | We can also allow unicorn to be constructed in 32-bit mode or 64-bit mode to satisfy the need for both interpreter instances. Allows this code to compile successfully of non x86-64 architectures.
* | | kernel: Bad GetInfo ids should not be marked as stubsDavid Marcec2020-04-281-2/+2
| | | | | | | | | | | | As we currently match hardware and don't return a successful result, these should be marked as errors instead of warnings and as stubs.
* | | style: Change AMs & Glues error codes to be dec instead of hexDavid Marcec2020-04-282-7/+7
| |/ |/| | | | | Consistency for the rest of the error codes in the codebase
* | Merge pull request #3785 from ogniK5377/set-buffer-count-unitbunnei2020-04-271-1/+9
|\ \ | | | | | | vi: Don't let uninitialized data pass as a response for SetBufferCount
| * | vi: Don't let uninitialized data pass as a response for SetBufferCountDavid Marcec2020-04-241-1/+9
| | | | | | | | | | | | Currently SetBufferCount doesn't write to the out buffer which then contains uninitialized data. This leads to non-zero data which leads to responding with different error codes
* | | Merge pull request #3797 from slashiee/hid-stubMat M2020-04-272-1/+13
|\ \ \ | | | | | | | | services: hid: Stub StopSevenSixAxisSensor.
| * | | services: hid: Stub StopSevenSixAxisSensor.M&M2020-04-262-1/+13
| | | | | | | | | | | | | | | | - Used by The Legend of Zelda: Breath of the Wild v1.6.0
* | | | Merge pull request #3742 from FernandoS27/command-listbunnei2020-04-271-0/+1
|\ \ \ \ | | | | | | | | | | Optimize GPU Command Lists and Introduce Fast GPU Time Option
| * | | | GPU: Add Fast GPU Time Option.Fernando Sahmkow2020-04-231-0/+1
| | | | |
* | | | | Merge pull request #3744 from lioncash/table2bunnei2020-04-2619-7/+108
|\ \ \ \ \ | |_|/ / / |/| | | | service: Update function tables
| * | | | service: Update function tablesLioncash2020-04-2019-7/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keeps the service function tables up to date. Updated based off information on SwitchBrew.
* | | | | Merge pull request #3780 from lioncash/processbunnei2020-04-251-2/+138
|\ \ \ \ \ | |_|_|/ / |/| | | | svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemory
| * | | | svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemoryLioncash2020-04-241-2/+138
| | |_|/ | |/| | | | | | | | | | These were lost in the re-implementation of the virtual memory manager.
* | | | Merge pull request #3777 from lioncash/warnRodrigo Locatti2020-04-241-2/+2
|\ \ \ \ | | | | | | | | | | page_table: Remove unused captures
| * | | | page_table: Remove unused capturesLioncash2020-04-231-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | Any time the lambda function is called, the permission being used in the capture would be passed in as an argument to the lambda, so the capture is unnecessary.
* | | | Merge pull request #3778 from lioncash/unused-varRodrigo Locatti2020-04-241-3/+0
|\ \ \ \ | | | | | | | | | | svc: Remove unused variable
| * | | | svc: Remove unused variableLioncash2020-04-231-3/+0
| |/ / / | | | | | | | | | | | | Since the VMM refactor, this is no longer used or needed.
* / / / shared_memory: Amend doxygen referenceLioncash2020-04-242-5/+5
|/ / / | | | | | | | | | | | | | | | Amends the parameter to match the documentation reference. Resolves a -Wdocumentation warning with clang.
* | / kernel: memory: Improve implementation of device shared memory. (#3707)bunnei2020-04-235-3/+105
| |/ |/| | | | | | | | | | | * kernel: memory: Improve implementation of device shared memory. * fixup! kernel: memory: Improve implementation of device shared memory. * fixup! kernel: memory: Improve implementation of device shared memory.
* | Merge pull request #3730 from lioncash/timebunnei2020-04-231-24/+26
|\ \ | | | | | | service/time: Remove reliance on the global system accessor
| * | service/time: Remove reliance on the global system accessorLioncash2020-04-191-24/+26
| | | | | | | | | | | | | | | Eliminates usages of the global system accessor and instead passes the existing system instance into the interfaces.
* | | Merge pull request #3697 from lioncash/declarationsbunnei2020-04-233-10/+5
|\ \ \ | | | | | | | | CMakeLists: Enable -Wmissing-declarations on Linux builds
| * | | General: Resolve warnings related to missing declarationsLioncash2020-04-173-10/+5
| | | |
* | | | Merge pull request #3677 from FernandoS27/better-syncbunnei2020-04-233-4/+33
|\ \ \ \ | | | | | | | | | | Introduce Predictive Flushing and Improve ASYNC GPU
| * | | | Correct Linux Compile Error.Fernando Sahmkow2020-04-222-7/+10
| | | | |
| * | | | UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow2020-04-223-4/+30
| | | | |
* | | | | Merge pull request #3725 from MerryMage/fpcrbunnei2020-04-231-2/+1
|\ \ \ \ \ | | | | | | | | | | | | thread: FPCR.FZ is likely not 1 (and FPCR.RMode = TieAway and FPCR.DN = 0)
| * | | | | thread: FPCR.FZ is likely not 1MerryMage2020-04-191-2/+1
| | | | | |
* | | | | | Merge pull request #3699 from FearlessTobi/port-5185bunnei2020-04-221-4/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Port citra-emu/citra#5185: "gdbstub: Fix some gdbstub jankiness"
| * | | | | gdbstub: Fix some gdbstub jankinessMerryMage2020-04-171-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Ensure that register information available to gdbstub is most up-to-date. 2. There's no reason to check for current_thread == thread when emitting a trap. Doing this results in random hangs whenever a step happens upon a thread switch.
* | | | | | Merge pull request #3745 from bunnei/fix-homebrew-loadbunnei2020-04-225-12/+35
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix process memory initialization for ELF and NRO
| * | | | | | loader: nro: Fix process initialization using ProgramMetadata default.bunnei2020-04-212-11/+14
| | | | | | |
| * | | | | | loader: elf: Fix process initialization using ProgramMetadata default.bunnei2020-04-211-0/+5
| | | | | | |
| * | | | | | file_sys: program_metadata: Add a helper function for generating reasonable default metadata.bunnei2020-04-212-1/+16
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | - We need this for homebrew process initialization.
* | | | | | Merge pull request #3698 from lioncash/warningbunnei2020-04-212-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | General: Resolve minor assorted warnings
| * | | | | | key_manager: Resolve missing field initializer warningLioncash2020-04-171-1/+2
| | | | | | |
| * | | | | | time_zone_manager: Resolve sign conversion warningsLioncash2020-04-171-2/+2
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | ttis and ats will never exceed the length of INT32_MAX in our case, so this is safe.
* | | | | | Merge pull request #3724 from bunnei/fix-unicornbunnei2020-04-211-0/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | core: arm_unicorn: Fix interpret fallback by temporarily mapping instruction page.
| * | | | | | core: arm_unicorn: Fix interpret fallback by temporarily mapping instruction page.bunnei2020-04-191-0/+11
| | | | | | |
* | | | | | | audio_renderer: Preliminary BehaviorInfo (#3736)David2020-04-211-2/+7
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * audio_renderer: Preliminary BehaviorInfo * clang format * Fixed IsRevisionSupported * fixed IsValidRevision * Fixed logic error & spelling errors & crash * Addressed issues
* | | | | | Merge pull request #3739 from MerryMage/disable_cpu_optMat M2020-04-202-2/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | dynarmic: Add option to disable CPU JIT optimizations
| * | | | | | dynarmic: Add option to disable CPU JIT optimizationsMerryMage2020-04-202-2/+9
| | |_|_|_|/ | |/| | | |
* | | | | | npad: Lower log level for VibrateController to DebugFearlessTobi2020-04-201-1/+1
| | | | | |
* | | | | | audren: Lower log level for RequestUpdateImpl to DebugFearlessTobi2020-04-201-1/+1
| | | | | |
* | | | | | Merge pull request #3712 from lioncash/removebunnei2020-04-202-3/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | service: Remove unused RequestParser instances
| * | | | | | service: Remove unused RequestParser instancesLioncash2020-04-182-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These aren't used, so they should be removed to reduce compilation warnings.
* | | | | | | Merge pull request #3709 from lioncash/ambunnei2020-04-201-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | am: Resolve ineffective moves
| * | | | | | 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.
* | | | | | Merge pull request #3696 from lioncash/cast-sizebunnei2020-04-192-21/+23
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | hle_ipc: Remove std::size_t casts where applicable
| * | | | | hle_ipc: Remove std::size_t casts where applicableLioncash2020-04-172-21/+23
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were added in the change that enabled -Wextra on linux builds so as not to introduce interface changes in the same change as a build-system flag addition. Now that the flags are enabled, we can freely change the interface to make these unnecessary.
* | | | | Merge pull request #3710 from lioncash/nsobunnei2020-04-181-1/+1
|\ \ \ \ \ | | | | | | | | | | | | loader/nso: Resolve moves not occurring in DecompressSegment
| * | | | | loader/nso: Resolve moves not occurring in DecompressSegmentLioncash2020-04-181-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Given the std::vector was const, an automatic move out of the function could not occur. We can allow automatic return value optimizations to occur by making the buffer non-const.
* | | | | Merge pull request #3715 from bunnei/fix-impl-fallthroughMat M2020-04-181-0/+2
|\ \ \ \ \ | | | | | | | | | | | | service: hid: npad: Fix implicit fallthrough errors.
| * | | | | service: hid: npad: Fix implicit fallthrough errors.bunnei2020-04-181-0/+2
| |/ / / /
* | | | | Merge pull request #3713 from lioncash/timebunnei2020-04-185-4/+5
|\ \ \ \ \ | | | | | | | | | | | | service/time: Minor changes
| * | | | | time/system_clock_core: Remove unnecessary initializerLioncash2020-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This is already initialized within the class body.
| * | | | | service/time: Mark IsStandardNetworkSystemClockAccuracySufficient as constLioncash2020-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This doesn't modify internal member state.
| * | | | | service/time: Add virtual destructors where applicableLioncash2020-04-183-2/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Many of these implementations are used to implement a polymorphic interface. While not directly used polymorphically, this prevents virtual destruction from ever becoming an issue.
* / / / / memory/slab_heap: Make use of static_cast over reinterpret_castLioncash2020-04-181-2/+2
|/ / / / | | | | | | | | | | | | | | | | Casting from void* with static_cast is permitted by the standard, so we can just make use of that instead.
* | | | core: hle: Address various feedback & code cleanup.bunnei2020-04-1711-251/+153
| | | | | | | | | | | | | | | | - Should be no functional changes.
* | | | core: device_memory: Remove incorrect usage of constexpr.bunnei2020-04-171-2/+6
| | | |
* | | | memory: Add copyright notice for Atmosphere where applicable.bunnei2020-04-176-0/+18
| | | |
* | | | kernel: Remove old VMManager class.bunnei2020-04-173-1973/+0
| | | |
* | | | loader: nso: Fix loader size and arguments.bunnei2020-04-173-25/+47
| | | |
* | | | loader: elf/kip/nro: Updates for new VMM.bunnei2020-04-173-5/+7
| | | |
* | | | service: ldr: Updates for new VMM.bunnei2020-04-171-150/+215
| | | | | | | | | | | | | | | | - Includes removing some service impls. that are untested.
* | | | kernel: memory: page_table: Simplify GetPhysicalAddr impl.bunnei2020-04-174-19/+6
| | | |
* | | | kernel: svc: Updates for new VMM.bunnei2020-04-171-488/+116
| | | | | | | | | | | | | | | | - Includes removing some SVC impls. that are untested.
* | | | core: memory: Fix memory access on page boundaries.bunnei2020-04-171-6/+39
| | | | | | | | | | | | | | | | - Fixes Super Smash Bros. Ultimate.
* | | | core: memory: Updates for new VMM.bunnei2020-04-172-114/+53
| | | |
* | | | core: gdbstub: Updates for new VMM.bunnei2020-04-171-2/+2
| | | |
* | | | core: reporter: Updates for new VMM.bunnei2020-04-171-3/+5
| | | |
* | | | memory: cheat_engine: Updates for new VMM.bunnei2020-04-171-5/+8
| | | |
* | | | kernel: process: Updates for new VMM.bunnei2020-04-172-79/+151
| | | |
* | | | service: pl_u: Update for new shared memory layout.bunnei2020-04-171-7/+5
| | | |
* | | | service: time: Update for new shared memory layout.bunnei2020-04-171-3/+2
| | | |
* | | | service: hid: Update for new shared memory layout.bunnei2020-04-171-3/+2
| | | |
* | | | service: irs: Update for new shared memory layout.bunnei2020-04-171-3/+3
| | | |
* | | | kernel: resource_limit: Reserve physical memory.bunnei2020-04-171-1/+6
| | | |
* | | | kernel: Initialize memory layout for new VMM.bunnei2020-04-172-0/+159
| | | |
* | | | core: system: Rename GetDeviceManager -> DeviceManager.bunnei2020-04-173-7/+7
| | | | | | | | | | | | | | | | - More consistent with other system components.
* | | | kernel: transfer_memory: Refactor for new VMM.bunnei2020-04-172-130/+16
| | | |
* | | | core: Construct/Destruct DeviceMemory on Init/Shutdown.bunnei2020-04-171-4/+7
| | | |
* | | | kernel: shared_memory: Refactor for new VMM.bunnei2020-04-172-220/+58
| | | |
* | | | core: device_memory: Update to use VirtualBuffer class.bunnei2020-04-172-39/+12
| | | |
* | | | kernel: errors: Add ERR_OUT_OF_RESOURCES.bunnei2020-04-171-0/+1
| | | |
* | | | kernel: process_capability: Update to use Memory::PageTable.bunnei2020-04-172-23/+25
| | | |
* | | | kernel: memory: Add PageTable class, to manage process address space.bunnei2020-04-173-0/+1510
| | | |
* | | | kernel: memory: Add MemoryLayout class, to build physical memory layout.bunnei2020-04-172-0/+74
| | | |
* | | | kernel: memory: Add MemoryManager class, to manage page heaps.bunnei2020-04-173-0/+276
| | | |
* | | | kernel: memory: Add MemoryBlockManager class, to manage memory blocks.bunnei2020-04-173-0/+256
| | | |
* | | | kernel: memory: Add PageHeap class, to manage a heap of pages.bunnei2020-04-173-0/+483
| | | |
* | | | kernel: memory: Add PageLinkedList class, to manage a list of pages.bunnei2020-04-172-0/+94
| | | |
* | | | kernel: memory: Add system_control code, which will be used for ASLR support.bunnei2020-04-173-0/+61
| | | |
* | | | physical_memory: Add missing include for <vector>.bunnei2020-04-171-0/+2
| | | |
* | | | kernel: memory: Add MemoryBlock class, for managing memory blocks and their state.bunnei2020-04-172-0/+316
| | | |
* | | | kernel: memory: Add memory_types.h, for things that are commonly used in memory code.bunnei2020-04-172-0/+19
| | | |
* | | | kernel: memory: Add SlabHeap class, for managing memory heaps.bunnei2020-04-172-0/+162
| | | | | | | | | | | | | | | | - This will be used for TLS pages, among other things.
* | | | kernel: memory: Add AddressSpaceInfo class, for managing the memory address space.bunnei2020-04-173-0/+166
| | | |
* | | | core: device_manager: Add a simple class to manage device RAM.bunnei2020-04-175-1/+118
| | | |
* | | | dynarmic: Enable strict alignment checks.bunnei2020-04-171-1/+4
| | | | | | | | | | | | | | | | - Also add a missing include.
* | | | core: memory: Move to Core::Memory namespace.bunnei2020-04-1733-80/+81
| | | | | | | | | | | | | | | | - helpful to disambiguate Kernel::Memory namespace.
* | | | core: kernel: Add svc_types header to include SVC-specific types.bunnei2020-04-173-0/+70
| | | |
* | | | core: kernel: Move SVC to its own namesapce.bunnei2020-04-175-9/+9
| | | |
* | | | kernel: resource_limit: Improvements to implementation.bunnei2020-04-172-12/+50
| | | |
* | | | loader: nso: Fix loading of static objects to be properly sized and aligned.bunnei2020-04-171-19/+9
| | | |
* | | | process: SetupMainThread: Zero out argument on process start.bunnei2020-04-171-0/+2
| | | |
* | | | arm_interface: Ensure ThreadContext is zero'd out.bunnei2020-04-171-16/+16
| |/ / |/| |
* | | Merge pull request #3671 from lioncash/switchbunnei2020-04-171-0/+2
|\ \ \ | |/ / |/| | kernel/thread: Resolve -Wswitch warnings
| * | kernel/thread: Resolve -Wswitch warningsLioncash2020-04-151-0/+2
| | |
* | | Merge pull request #3673 from lioncash/extrabunnei2020-04-1713-43/+54
|\ \ \ | | | | | | | | CMakeLists: Specify -Wextra on linux builds
| * | | CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-1613-43/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows reporting more cases where logic errors may exist, such as implicit fallthrough cases, etc. We currently ignore unused parameters, since we currently have many cases where this is intentional (virtual interfaces). While we're at it, we can also tidy up any existing code that causes warnings. This also uncovered a few bugs as well.
* | | | externals: Move LibreSSL linking to httplib.Markus Wick2020-04-161-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | Neither core nor web_services use OpenSSL nor LibreSSL. However they need to link them as it's a requirement of httplib. So let's declare this within httplib instead of core and web_services.
* | | | Merge pull request #3659 from bunnei/time-calc-standard-userRodrigo Locatti2020-04-163-1/+25
|\ \ \ \ | |/ / / |/| | | service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.
| * | | service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.bunnei2020-04-153-1/+25
| | |/ | |/| | | | | | | - Used by Animal Crossing: New Horizons.
* | | CMakeLists: Make -Wreorder a compile-time errorLioncash2020-04-151-1/+1
| |/ |/| | | | | | | | | This can result in silent logic bugs within code, and given the amount of times these kind of warnings are caused, they should be flagged at compile-time so no new code is submitted with them.
* | Merge pull request #3660 from bunnei/friend-blocked-usersZach Hilman2020-04-141-1/+10
|\ \ | | | | | | service: friend: Stub IFriendService::GetBlockedUserListIds.
| * | service: friend: Stub IFriendService::GetBlockedUserListIds.bunnei2020-04-141-1/+10
| |/ | | | | | | - This is safe to stub, as there should be no adverse consequences from reporting no blocked users.
* / file_sys: patch_manager: Return early when there are no layers to apply.bunnei2020-04-141-0/+6
|/
* Merge pull request #3606 from ReinUsesLisp/nvflingerbunnei2020-04-123-10/+44
|\ | | | | service/vi: Partially implement BufferQueue disconnect
| * service/vi: Partially implement BufferQueue disconnectReinUsesLisp2020-04-103-10/+44
| |
* | Merge pull request #3635 from FernandoS27/buffer-freeRodrigo Locatti2020-04-112-9/+33
|\ \ | | | | | | Buffer queue: Correct behavior of free buffer.
| * | Buffer queue: Correct behavior of free buffer.Fernando Sahmkow2020-04-102-9/+33
| |/ | | | | | | | | | | This corrects the behavior of free buffer after witnessing it in an unrelated hardware test. I haven't found any games affected by it but in name of better accuracy we'll correct such behavior.
* | Merge pull request #3594 from ReinUsesLisp/vk-instancebunnei2020-04-111-5/+36
|\ \ | |/ |/| yuzu: Drop SDL2 and Qt frontend Vulkan requirements
| * yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp2020-04-071-5/+36
| | | | | | | | Create Vulkan instances and surfaces from the Vulkan backend.
* | Merge pull request #3610 from FernandoS27/gpu-cachesRodrigo Locatti2020-04-092-6/+199
|\ \ | |/ |/| Refactor all the GPU Caches to use VAddr for cache addressing
| * Memory: Address Feedback.Fernando Sahmkow2020-04-081-0/+68
| |
| * Buffer Cache: Use vAddr instead of physical memory.Fernando Sahmkow2020-04-062-0/+125
| |
| * GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddrFernando Sahmkow2020-04-061-6/+6
| |
* | file_sys: fix LayeredFS error when loading some games made with… (#3602)enler2020-04-071-1/+2
|/ | | * fix LayeredFS error when loading some games made with the Unity
* Merge pull request #3563 from bunnei/fix-ldr-memstateFernando Sahmkow2020-04-031-5/+15
|\ | | | | services: ldr: Fix MemoryState for read/write regions of NROs.
| * services: ldr: Fix MemoryState for read/write regions of NROs.bunnei2020-03-261-5/+15
| | | | | | | | - Fixes #3541, used by Final Fantasy VIII Remastered.
* | Merge pull request #3552 from jroweboy/single-contextRodrigo Locatti2020-04-025-75/+34
|\ \ | | | | | | Refactor Context management (Fixes renderdoc on opengl issues)
| * | Address review and fix broken yuzu-tester buildJames Rowe2020-03-262-2/+4
| | |
| * | Frontend/GPU: Refactor context managementJames Rowe2020-03-255-75/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes the GraphicsContext to be managed by the GPU core. This eliminates the need for the frontends to fool around with tricky MakeCurrent/DoneCurrent calls that are dependent on the settings (such as async gpu option). This also refactors out the need to use QWidget::fromWindowContainer as that caused issues with focus and input handling. Now we use a regular QWidget and just access the native windowHandle() directly. Another change is removing the debug tool setting in FrameMailbox. Instead of trying to block the frontend until a new frame is ready, the core will now take over presentation and draw directly to the window if the renderer detects that its hooked by NSight or RenderDoc Lastly, since it was in the way, I removed ScopeAcquireWindowContext and replaced it with a simple subclass in GraphicsContext that achieves the same result
* | | capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571)Morph2020-04-0115-151/+536
| | | | | | | | | | | | | | | | | | | | | * Organize capture services into individual files * Stub GetAlbumContentsFileListForApplication * Address feedback
* | | Merge pull request #3568 from bunnei/time-calcspanbunnei2020-03-293-1/+31
|\ \ \ | | | | | | | | services: time: Implement CalculateSpanBetween.
| * | | services: time: Implement CalculateSpanBetween.bunnei2020-03-273-1/+31
| | |/ | |/| | | | | | | - Used by Super Smash Bros. Ultimate.
* | | Merge pull request #3562 from perillamint/vrsvcbunnei2020-03-282-3/+42
|\ \ \ | | | | | | | | am: Implement VR related APIs
| * | | am: Implement VR related APIsperillamint2020-03-272-3/+42
| |/ / | | | | | | | | | | | | | | | Implement (and stub) VR related APIs in AM sysmodule. This fixes issue #2938
* / / services: hid: Stub InitializeSevenSixAxisSensor.bunnei2020-03-272-1/+9
|/ / | | | | | | - Used by Super Smash Bros. Ultimate v7.0.0.
* | Merge pull request #3524 from FearlessTobi/port-5106bunnei2020-03-243-1/+17
|\ \ | |/ |/| Port citra-emu/citra#5106: "gdbstub: Ensure gdbstub doesn't drop packets crucial to initialization"
| * gdbstub: small logic bug fix with defer_startGauvain "GovanifY" Roussel-Tarbouriech2020-03-171-2/+4
| |
| * gdbstub: Ensure gdbstub doesn't drop packets crucial to initializationGauvain "GovanifY" Roussel-Tarbouriech2020-03-173-2/+16
| |
* | sm/controller: Increase PointerBufferSizeFearlessTobi2020-03-231-1/+1
| | | | | | | | | | | | | | This increases the PointerBufferSize as a lager one is required by some services. This change is still not hw-accurate, but it is proven to work in Ryujinx. Instead of using a hardcoded size, we should figure out the specific values for each service in the future. Some of them can be taken from Atmosphere: https://github.com/Atmosphere-NX/Atmosphere/search?q=PointerBufferSize.
* | Merge pull request #3477 from FearlessTobi/webapplet-shitbunnei2020-03-221-0/+6
|\ \ | | | | | | core/web_browser: Allow WebApplet to exit gracefully when an error occurs
| * | 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.
* | | set: implement GetRegionCodeDan2020-03-194-1/+12
| | |
* | | Merge pull request #3527 from FearlessTobi/output-modebunnei2020-03-191-0/+1
|\ \ \ | | | | | | | | yuzu: Save sound output mode and set it to Stereo by default
| * | | yuzu: Save sound output mode and set it to Stereo by defaultFearlessTobi2020-03-171-0/+1
| | |/ | |/|
* / | time_zone_content_manager: Fix out of bounds readReinUsesLisp2020-03-181-1/+1
|/ / | | | | | | | | | | | | There were cases where raw_data didn't contain enough space to hold the zero terminator. This was caught with -fsanitize=address.
* | Merge pull request #3497 from FernandoS27/microprogfile-extendbunnei2020-03-121-2/+2
|\ \ | | | | | | Small corrections and features to microprofile
| * | NVFlinger: Do the microprofile Flip after processing a valid frame.Fernando Sahmkow2020-03-121-2/+2
| | |
* | | framebuffer_layout.h: drop the use of enum for screen dimensions.Vitor Kiguchi2020-03-112-10/+10
|/ / | | | | | | +clang format
* | Merge pull request #3301 from ReinUsesLisp/state-trackerRodrigo Locatti2020-03-091-0/+1
|\ \ | | | | | | video_core: Remove gl_state and use a state tracker based on dirty flags
| * | video_core: Reintroduce dirty flags infrastructureReinUsesLisp2020-02-281-0/+1
| |/
* | Merge pull request #3452 from Morph1984/anisotropic-filteringbunnei2020-03-081-0/+1
|\ \ | | | | | | frontend/Graphics: Add "Advanced" graphics tab and experimental Anisotropic Filtering support
| * | Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels.Morph2020-02-281-0/+1
| |/
* | core: hle: Implement separate A32/A64 SVC interfaces.bunnei2020-03-032-107/+380
| |
* | core: Implement separate A32/A64 ARM interfaces.bunnei2020-03-0320-120/+452
| |
* | core: loader: Remove check for 32-bit.bunnei2020-03-031-6/+0
| |
* | core: dynarmic: Add CP15 from Citra.bunnei2020-03-033-0/+234
| |
* | Merge pull request #3464 from FernandoS27/jit-fixbunnei2020-03-032-4/+19
|\ \ | |/ |/| ARM_Interface: Cache the JITs instead of deleting/recreating.
| * ARM_Interface: Cache the JITs instead of deleting/recreating.Fernando Sahmkow2020-02-262-4/+19
| | | | | | | | | | | | This was a bug inherited from citra which was fixed by then at some time. This commit corrects such bug and ensures JITs are correctly recycled.
* | Merge pull request #3430 from bunnei/split-presenterbunnei2020-02-2810-28/+32
|\ \ | | | | | | Port citra-emu/citra#4940: "Split Presentation thread from Render thread"
| * | renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace.bunnei2020-02-271-41/+0
| | |
| * | core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.bunnei2020-02-265-25/+28
| | |
| * | frontend: sdl2: emu_window: Implement separate presentation thread.bunnei2020-02-261-3/+0
| | |
| * | renderer_opengl: Add texture mailbox support for presenter thread.bunnei2020-02-261-0/+1
| | |
| * | core: frontend: emu_window: Add TextureMailbox class.bunnei2020-02-261-0/+41
| | |
| * | core: settings: Add setting to enable vsync, which is on by default.bunnei2020-02-263-0/+3
| |/
* | 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
* | Merge pull request #3431 from CJBok/npad-fixbunnei2020-02-261-5/+5
|\ \ | |/ |/| InputCommon: analog_from_button get direction implementation
| * analog_from_button get direction implementationCJBok2020-02-181-5/+5
| |
* | Scheduler: Inline global scheduler in Scheduler Lock.Fernando Sahmkow2020-02-221-4/+2
| |
* | Kernel: Correct pending feedback.Fernando Sahmkow2020-02-221-3/+4
| |
* | System: Expose Host thread registering routines from kernel.Fernando Sahmkow2020-02-222-0/+14
| |
* | Kernel: Address Feedback.Fernando Sahmkow2020-02-226-30/+47
| |
* | Kernel: Implement Scheduler locksFernando Sahmkow2020-02-222-0/+89
| |
* | Kernel: Implement Time Manager.Fernando Sahmkow2020-02-225-1/+98
| |
* | Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel.Fernando Sahmkow2020-02-225-24/+107
| |
* | Kernel: Make global scheduler depend on KernelCoreFernando Sahmkow2020-02-224-8/+24
| |
* | httplib compatibilityBrian Clinkenbeard2020-02-191-3/+4
|/
* Merge pull request #3412 from Morph1984/aspect-ratiobunnei2020-02-183-3/+34
|\ | | | | GUI: Add aspect ratio dropdown
| * Add 4:3 aspect ratio and address feedbackMorph2020-02-142-10/+13
| |
| * Address feedbackMorph2020-02-142-18/+26
| |
| * Use enumeration instead of magic numbersMorph2020-02-142-5/+11
| |
| * Add following aspect ratios: 16:9, 21:9, Stretch to WindowMorph2020-02-142-2/+16
| | | | | | | | Available as a drop down within the configure graphics tab.
* | Merge pull request #3420 from namkazt/master2bunnei2020-02-172-0/+20
|\ \ | | | | | | nvhost_gpu: implement ChannelSetTimeslice
| * | nvhost_gpu: implement ChannelSetTimeslicenamkazy2020-02-162-0/+20
| | |
* | | IUserLocalCommunicationService: add function Initialize2Nguyen Dac Nam2020-02-161-1/+9
| | |
* | | HLE: correct function name of IUserLocalCommunicationServiceNguyen Dac Nam2020-02-161-1/+1
|/ / | | | | | | 402: function name should be Initialize2 (7.0.0+) not SetOperationMode Follow by: https://switchbrew.org/wiki/LDN_services#IUserLocalCommunicationService
* | Merge pull request #3401 from FernandoS27/synchronizationbunnei2020-02-1440-202/+402
|\ \ | | | | | | Set of refactors for Kernel Synchronization and Hardware Constants
| * | Core: Correct compilition in GCCFernando Sahmkow2020-02-141-0/+2
| | |
| * | Core: Address FeedbackFernando Sahmkow2020-02-146-24/+50
| | |
| * | Core: Set all hardware emulation constants in a single file.Fernando Sahmkow2020-02-1217-53/+88
| | |
| * | Kernel: Refactor synchronization to better match REFernando Sahmkow2020-02-1123-80/+212
| | |
| * | Kernel: Change WaitObject to Synchronization object. In order to better reflect RE.Fernando Sahmkow2020-02-1120-73/+78
| | |
* | | Merge pull request #3400 from makigumo/patch-1bunnei2020-02-141-2/+4
|\ \ \ | |_|/ |/| | update hwopus DecodeInterleaved for FW 7.0.0+
| * | update hwopus DecodeInterleaved for FW 7.0.0+makigumo2020-02-111-2/+4
| |/ | | | | | | trivial change, see https://switchbrew.org/wiki/Audio_services#IHardwareOpusDecoder
* | address_arbiter: Collapse loops in InsertThread() and RemoveThread()Lioncash2020-02-121-19/+17
| | | | | | | | | | Same behavior, but without the need to explicitly loop through everything manually.
* | address_arbiter: Simplify GetThreadsWaitingOnAddress()Lioncash2020-02-122-10/+9
| | | | | | | | | | Simplifies the overall function and also allows for it to become a const-qualified member function.
* | Merge pull request #3403 from lioncash/debugbunnei2020-02-121-2/+2
|\ \ | | | | | | bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()
| * | bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPassphrase()Lioncash2020-02-121-1/+1
| | | | | | | | | | | | | | | Aligns the '=' to be consistent with the rest of the logs within this source file.
| * | bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()Lioncash2020-02-121-1/+1
| |/ | | | | | | | | A formatting specifier within Clear wasn't being used, which will cause fmt to throw an exception. This fixes that.
* / kernel/thread: Remove trivial usages of the global system accessorLioncash2020-02-121-2/+2
|/ | | | | We can just use the kernel member variable directly instead of going through the system to obtain the same thing.
* hle: services: Use std::shared_ptr instead of copy by value.bunnei2020-02-089-50/+52
|
* Merge pull request #3381 from bunnei/ipc-fixbunnei2020-02-072-23/+57
|\ | | | | hle: services: Fix prepo IPC, and add better error checking.
| * services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser.bunnei2020-02-061-15/+15
| |
| * hle_ipc: Add error checking to read/write buffer access.bunnei2020-02-061-8/+42
| |
* | kernel: transfer_memory: Properly reserve and reset memory region.bunnei2020-02-065-40/+116
| |
* | wait_object: Make wait behavior only require one object to signal.Zach Hilman2020-02-061-11/+2
| | | | | | | | - This was holdover from citra.
* | 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 #3337 from ReinUsesLisp/vulkan-stagedbunnei2020-02-034-2/+30
|\ | | | | yuzu: Implement Vulkan frontend
| * yuzu: Implement Vulkan frontendReinUsesLisp2020-01-291-0/+7
| | | | | | | | | | Adds a Qt and SDL2 frontend for Vulkan. It also finishes the missing bits on Vulkan initialization.
| * settings: Add settings for graphics backendReinUsesLisp2020-01-292-1/+20
| |
| * core: Only wait for idle on gpu_core when it was initializedReinUsesLisp2020-01-291-1/+3
| | | | | | | | This fixes crashes when a Vulkan device fails to initialize.
* | Merge pull request #3284 from CJBok/hid-fixbunnei2020-02-012-13/+36
|\ \ | | | | | | hid: Fix analog sticks directional states
| * | Moved analog direction logic to sdl_implCJBok2020-01-152-9/+32
| | |
| * | Corrected directional states sensitivityCJBok2020-01-141-9/+9
| | |
| * | hid: Fix analog sticks directional statesCJBok2020-01-091-12/+12
| | |
* | | Merge pull request #3364 from lioncash/threadbunnei2020-01-312-2/+4
|\ \ \ | | | | | | | | core/arm: Remove usage of global GetCurrentThread()
| * | | core/arm: Remove usage of global GetCurrentThread()Lioncash2020-01-312-2/+4
| | | | | | | | | | | | | | | | | | | | Now both CPU backends go through their referenced system instance to obtain the current thread.
* | | | Merge pull request #3363 from lioncash/unique_ptrbunnei2020-01-314-17/+17
|\ \ \ \ | | | | | | | | | | kernel/physical_core: Make use of std::unique_ptr instead of std::shared_ptr
| * | | | kernel/physical_core: Make use of std::unique_ptrLioncash2020-01-312-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shared_ptr was used in 2d1984c20c75e03ec79eeb3806b12efa1679b977 due to a misunderstanding of how the language generates move constructors and move assignment operators. If a destructor is user-provided, then the compiler won't generate the move constructor and move assignment operators by default--they must be explicitly opted into. The reason for the compilation errors is due to the fact that the language will fall back to attempting to use the copy constructor/copy assignment operators if the respective move constructor or move assignment operator is unavailable. Given that we explicitly opt into them now, the the move constructor and move assignment operators will be generated as expected.
| * | | | core/cpu_manager: Remove unused includesLioncash2020-01-311-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Nothing from these headers are used within this source file, so we can remove them.
| * | | | kernel/physical_core: Remove unused kernel reference member variableLioncash2020-01-313-11/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | This isn't used within the class, so it can be removed to simplify the overall interface. While we're in the same area, we can simplify a unique_ptr reset() call.
* / / / Revert "system_archive: Fix Korean and Chinese fonts"bunnei2020-01-315-880167/+27164
|/ / /
* | | Merge pull request #3353 from FernandoS27/ariesbunnei2020-01-3124-515/+541
|\ \ \ | | | | | | | | System: Refactor CPU Core management and move ARMInterface and Schedulers to Kernel
| * | | System: Address FeedbackFernando Sahmkow2020-01-2711-24/+30
| | | |
| * | | System: Correct PrepareReschedule.Fernando Sahmkow2020-01-261-1/+1
| | | |
| * | | Kernel: Remove a few global instances from the kernel.Fernando Sahmkow2020-01-262-2/+2
| | | |
| * | | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Fernando Sahmkow2020-01-2615-128/+115
| | | | | | | | | | | | | | | | This commit instends on better naming the new purpose of this classes.
| * | | ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfasce.Fernando Sahmkow2020-01-263-16/+24
| | | |
| * | | Core: Refactor CPU Management.Fernando Sahmkow2020-01-2510-224/+168
| | | | | | | | | | | | | | | | This commit moves ARM Interface and Scheduler handling into the kernel.
| * | | Kernel: Implement Physical Core.Fernando Sahmkow2020-01-242-0/+81
| | | |
* | | | Merge pull request #3151 from FearlessTobi/fix-koreanbunnei2020-01-305-27164/+880167
|\ \ \ \ | |_|_|/ |/| | | system_archive: Fix Korean and Chinese fonts
| * | | Disable clang-format for font filesFearlessTobi2020-01-243-0/+6
| | | |
| * | | system_archive: Fix Chinese fontFearlessTobi2020-01-192-13582/+694524
| | | | | | | | | | | | | | | | Adds the proper OSS font for the Chinese language.
| * | | system_archive: Fix Korean fontFearlessTobi2020-01-192-13582/+185637
| | | | | | | | | | | | | | | | Fixes Korean fonts when using Open-source system archives.
* | | | bsd: Stub several more functions.bunnei2020-01-252-4/+48
| | | | | | | | | | | | | | | | - Required for Little Town Hero to boot further.
* | | | Merge pull request #3340 from SciresM/pmdxbunnei2020-01-242-3/+10
|\ \ \ \ | |_|/ / |/| | | loader: provide default arguments (zero byte) to NSOs
| * | | loader: provide default arguments (zero byte) to NSOsMichael Scire2020-01-232-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Certain newer unity games (Terraria, Pokemon Mystery Dungeon) require that the argument region be populated. Failure to do so results in an integer underflow in argument count, and eventually an unmapped read at 0x800000000. Providing this default fixes this. Note that the behavior of official software is as yet unverified, arguments-wise.
* | | | Input: UDP Client to provide motion and touch controlsfearlessTobi2020-01-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An implementation of the cemuhook motion/touch protocol, this adds the ability for users to connect several different devices to citra to send direct motion and touch data to citra. Co-Authored-By: jroweboy <jroweboy@gmail.com>
* | | | service: time: Implement ToPosixTimeWithMyRule.bunnei2020-01-234-1/+34
|/ / / | | | | | | | | | - Used by Pokemon Mystery Dungeon.
* | | time: Fix month off-by-one error.bunnei2020-01-201-2/+2
| | | | | | | | | | | | - Fixes timestamp in ZLA and Astral Chain saves.
* | | Merge pull request #3271 from bunnei/time-rewritebunnei2020-01-2043-534/+3665
|\ \ \ | |/ / |/| | service: time: Rewrite implementation of glue services.
| * | service: time: Implement GetStandardLocalSystemClock.bunnei2020-01-053-1/+9
| | |
| * | time: Remove overflow error checking (currently breaks ADO builds).bunnei2020-01-042-18/+2
| | |
| * | service: time: Implement GetClockSnapshotFromSystemClockContext.bunnei2020-01-043-3/+27
| | |
| * | service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.bunnei2020-01-045-1/+51
| | |
| * | system_archive: Add a basic HLE implementation for time zone binary.bunnei2020-01-044-1/+675
| | |
| * | service: time: Rewrite implementation of glue services.bunnei2020-01-0435-444/+2834
| | |
| * | core: Initialize several structs that make use of Common::UUID.bunnei2020-01-045-100/+101
| | |
* | | core/memory: Create a special MapMemoryRegion for physical memory.Markus Wick2020-01-184-4/+31
| | | | | | | | | | | | This allows us to create a fastmem arena within the memory.cpp helpers.
* | | core/hle: Simplify PhysicalMemory usage in vm_manager.Markus Wick2020-01-181-23/+11
| | |
* | | core/loaders: Simplify PhysicalMemory usage.Markus Wick2020-01-183-8/+12
| | | | | | | | | | | | | | | It is currently a std::vector, however we might want to replace it with a more fancy allocator. So we can't use the C++ iterators any more.
* | | core/kernel: Fix GetTotalPhysicalMemoryUsed.Markus Wick2020-01-111-2/+2
| |/ |/| | | | | | | | | | | | | | | module._memory was already moved over to a new shared_ptr. So code_memory_size was not increased at all. This lowers the heap space and so saves a bit of memory, usually between 50 to 100 MB. This fixes a regression of c0a01f3adc466d07fc27020048e82cca60988970
* | Merge pull request #3272 from bunnei/vi-close-layerbunnei2020-01-075-11/+48
|\ \ | | | | | | service: vi: Implement CloseLayer.
| * | service: vi: Implement CloseLayer.bunnei2020-01-045-11/+48
| |/ | | | | | | - Needed for Undertale.
* | Merge pull request #3261 from degasus/page_tablebunnei2020-01-062-9/+17
|\ \ | | | | | | core/memory + arm/dynarmic: Use a global offset within our arm page table.
| * | core/memory + arm/dynarmic: Use a global offset within our arm page table.Markus Wick2020-01-012-9/+17
| | | | | | | | | | | | | | | | | | This saves us two x64 instructions per load/store instruction. TODO: Clean up our memory code. We can use this optimization here as well.
* | | Merge pull request #3257 from degasus/no_busy_loopsbunnei2020-01-061-1/+1
|\ \ \ | | | | | | | | video_core: Block in WaitFence.
| * | | video_core: Block in WaitFence.Markus Wick2019-12-301-1/+1
| |/ / | | | | | | | | | | | | | | | | | | This function is called rarely and blocks quite often for a long time. So don't waste power and let the CPU sleep. This might also increase the performance as the other cores might be allowed to clock higher.
* | | Merge pull request #2945 from FernandoS27/fix-bcatbunnei2020-01-051-3/+17
|\ \ \ | |_|/ |/| | nifm: Only return that there's an internet connection when there's a BCATServer
| * | nifm: Only return that there's an internet connection when there's a BCATServerFernando Sahmkow2019-11-071-3/+17
| | | | | | | | | | | | | | | This helps games that need internet for other purposes boot as the rest of our internet infrastructure is incomplete.
* | | Merge pull request #3247 from FernandoS27/remap-fixbunnei2020-01-032-3/+5
|\ \ \ | | | | | | | | NvServices: Correct Ioctl Remap.
| * | | NvServices: Correct Ioctl Remap.Fernando Sahmkow2019-12-252-3/+5
| | |/ | |/| | | | | | | | | | This commit corrects a padding value in Ioctl Remap that was actually an offset to the mapping address.
* / | yuzu: Remove Maxwell debuggerReinUsesLisp2020-01-032-14/+0
|/ / | | | | | | | | This was carried from Citra and wasn't really used on yuzu. It also adds some runtime overhead. This commit removes it from yuzu's codebase.
* | Merge pull request #3214 from lioncash/svc-funcbunnei2019-12-132-9/+6
|\ \ | | | | | | kernel/svc: Amend function signature of SignalProcessWideKey
| * | kernel/svc: Correct function signature of SignalProcessWideKeyLioncash2019-12-112-9/+6
| | | | | | | | | | | | | | | This function doesn't actually return a result code, so we can amend the signature of it to match.
* | | Kernel: Correct behavior of Address Arbiter threads. (#3165)Fernando Sahmkow2019-12-113-24/+67
|/ / | | | | | | | | | | | | | | | | | | | | * Kernel: Correct behavior of Address Arbiter threads. This corrects arbitration threads to behave just like in Horizon OS. They are added into a container and released according to what priority they had when added. Horizon OS does not reorder them if their priority changes. * Kernel: Address Feedback.
* | Merge pull request #3201 from lioncash/dumpbunnei2019-12-112-2/+24
|\ \ | | | | | | kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew
| * | kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNewLioncash2019-12-082-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | These are fairly trivial to implement, we can just do nothing. This also provides a spot for us to potentially dump out any relevant info in the future (e.g. for debugging purposes with homebrew, etc). While we're at it, we can also correct the names of both of these supervisor calls.
* | | kernel: Remove unnecessary includesLioncash2019-12-0815-11/+17
|/ / | | | | | | | | | | Over the course of the changes to the kernel code, a few includes are no longer necessary, particularly with the change over to std::shared_ptr from Boost's intrusive_ptr.
* | CpuCore: Clear exclusive state after doing a run in dynarmic.Fernando Sahmkow2019-12-052-1/+2
| | | | | | | | | | | | This commit corrects an error in which a Core could remain with an exclusive state after running, leaving space for possible race conditions between changing cores.
* | telemetry_session: Report renderer backendReinUsesLisp2019-12-021-0/+1
| | | | | | | | We only have OpenGL as an option for now. Hardcode the entry.
* | telemetry_session: Use temporary to avoid writing the same enumReinUsesLisp2019-12-021-16/+11
| |
* | kernel: Implement a more accurate IPC dispatch.bunnei2019-11-2819-167/+246
| |
* | Merge pull request #3169 from lioncash/memorybunnei2019-11-2838-674/+1241
|\ \ | | | | | | core/memory: Deglobalize memory management code
| * | core/memory; Migrate over SetCurrentPageTable() to the Memory classLioncash2019-11-273-26/+34
| | | | | | | | | | | | | | | | | | | | | Now that literally every other API function is converted over to the Memory class, we can just move the file-local page table into the Memory implementation class, finally getting rid of global state within the memory code.
| * | core/memory: Migrate over GetPointerFromVMA() to the Memory classLioncash2019-11-271-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | Now that everything else is migrated over, this is essentially just code relocation and conversion of a global accessor to the class member variable. All that remains is to migrate over the page table.
| * | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash2019-11-2714-153/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | The Write functions are used slightly less than the Read functions, which make these a bit nicer to move over. The only adjustments we really need to make here are to Dynarmic's exclusive monitor instance. We need to keep a reference to the currently active memory instance to perform exclusive read/write operations.
| * | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash2019-11-2717-167/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With all of the trivial parts of the memory interface moved over, we can get right into moving over the bits that are used. Note that this does require the use of GetInstance from the global system instance to be used within hle_ipc.cpp and the gdbstub. This is fine for the time being, as they both already rely on the global system instance in other functions. These will be removed in a change directed at both of these respectively. For now, it's sufficient, as it still accomplishes the goal of de-globalizing the memory code.
| * | core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory classLioncash2019-11-272-91/+161
| | | | | | | | | | | | | | | These currently aren't used anywhere in the codebase, so these are very trivial to move over to the Memory class.
| * | core/memory: Migrate over RasterizerMarkRegionCached() to the Memory classLioncash2019-11-272-68/+77
| | | | | | | | | | | | | | | This is only used within the accelerated rasterizer in two places, so this is also a very trivial migration.
| * | core/memory: Migrate over ReadCString() to the Memory classLioncash2019-11-273-18/+40
| | | | | | | | | | | | | | | This only had one usage spot, so this is fairly straightforward to convert over.
| * | core/memory: Migrate over GetPointer()Lioncash2019-11-273-18/+45
| | | | | | | | | | | | | | | With all of the interfaces ready for migration, it's trivial to migrate over GetPointer().
| * | core: Prepare various classes for memory read/write migrationLioncash2019-11-2717-41/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Amends a few interfaces to be able to handle the migration over to the new Memory class by passing the class by reference as a function parameter where necessary. Notably, within the filesystem services, this eliminates two ReadBlock() calls by using the helper functions of HLERequestContext to do that for us.
| * | core/memory: Move memory read/write implementation functions into an anonymous namespaceLioncash2019-11-271-97/+98
| | | | | | | | | | | | | | | | | | These will eventually be migrated into the main Memory class, but for now, we put them in an anonymous namespace, so that the other functions that use them, can be migrated over separately.
| * | core/memory: Migrate over address checking functions to the new Memory classLioncash2019-11-276-39/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | A fairly straightforward migration. These member functions can just be mostly moved verbatim with minor changes. We already have the necessary plumbing in places that they're used. IsKernelVirtualAddress() can remain a non-member function, since it doesn't rely on class state in any form.
| * | core/memory: Migrate over memory mapping functions to the new Memory classLioncash2019-11-275-121/+172
| | | | | | | | | | | | | | | | | | Migrates all of the direct mapping facilities over to the new memory class. In the process, this also obsoletes the need for memory_setup.h, so we can remove it entirely from the project.
| * | core/memory: Introduce skeleton of Memory classLioncash2019-11-274-3/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the main memory management code is one of the remaining places where we have global state. The next series of changes will aim to rectify this. This change simply introduces the main skeleton of the class that will contain all the necessary state.
* | | Merge pull request #3171 from lioncash/internal-linkbunnei2019-11-282-6/+5
|\ \ \ | | | | | | | | filesys/romfs: Make ProcessFile and ProcessDirectory internally linked
| * | | filesys/romfs: Remove unused includesLioncash2019-11-272-4/+2
| | | | | | | | | | | | | | | | | | | | These inclusions aren't used at all within the public interface, so they can be removed.
| * | | filesys/romfs: Make ProcessFile and ProcessDirectory internally linkedLioncash2019-11-271-2/+3
| | | | | | | | | | | | | | | | | | | | These functions aren't used outside of this file, so we can place them within an anonymous namespace.
* | | | patch_manager: Adds check for disabled cheats to prevent them from being enabled (#3178)Morph2019-11-281-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | * Adds check for disabled cheats to prevent them from being added to the CheatList * Address feedback
* | | | Merge pull request #3170 from lioncash/enumbunnei2019-11-282-3/+3
|\ \ \ \ | |_|/ / |/| | | file_sys/directory: Make EntryType an enum class
| * | | file_sys/directory: Make EntryType an enum classLioncash2019-11-272-3/+3
| |/ / | | | | | | | | | | | | This can trivially be an enum class rather than a regular enum, making it more strongly typed.
* / / core_timing: Use better reference tracking for EventType. (#3159)bunnei2019-11-2714-82/+71
|/ / | | | | | | | | | | | | * core_timing: Use better reference tracking for EventType. - Moves ownership of the event to the caller, ensuring we don't fire events for destroyed objects. - Removes need for unique names - we won't be using this for save states anyways.
* | kernel: Fix reference management for client/server session.bunnei2019-11-263-20/+18
| | | | | | | | - Fixes shutdown crash and crash in Pokemon SwSh.
* | Merge pull request #3094 from lioncash/tablesbunnei2019-11-2533-7/+192
|\ \ | | | | | | service: Update function tables
| * | service: Update function tablesLioncash2019-11-1233-7/+192
| |/ | | | | | | | | | | 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-2570-364/+365
| | | | | | | | | | | | * 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.
* | Update svc.cppbunnei2019-11-231-0/+1
| |
* | svc: GetSystemTick should return cntpct_el0, not core ticks.bunnei2019-11-231-1/+3
| |
* | Merge pull request #3114 from FernandoS27/cond-varbunnei2019-11-235-22/+74
|\ \ | | | | | | Kernel: Correct behavior of Condition Variables to be more similar to real hardware.
| * | Kernel: Optimize condition variable threads management.Fernando Sahmkow2019-11-214-24/+21
| | |
| * | Kernel: Correct SignalProcessWideKeyFernando Sahmkow2019-11-211-6/+2
| | | | | | | | | | | | When the target is 0, all threads must be processed.
| * | Kernel: Correct behavior of Condition Variables to be more similar to real hardware.Fernando Sahmkow2019-11-215-15/+74
| | | | | | | | | | | | | | | | | | | | | This commit ensures cond var threads act exactly as they do in the real console. The original implementation uses an RBTree and the behavior of cond var threads is that at the same priority level they act like a FIFO.
* | | Merge pull request #3130 from FernandoS27/cancel-syncbunnei2019-11-233-2/+19
|\ \ \ | | | | | | | | Kernel: Correct Cancel Synchronization.
| * | | Kernel: Correct Cancel Synchronization.Fernando Sahmkow2019-11-163-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | This commit corrects the behavior of cancel synchronization when the thread is running/ready and ensures the next wait is cancelled as it's suppose to.
* | | | 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-1535-170/+182
|\ \ \ | |/ / |/| | core: Make most implicit type conversion warnings errors on MSVC
| * | externals: Update httplibLioncash2019-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | Since the introduction of this library, numerous improvements have been made. Notably, many of the warnings we would get by simply including the library header have now been fixed. This makes it much easier to make conversion warning an error.
| * | service: Resolve sign conversion errorsLioncash2019-11-1215-58/+55
| | | | | | | | | | | | | | | These are fairly trivial to resolve and most of the changes entail using RESULT_UNKNOWN over ResultCode(-1).
| * | perf_stats: Resolve implicit int to double conversion errorLioncash2019-11-121-1/+1
| | | | | | | | | | | | | | | We simply need to turn the literal argument to std::accumulate into a double, rather than an int.
| * | loader; Resolve sign conversion/truncation errorsLioncash2019-11-123-6/+6
| | |
| * | gdbstub: Resolve sign conversion errorsLioncash2019-11-121-1/+2
| | |
| * | kernel: Resolve sign conversion warningsLioncash2019-11-124-72/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | Uncovered a bug within Thread's SetCoreAndAffinityMask() where an unsigned variable (ideal_core) was being compared against "< 0", which would always be a false condition. We can also get rid of an unused function (GetNextProcessorId) which contained a sign mismatch warning.
| * | file_sys: Resolve sign conversion warningsLioncash2019-11-124-12/+10
| | | | | | | | | | | | Resolves a few trivial sign conversion/mismatch errors.
| * | result: Add default error code for the ResultCode(-1) caseLioncash2019-11-121-1/+9
| | | | | | | | | | | | | | | Will be used to reduce the overall duplication of the same magic value all over the codebase in following changes.
| * | crypto: Resolve sign-conversion warningsLioncash2019-11-122-11/+12
| | |
| * | result: Resolve sign-coversion warningsLioncash2019-11-121-1/+1
| | | | | | | | | | | | | | | The constructor was implicitly using signed->unsigned conversions to produce 0xFFFFFFFF. We can just specify this explicitly with UINT32_MAX.
| * | arm_unicorn: Resolve sign conversion warningsLioncash2019-11-123-8/+10
| | | | | | | | | | | | | | | While we're at it, this also resolves a type truncation warning as well, given the code was truncating from a 64-bit value to a 32-bit one.
| * | CMakeLists: Make most implicit type conversion warnings errors on MSVCLioncash2019-11-121-0/+17
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quite frequently there have been cases where code has been merged into the core that produces warning. In order to prevent this from occurring, we can make the compiler flag these cases and allow our CI to flag down any code that would generate these warnings. This is beneficial given silent conversions from signed/unsigned can result in logic bugs. This forces one writing changes to be explicit about when signedness conversions are desirable, rather than leaving it up to readers' interpretation. Currently the codebase isn't in a state where it will build successfully with this change applied, but this will be addressed in subsequent follow-up changes. This set of changes will focus on making it build properly with these changes for MSVC as a starting point for basic coverage.
* | Merge pull request #3089 from SciresM/play_statisticsbunnei2019-11-142-0/+10
|\ \ | | | | | | Implement stub for IApplicationFunctions::QueryApplicationPlayStatisticsByUid
| * | Implement stub for QueryApplicationPlayStatisticsByUidMichael Scire2019-11-112-0/+10
| |/
* | Merge pull request #3093 from lioncash/mbedtlsbunnei2019-11-147-12/+12
|\ \ | | | | | | core: Migrate off deprecated mbedtls functions
| * | core: Migrate off deprecated mbedtls functionsLioncash2019-11-127-12/+12
| |/ | | | | | | | | These functions are marked for deprecation and it's recommended that the *_ret variants be used instead.
* | Merge pull request #3092 from lioncash/utilbunnei2019-11-141-11/+15
|\ \ | | | | | | key_manager: Make use of IOFile in WriteKeyToFile()
| * | key_manager: Make use of IOFile in WriteKeyToFile()Lioncash2019-11-121-11/+15
| |/ | | | | | | | | | | | | | | | | This properly handles unicode-based paths on Windows, while opening a raw stream doesn't out-of-the-box. Prevents file creation from potentially failing on Windows PCs that make use of unicode characters in their save paths (e.g. writing to a user's AppData folder, where the user has a name with non-ASCII characters).
* / xts_archive: Remove redundant std::string constructorLioncash2019-11-131-2/+1
|/ | | | | We can just call the .data() member of path instead of constructing a completely new string.
* Merge pull request #3062 from bunnei/event-improvebunnei2019-11-0623-87/+53
|\ | | | | kernel: Improve events
| * kernel: readable_event: Signal only once.bunnei2019-11-031-2/+4
| |
| * kernel: events: Remove ResetType::Automatic.bunnei2019-11-0323-84/+48
| | | | | | | | | | | | | | | | - 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
| * kernel: readable_event: Initialize members.bunnei2019-11-031-1/+1
| |
* | Merge pull request #2859 from Morph1984/hidDavid2019-11-062-92/+126
|\ \ | | | | | | hid: Stub SetNpadJoyAssignmentModeSingle and GetNpadHandheldActivationMode
| * | hid: Stub SetNpadJoyAssignmentModeSingle and reorganize service commandsMorph2019-10-072-92/+126
| | |
* | | common_func: Use std::array for INSERT_PADDING_* macros.bunnei2019-11-045-38/+39
| | | | | | | | | | | | - 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.
* | Merge pull request #3038 from lioncash/docsRodrigo Locatti2019-10-302-91/+73
|\ \ | | | | | | kernel/scheduler: Minor changes
| * | scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as constLioncash2019-10-282-5/+5
| | | | | | | | | | | | This is only compared against, so it can be made const.
| * | scheduler: Silence sign conversion warningsLioncash2019-10-281-5/+5
| | |
| * | scheduler: Initialize class members directly where applicableLioncash2019-10-282-6/+4
| | | | | | | | | | | | Reduces the overall amount of code.
| * | scheduler: Amend documentation commentsLioncash2019-10-282-75/+59
| | | | | | | | | | | | | | | Adjusts the formatting of a few of the comments an ensures they get recognized as proper Doxygen comments.
* | | Merge pull request #3007 from DarkLordZach/fsc-regressbunnei2019-10-301-0/+12
|\ \ \ | |/ / |/| | savedata_factory: Automatically create certain savedata
| * | savedata_factory: Automatically create certain savedataZach Hilman2019-10-221-0/+12
| | | | | | | | | | | | | | | After further hardware investigation, it appears that some games, perhaps those more lazily coded, will not call EnsureSaveData, meaning that they expect the normal (current) save to be automatically made. Additionally, some games do not create a cache or temporary save before use. In these 3 specific instances, the save is created automatically for the game if it doesn't exist.
* | | Merge pull request #2971 from FernandoS27/new-scheduler-v2David2019-10-2817-431/+1014
|\ \ \ | | | | | | | | Kernel: Implement a New Thread Scheduler V2
| * | | Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.Fernando Sahmkow2019-10-152-4/+1
| | | |
| * | | Kernel: Address Feedback 2Fernando Sahmkow2019-10-152-9/+6
| | | |
| * | | Kernel: Clang FormatFernando Sahmkow2019-10-152-5/+5
| | | |
| * | | Kernel: Reverse global accessor removal.Fernando Sahmkow2019-10-154-23/+9
| | | |
| * | | Kernel: Address Feedback.Fernando Sahmkow2019-10-156-67/+98
| | | |
| * | | Kernel Scheduler: Make sure the global scheduler shutdowns correctly.Fernando Sahmkow2019-10-156-0/+24
| | | |
| * | | Kernel_Thread: Eliminate most global accessors.Fernando Sahmkow2019-10-151-11/+11
| | | |
| * | | KernelSVC: Assert that condition variable address is aligned to 4 bytes.Fernando Sahmkow2019-10-151-0/+4
| | | |
| * | | Kernel: Correct Paused schedulingFernando Sahmkow2019-10-151-3/+1
| | | |
| * | | Kernel: Corrections to Wait Objects clearing in which a thread could still be signalled after a timeout or a cancel.Fernando Sahmkow2019-10-153-3/+4
| | | |
| * | | Kernel: Correct redundant yields to only advance time forward.Fernando Sahmkow2019-10-151-3/+5
| | | |
| * | | Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqualFernando Sahmkow2019-10-151-5/+13
| | | |
| * | | Kernel: Correct Results in Condition Variables and MutexesFernando Sahmkow2019-10-153-24/+17
| | | |
| * | | Kernel: Clang FormatFernando Sahmkow2019-10-152-2/+3
| | | |
| * | | Kernel: Remove global system accessor from WaitObjectFernando Sahmkow2019-10-154-2/+17
| | | |
| * | | Scheduler: Implement Yield Count and Core migration on Thread Preemption.Fernando Sahmkow2019-10-152-5/+85
| | | |
| * | | Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection.Fernando Sahmkow2019-10-152-8/+8
| | | |
| * | | Kernel: Initial implementation of thread preemption.Fernando Sahmkow2019-10-153-0/+30
| | | |
| * | | Scheduler: Add protections for Yield bombingFernando Sahmkow2019-10-155-24/+31
| | | | | | | | | | | | | | | | | | | | | | | | In case of redundant yields, the scheduler will now idle the core for it's timeslice, in order to avoid continuously yielding the same thing over and over.
| * | | Kernel: Style and CorrectionsFernando Sahmkow2019-10-1512-96/+137
| | | |
| * | | Correct PrepareRescheduleFernando Sahmkow2019-10-156-38/+29
| | | |
| * | | Comment and reorganize the schedulerFernando Sahmkow2019-10-152-98/+104
| | | |
| * | | Add PrepareReschedule where required.Fernando Sahmkow2019-10-153-16/+18
| | | |
| * | | Correct compiling errors and addapt to the new interface.Fernando Sahmkow2019-10-152-23/+14
| | | |
| * | | Correct Supervisor Calls to work with the new scheduler,Fernando Sahmkow2019-10-151-26/+41
| | | |
| * | | Redesign CPU Cores to work with the new schedulerFernando Sahmkow2019-10-152-13/+12
| | | |
| * | | Add interfacing to the Global SchedulerFernando Sahmkow2019-10-154-0/+34
| | | |
| * | | Addapt thread class to the new SchedulerFernando Sahmkow2019-10-152-60/+237
| | | |
| * | | Implement a new Core SchedulerFernando Sahmkow2019-10-152-258/+411
| | | |
* | | | Merge pull request #2991 from lioncash/npadbunnei2019-10-232-51/+23
|\ \ \ \ | |_|/ / |/| | | hid/npad: Minor cleanup
| * | | hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedControllers()Lioncash2019-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | We should be setting the connection state to true, otherwise we aren't actually making the controllers connected like the function name indicates.
| * | | hid/npad: Add missing break in default caseLioncash2019-10-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | While not an issue, it does prevent fallthrough from occurring if anything is ever added after this case (unlikely to occur, but this turns a trivial "should not cause issues" into a definite "won't cause issues).
| * | | hid/npad: Replace std::for_each with ranged for loopsLioncash2019-10-181-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | Performs the same behavior, but is built into the core language itself. No functional change.
| * | | hid/npad: Remove redundant non-const variant of IsControllerSupported()Lioncash2019-10-182-34/+5
| | | | | | | | | | | | | | | | | | | | | | | | The const qualified variant can also be called in non-const contexts, so we can remove the non-const variant to eliminate a bit of code duplication.
| * | | hid/npad: Move function declarationsLioncash2019-10-181-5/+6
| | | | | | | | | | | | | | | | | | | | Clearly separate these from the variable declarations to make them more visible.
* | | | core: Fix clang-format errors.bunnei2019-10-191-9/+10
| | | |
* | | | Fix null pointer deref.Nicolae-Andrei Cociorba2019-10-181-10/+12
| | | |
* | | | Merge pull request #2992 from lioncash/dmntbunnei2019-10-181-2/+2
|\ \ \ \ | | | | | | | | | | dmnt_cheat_vm: Correct register Restore and ClearRegs behavior
| * | | | dmnt_cheat_vm: Correct register Restore and ClearRegs behaviorLioncash2019-10-181-2/+2
| |/ / / | | | | | | | | | | | | | | | | Previously these were performing the same behavior as the Save and ClearSaved opcode types.
* | | | Merge pull request #2989 from lioncash/apmRodrigo Locatti2019-10-182-16/+36
|\ \ \ \ | | | | | | | | | | service/apm/controller: Minor interface changes
| * | | | apm/controller: Make SetPerformanceConfiguration() use an array of pairs over a mapLioncash2019-10-171-14/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While a map is an OK way to do lookups (and usually recommended in most cases), this is a map that lives for the entire duration of the program and only deallocates its contents when the program terminates. Given the total size of the map is quite small, we can simply use a std::array of pairs and utilize std::find_if to perform the same behavior without loss of performance. This eliminates a static constructor and places the data into the read-only segment. While we're at it, we can also handle malformed inputs instead of directly dereferencing the resulting iterator.
| * | | | apm/controller: Make GetCurrentPerformanceMode() a const member functionLioncash2019-10-172-2/+2
| |/ / / | | | | | | | | | | | | This doesn't modify instance state, so it can be made const qualified.
* | | | core/core: Resolve -Wreorder warningsLioncash2019-10-171-2/+2
| | | | | | | | | | | | | | | | | | | | Amends the initializer lists to be ordered in the same manner that they're declared within the class.
* | | | core/memory/cheat_engine: Resolve -Wreorder warningsLioncash2019-10-171-4/+3
|/ / / | | | | | | | | | | | | Amends the initializer lists to be ordered in the same manner that they're declared within the class.
* | | Merge pull request #2912 from FernandoS27/async-fixesbunnei2019-10-166-28/+29
|\ \ \ | | | | | | | | General fixes to Async GPU
| * | | NvFlinger: Remove leftover from corrections and clang format.Fernando Sahmkow2019-10-051-4/+0
| | | |
| * | | Core: Wait for GPU to be idle before shutting down.Fernando Sahmkow2019-10-051-0/+2
| | | |
| * | | Nvdrv: Correct Event setup in NvdrvFernando Sahmkow2019-10-052-23/+14
| | | | | | | | | | | | | | | | Events are supposed to be cleared on quering. This fixes that issue.
| * | | NVFlinger: Reverse the change that only signaled events on buffer acquire.Fernando Sahmkow2019-10-052-20/+1
| | | | | | | | | | | | | | | | | | | | This has been hardware tested and it seems that NVFlinger will still signal even if there are no buffers to present.
| * | | Nvdrv: Do framelimiting only in the CPU ThreadFernando Sahmkow2019-10-051-0/+4
| | | |
| * | | NvFlinger: Don't swap buffers if a frame is missing and always trigger event in sync gpu.Fernando Sahmkow2019-10-051-1/+3
| | | |
| * | | GPU_Async: Correct fences, display events and more.Fernando Sahmkow2019-10-052-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit uses guest fences on vSync event instead of an articial fake fence we had. It also corrects to keep signaling display events while loading the game as the OS is suppose to send buffers to vSync during that time.
| * | | Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncsFernando Sahmkow2019-10-052-3/+9
| | | |
* | | | Merge pull request #2972 from lioncash/systembunnei2019-10-159-33/+63
|\ \ \ \ | |_|/ / |/| | | {bcat, gpu, nvflinger}: Remove trivial usages of the global system accessor
| * | | bcat: Remove use of global system accessorsLioncash2019-10-156-29/+55
| | | | | | | | | | | | | | | | | | | | Removes all uses of the global system accessor within the BCAT interface.
| * | | nvflinger/buffer_queue: Remove use of a global system accessorLioncash2019-10-123-4/+8
| | | |
* | | | Merge pull request #2965 from FernandoS27/fair-core-timingbunnei2019-10-156-38/+94
|\ \ \ \ | | | | | | | | | | Core Timing: Rework Core Timing to run all cores evenly.
| * | | | Core_Timing: Address Remaining feedback.Fernando Sahmkow2019-10-121-5/+4
| | | | |
| * | | | Core_Timing: Address Feedback and suppress warnings.Fernando Sahmkow2019-10-115-13/+12
| | | | |
| * | | | Core Timing: Correct Idle and remove lefting pragmaFernando Sahmkow2019-10-091-2/+1
| | | | |
| * | | | Core Timing: General corrections and added tests.Fernando Sahmkow2019-10-092-4/+12
| | | | |
| * | | | Core Timing: Rework Core Timing to run all cores evenly.Fernando Sahmkow2019-10-096-38/+89
| |/ / /
* | | | Merge pull request #2897 from DarkLordZach/oss-ext-fonts-1bunnei2019-10-1418-123/+73480
|\ \ \ \ | | | | | | | | | | pl_u: Move open source font archives and fix NAND error
| * | | | pl_u: Fix mismatched rebase size error in font encryptionZach Hilman2019-10-133-19/+17
| | | | |
| * | | | pl_u: Use kernel physical memoryZach Hilman2019-10-132-4/+8
| | | | |
| * | | | pl_u: Remove excess static qualifierZach Hilman2019-10-131-1/+1
| | | | |
| * | | | pl_u: Use OSS system archives if real archives don't existZach Hilman2019-10-132-112/+48
| | | | |
| * | | | system_archive: Synthesize shared fonts system archivesZach Hilman2019-10-133-5/+101
| | | | |
| * | | | externals: Move OSS font data to file_sys in coreZach Hilman2019-10-1313-1/+73324
| |/ / /
* | | | Merge pull request #2930 from DarkLordZach/gamecard-partitionsbunnei2019-10-144-26/+128
|\ \ \ \ | |/ / / |/| | | file_sys: Add code to access raw gamecard partitions and lazily load them
| * | | card_image: Implement system update commands in XCIZach Hilman2019-10-132-3/+37
| | | |
| * | | card_image: Add accessors for raw partitions in XCIZach Hilman2019-09-232-0/+36
| | | |
| * | | card_image: Lazily load partitions in XCIZach Hilman2019-09-232-26/+41
| | | |
| * | | pfs: Provide accessors for file sizes and offsetsZach Hilman2019-09-232-0/+17
| | | |
* | | | Merge pull request #2921 from FreddyFunk/compiler-warnings-corebunnei2019-10-091-6/+6
|\ \ \ \ | | | | | | | | | | Services::ES fix casting warnings
| * | | | Services::ES fix casting warningsFreddyFunk2019-09-291-6/+6
| |/ / /
* | | | Merge pull request #2654 from DarkLordZach/lm-log-rewritebunnei2019-10-0910-159/+367
|\ \ \ \ | | | | | | | | | | lm: Rewrite logger to use core reporting services
| * | | | lm: Flush manager output on core shutdownZach Hilman2019-09-225-11/+15
| | | | |
| * | | | lm: Rename Initialize to Log and implement with manager/reporterZach Hilman2019-09-221-140/+22
| | | | | | | | | | | | | | | Allows saving and clearer output of data.
| * | | | lm: Implement manager class to output to reporterZach Hilman2019-09-222-0/+233
| | | | |
| * | | | core: Add LM::Manager to systemZach Hilman2019-09-226-19/+39
| | | | | | | | | | | | | | | Allows centralized control over logging mechanisms.
| * | | | reporter: Add log output for packaged lm log dataZach Hilman2019-09-222-0/+69
| |/ / / | | | | | | | | Takes the vector from head to tail of log data and saves it.
* | | / hid: Implement DeactivateNpadMorph2019-10-072-1/+13
| |_|/ |/| | | | | | | | Makes use of the already existing DeactivateController function.
* | | Merge pull request #2951 from lioncash/globalZach Hilman2019-10-0718-65/+87
|\ \ \ | | | | | | | | core: Remove Core::CurrentProcess()
| * | | core/core: Remove unused headerLioncash2019-10-061-1/+0
| | | | | | | | | | | | | | | | This isn't used anywhere in either the cpp or header file.
| * | | core: Remove Core::CurrentProcess()Lioncash2019-10-065-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | This only encourages the use of the global system instance (which will be phased out long-term). Instead, we use the direct system function call directly to remove the appealing but discouraged short-hand.
| * | | hle/service: Replace global system instance calls with instance-based onesLioncash2019-10-0614-51/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | bcat/module: Silence truncation warningsLioncash2019-10-061-3/+3
| | | | | | | | | | | | | | | | | | | | We need to perform explicit casts here, otherwise we're implicitly truncating a 64-bit type to a 32-bit one.
* | | | bcat: Take std::function instance by value in NullBackend's constructorLioncash2019-10-062-2/+2
| | | | | | | | | | | | | | | | | | | | Without this, the std::move within the constructor initializer list won't be able to actually perform a move.
* | | | bcat: In-class initialize ProgressServiceBackend's impl memberLioncash2019-10-062-2/+2
| | | | | | | | | | | | | | | | Allows us to remove a constructor initializer list.
* | | | bcat: Make ProgressServiceBackend's constructor take a std::string_viewLioncash2019-10-062-3/+7
| | | | | | | | | | | | | | | | | | | | Given the string is appended to another, we can make it a view so a redundant full copy of the string isn't made.
* | | | bcat: Make ProgressServiceBackend's GetEvent() constLioncash2019-10-062-2/+2
| | | | | | | | | | | | | | | | | | | | This member function doesn't modify internal member state, so it can be marked const.
* | | | boxcat: Silence an unused variable warningLioncash2019-10-061-1/+2
|/ / / | | | | | | | | | | | | | | | On parse errors, we can log out the explanatory string indicating what the parsing error was, rather than just ignoring the variable and returning an overly broad error code.
* | | audio/audout_u: Change formatting for old clang-format versionsReinUsesLisp2019-10-051-1/+1
| | |
* | | service/nvdrv: Silence -WswitchReinUsesLisp2019-10-054-4/+10
| | |
* | | service/nfp: Silence -Wunused and -WswitchReinUsesLisp2019-10-051-4/+5
| | |
* | | service/hid: Silence -Wunused and -WswitchReinUsesLisp2019-10-0515-23/+18
| | |
* | | service/am: Silence -WreorderReinUsesLisp2019-10-051-2/+1
| | |
* | | service/hid: Remove unused system referenceReinUsesLisp2019-10-052-2/+1
| | |
* | | service/friend: Remove unused fieldReinUsesLisp2019-10-051-1/+0
| | |
* | | service/filesystem: Silence -Wunused-variableReinUsesLisp2019-10-051-1/+1
| | |
* | | service/bcat: Silence -Wreorder and -WunusedReinUsesLisp2019-10-052-2/+2
| | |
* | | service/audio: Silence -WunusedReinUsesLisp2019-10-051-1/+1
| | |
* | | service/apm: Silence -Wunused and -WreorderReinUsesLisp2019-10-052-4/+5
| |/ |/|
* | Merge pull request #2936 from VPeruS/use-isallzeroarraybunnei2019-10-041-1/+1
|\ \ | | | | | | [crypto] Use IsAllZeroArray helper function
| * | [crypto] Use IsAllZeroArray helper functionvperus2019-10-021-1/+1
| | |
* | | Merge pull request #2539 from DarkLordZach/bcatDavid2019-10-0326-40/+1636
|\ \ \ | |/ / |/| | bcat: Implement BCAT service and connect to yuzu Boxcat server
| * | qt: Add service dialogZach Hilman2019-10-021-6/+5
| | |
| * | boxcat: Use updated game-asset API URL and tagsZach Hilman2019-10-011-6/+6
| | |
| * | bcat: Add FSC accessors for BCAT dataZach Hilman2019-10-0110-31/+51
| | | | | | | | | Ports BCAT to use FSC interface
| * | boxcat: Implement events global fieldZach Hilman2019-09-303-12/+14
| | |
| * | bcat: Implement DeliveryCacheProgressImpl structureZach Hilman2019-09-306-88/+314
| | | | | | | | | Huge thanks to lioncash for re-ing this for me.
| * | boxcat: Use Etag header names for file digestZach Hilman2019-09-302-24/+21
| | |
| * | boxcat: Add downloading and client for launch parameter dataZach Hilman2019-09-302-16/+77
| | |
| * | bcat: Add backend function for BCAT Indirect (launch parameter)Zach Hilman2019-09-302-0/+11
| | | | | | | | | | | | Returns the data that should be returned by PopLaunchParameter kind=ApplicationSpecific.
| * | bcat: Expose CreateBackendFromSettings helper functionZach Hilman2019-09-302-2/+2
| | |
| * | 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,
| * | bcat: Implement cmd 90201 ClearDeliveryCacheStorageZach Hilman2019-09-301-1/+23
| | | | | | | | | | | | Takes a title ID and simply deletes all the data for that title ID's bcat. Invokes the respective backend command.
| * | bcat: Implement cmd 30100 SetPassphraseZach Hilman2019-09-301-1/+33
| | | | | | | | | | | | Takes a title ID and passphrase (0x40 byte string) and passes it to the backend.
| * | bcat: Implement cmd RequestSyncDeliveryCache and variantZach Hilman2019-09-301-2/+70
| | | | | | | | | | | | Variant also supports only updating a single directory. These just both invoke backend commands.
| * | bcat: Implement IDeliveryCacheProgressService commandsZach Hilman2019-09-301-0/+131
| | | | | | | | | | | | Used to query completion status and events for the current delivery task.
| * | bcat: Implement IDeliveryCacheFileService commandsZach Hilman2019-09-301-0/+117
| | | | | | | | | | | | Used to read the contents of files and access their metadata.
| * | bcat: Implement IDeliveryCacheDirectoryService commandsZach Hilman2019-09-301-0/+99
| | | | | | | | | | | | Used to list and get directories at the root level.
| * | bcat: Implement IDeliveryCacheStorageService commandsZach Hilman2019-09-301-0/+58
| | | | | | | | | | | | Used to create subclasses to manage files and directories and to list directories.
| * | bcat: Add commands to create IDeliveryCacheStorageServiceZach Hilman2019-09-303-2/+32
| | | | | | | | | | | | Used to access contents of download.
| * | module: Create BCAT backend based upon Settings value on constructionZach Hilman2019-09-303-1/+36
| | |
| * | bcat: Add BCAT backend for Boxcat serviceZach Hilman2019-09-302-0/+407
| | | | | | | | | | | | Downloads content from yuzu servers and unpacks it into the temporary directory provided. Fully supports all Backend features except passphrase.
| * | bcat: Add backend class to generify the functions of BCATZach Hilman2019-09-302-0/+100
| | | | | | | | | | | | Provides the most abstract simplified functions of BCAT as functions. Also includes a NullBackend class which is just a no-op.
| * | settings: Add option to set BCAT backendZach Hilman2019-09-302-0/+6
| | |
| * | nifm: Signal to applications that internet access is availableZach Hilman2019-09-301-3/+10
| | |
| * | core/loader: Track the NSO build ID of the current processZach Hilman2019-09-303-0/+14
| | |
| * | applets: Add accessor for AppletFrontendSetZach Hilman2019-09-302-0/+6
| | | | | | | | | | | | Allows other services to call applets without using LLE.
| * | filesystem: Add getter for BCAT temporary directoryZach Hilman2019-09-303-0/+16
| | |
| * | vfs: Add function to extract ZIP file into virtual filesystemZach Hilman2019-09-302-0/+96
| | |
| * | Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule"bunnei2019-09-301-3/+0
| | |
| * | Merge pull request #2574 from DarkLordZach/dynarmic-jit-nullptrbunnei2019-09-301-0/+3
| |\ \ | | |/ | |/| arm_dynarmic: Check if jit is nullptr when preparing reschedule
| | * arm_dynarmic: Check if jit is nullptr when preparing rescheduleZach Hilman2019-06-101-0/+3
| | | | | | | | | | | | Prevents crash with multiprocess loading.
* | | Signal styleset changes at a better timeDavid Marcec2019-09-241-8/+2
|/ / | | | | | | We should signal when a net controller is added and our event should be manual, not automatic.
* | Merge pull request #2683 from DarkLordZach/lock-exitDavid2019-09-226-7/+48
|\ \ | | | | | | 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.
| * | core: Track system exit lock statusZach Hilman2019-09-222-0/+15
| | | | | | | | | | | | Used to determine if yuzu should confirm before pausing or stopping a game.
* | | Merge pull request #2876 from ogniK5377/AcquireNpadStyleSetUpdateEventHandle-fixZach Hilman2019-09-223-11/+18
|\ \ \ | | | | | | | | AcquireNpadStyleSetUpdateEventHandle should have a separate event for each controller type
| * | | removed commentDavid Marcec2019-09-221-1/+0
| | | |
| * | | RebasedDavid Marcec2019-09-223-11/+19
| | | |
* | | | Merge pull request #2895 from FearlessTobi/debug-logsDavid2019-09-221-7/+7
|\ \ \ \ | | | | | | | | | | service/acc: Lower log severity from INFO to DEBUG
| * | | | service/acc: Lower log severity from INFO to DEBUGFearlessTobi2019-09-221-7/+7
| | | | | | | | | | | | | | | | | | | | According to ogniK, this should have always been Debug and not Info.
* | | | | Merge pull request #2873 from ogniK5377/new-ioctlsFernando Sahmkow2019-09-2224-73/+153
|\ \ \ \ \ | |_|/ / / |/| | | | Initial implementation of Ioctl2 & Ioctl3
| * | | | server side clang format fix2David Marcec2019-09-221-18/+18
| | | | |
| * | | | Use clang-format provided by build serverDavid Marcec2019-09-221-20/+18
| | | | |
| * | | | disable clang-format tempDavid Marcec2019-09-201-0/+2
| | | | |
| * | | | Initial implementation of Ioctl2 & Ioctl3David Marcec2019-09-1924-63/+143
| | | | | | | | | | | | | | | | | | | | Purpose of Ioctl2 and Ioctl3 is to prevent the passing of raw pointers through ioctls
* | | | | Merge pull request #2884 from ogniK5377/deglobal-sys-servicesFernando Sahmkow2019-09-2264-212/+291
|\ \ \ \ \ | | | | | | | | | | | | Remove usage of System::CurrentInterface() from most services
| * | | | | removed unneeded semicolonDavid Marcec2019-09-221-1/+1
| | | | | |
| * | | | | Removed reference to core timing to nvflinger and used system insteadDavid Marcec2019-09-221-1/+1
| | | | | |
| * | | | | marked controller constructors as explicitDavid Marcec2019-09-228-8/+8
| | | | | |
| * | | | | RebaseDavid Marcec2019-09-2225-62/+75
| | | | | |
| * | | | | RebaseDavid Marcec2019-09-225-20/+21
| | | | | |
| * | | | | Deglobalize System: ViDavid Marcec2019-09-223-8/+8
| | | | | |
| * | | | | Deglobalize System: TimeDavid Marcec2019-09-224-14/+21
| | | | | |
| * | | | | RebaseDavid Marcec2019-09-222-8/+12
| | | | | |
| * | | | | Deglobalize System: NvFlingerDavid Marcec2019-09-222-6/+7
| | | | | |
| * | | | | RebaseDavid Marcec2019-09-224-8/+12
| | | | | |
| * | | | | Deglobalize System: NimDavid Marcec2019-09-222-7/+12
| | | | | |
| * | | | | Deglobalize System: NifmDavid Marcec2019-09-222-13/+23
| | | | | |
| * | | | | Deglobalize System: NFPDavid Marcec2019-09-224-14/+16
| | | | | |
| * | | | | Deglobalize System: LDRDavid Marcec2019-09-222-6/+7
| | | | | |
| * | | | | Deglobalize System: IRSDavid Marcec2019-09-223-5/+6
| | | | | |
| * | | | | Deglobalize System: HidDavid Marcec2019-09-2220-37/+44
| | | | | |
| * | | | | Deglobalize System: FriendDavid Marcec2019-09-224-22/+24
| | | | | |
| * | | | | Deglobalize System: FatalDavid Marcec2019-09-226-20/+29
| | | | | |
| * | | | | Deglobalize System: BtmDavid Marcec2019-09-222-7/+13
| | | | | |
| * | | | | Deglobalize System: BtdrvDavid Marcec2019-09-222-5/+9
| | | | | |
| * | | | | Deglobalize System: AocDavid Marcec2019-09-222-11/+13
| | | | | |
| * | | | | Deglobalize System: AmDavid Marcec2019-09-221-1/+1
| | | | | |
* | | | | | Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"David Marcec2019-09-2218-73477/+123
|/ / / / / | | | | | | | | | | | | | | | | | | | | This reverts commit fa1c60c33ef88c6cd0b72da46842dc9098db712d, reversing changes made to e34899067b60a69bca02761bd1290c6824bb559a.
* | | | | Merge pull request #2535 from DarkLordZach/cheat-v2David2019-09-2213-760/+1960
|\ \ \ \ \ | | | | | | | | | | | | cheat_engine: Use Atmosphere's Cheat VM and fix cheat crash
| * | | | | dmnt_cheat_vm: Default initialize structure valuesZach Hilman2019-09-223-89/+88
| | | | | |
| * | | | | dmnt_cheat_vm: Make Cheat VM compliant to code styleZach Hilman2019-09-224-870/+862
| | | | | |
| * | | | | core: Initialize cheats after load to avoid VMManager crashZach Hilman2019-09-221-0/+5
| | | | | | | | | | | | | | | | | | This used to occur due to the VMManager being nullptr at the time cheats were registered (during load, but before it was done). This is bypassed by not accessing the VMManager for offset data until load is complete,
| * | | | | core: Update RegisterCheatList for new VMZach Hilman2019-09-222-11/+16
| | | | | |
| * | | | | patch_manager: Update cheat parsing for new VMZach Hilman2019-09-222-15/+20
| | | | | |
| * | | | | nso: Pass build ID directlyZach Hilman2019-09-221-2/+1
| | | | | | | | | | | | | | | | | | As opposed to converting to string and then back to hex array
| * | | | | cheat_engine: Move to memory and strip VMZach Hilman2019-09-225-728/+325
| | | | | | | | | | | | | | | | | | This is to go with the Atmosphere VM port, now it just contains the callbacks needed for the interface between DmntCheatVm and yuzu, along with the cheat parsers.
| * | | | | memory: Port Atmosphere's DmntCheatVmZach Hilman2019-09-223-0/+1598
| | | | | | | | | | | | | | | | | | This was done because the current VM contained many inaccuracies and this also allows cheats to have identical behavior between hardware and yuzu.
* | | | | | Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1David2019-09-2218-123/+73477
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | system_archive: Move shared font data to system_archive and fix extended font data
| * | | | | pl_u: Use kernel physical memoryZach Hilman2019-09-222-4/+8
| | | | | |
| * | | | | pl_u: Remove excess static qualifierZach Hilman2019-09-221-1/+1
| | | | | |
| * | | | | pl_u: Use OSS system archives if real archives don't existZach Hilman2019-09-223-111/+42
| | | | | |
| * | | | | system_archive: Synthesize shared fonts system archivesZach Hilman2019-09-223-5/+101
| | | | | |
| * | | | | pl_u: Expose method to encrypt TTF to BFTTFZach Hilman2019-09-222-14/+14
| | | | | |
| * | | | | externals: Move OSS font data to file_sys in coreZach Hilman2019-09-2213-1/+73324
| | |_|/ / | |/| | |
* | | | | Merge pull request #2612 from DarkLordZach/prepo-newDavid2019-09-225-30/+99
|\ \ \ \ \ | |_|/ / / |/| | | | prepo: Implement New, System, and Non-User variants of SaveReport
| * | | | prepo: Remove system global accessorsZach Hilman2019-09-223-15/+18
| | | | |
| * | | | prepo: Implement SaveReport New and System variantsZach Hilman2019-09-221-15/+71
| | | | |
| * | | | reporter: Differentiate between Old, New, and System play reportsZach Hilman2019-09-222-5/+15
| |/ / /
* | | | configure_debug: Move reporting option to loggingZach Hilman2019-09-229-18/+19
| | | |
* | | | filesystem: Add const qualification to various accessorsZach Hilman2019-09-219-80/+91
| | | |
* | | | core: Store FileSystemController in coreZach Hilman2019-09-212-0/+32
| | | |
* | | | settings: Add options for managing gamecard emulationZach Hilman2019-09-211-2/+3
| | | |
* | | | settings: Add options for setting storage sizesZach Hilman2019-09-211-0/+29
| | | |
* | | | yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman2019-09-2112-31/+78
| | | |
* | | | settings: Update LogSettings to show NAND/SDMC paths from FileUtilZach Hilman2019-09-211-2/+3
| | | |
* | | | card_image: Add accessors for gamecard certificateZach Hilman2019-09-212-0/+9
| | | | | | | | | | | | | | | | Used by fsp-srv/IDeviceOperator
* | | | card_image: Add functions to query gamecard update partitionZach Hilman2019-09-212-0/+24
| | | | | | | | | | | | | | | | Includes version and meta title ID, used by fsp-srv/IDeviceOperator
* | | | content_archive: Add accessors for Rights ID and SDK VersionZach Hilman2019-09-212-0/+10
| | | |
* | | | partition_data_manager: Add accessor for decrypted PRODINFO partitionZach Hilman2019-09-212-0/+5
| | | |
* | | | services: Pass FileSystemController as reference to services that need itZach Hilman2019-09-2111-20/+47
| | | |
* | | | am: Unstub IApplicationFunctions EnsureSaveData (20)Zach Hilman2019-09-211-8/+14
| | | | | | | | | | | | Creates a default save data for the application given a user ID.
* | | | filesystem: Pass Size Getter functions to IFileSystem for sizesZach Hilman2019-09-213-20/+31
| | | |
* | | | sdmc_factory: Add SD Card size gettersZach Hilman2019-09-212-0/+12
| | | |
* | | | bis_factory: Add getters for NAND partition sizesZach Hilman2019-09-212-0/+38
| | | |
* | | | filesystem: Add FileSystemController to deglobalize FS servicesZach Hilman2019-09-212-58/+359
| | | |
* | | | submisson_package: Fix edge case with improperly sized filenamesZach Hilman2019-09-211-1/+2
| | | | | | | | | | | | Prevents a crash if the filename is less than 9 characters long.
* | | | sdmc_factory: Add accessor for SDMC Album directoryZach Hilman2019-09-212-0/+6
| | | |
* | | | sdmc_factory: Add accessor for SDMC PlaceholderCacheZach Hilman2019-09-212-1/+10
| | | |
* | | | sdmc_factory: Add accessor for content directoryZach Hilman2019-09-212-0/+7
| | | |
* | | | savedata_factory: Implement savedata creation and don't create dir on openZach Hilman2019-09-212-26/+40
| | | | | | | | | | | | Matches hardware behavior and eliminates some nasty behavior we were doing that wasn't hw-accurate at all.
* | | | patch_manager: Add short-circuit edge-case to GetPatchVersionNamesZach Hilman2019-09-211-0/+2
| | | | | | | | | | | | If title ID is 0, there are no add ons, prevents wasting time looking for them.
* | | | patch_manager: Add error checking to load dir to prevent crashesZach Hilman2019-09-211-0/+15
| | | | | | | | | | | | Prevents a crash if the load dir would be nullptr, instead logs an error and returns appropriately.
* | | | registered_cache: Process *.cnmt.nca filesZach Hilman2019-09-211-16/+23
| | | | | | | | | | | | Needed to use the RegisteredCache/PlaceholderCache on gamecards.
* | | | registered_cache: Implement PlaceholderCache to manage placeholder and installing contentZach Hilman2019-09-212-0/+175
| | | |
* | | | bis_factory: Fix mod loader edge-case with homebrew title IDsZach Hilman2019-09-211-1/+1
| | | | | | | | | | | | Fixes a bug where homebrew that has a title ID with the update bit set can cause issues with the PatchManager
* | | | bis_factory: Add accessors for BIS placeholder cachesZach Hilman2019-09-212-1/+20
| | | |
* | | | bis_factory: Add accessor for NAND Image DirectoryZach Hilman2019-09-212-0/+6
| | | |
* | | | bis_factory: Add accessors for BIS content directoriesZach Hilman2019-09-212-0/+11
| | | |
* | | | bis_factory: Add accessors for BIS partitionsZach Hilman2019-09-212-0/+61
|/ / /
* | | Merge pull request #2806 from FearlessTobi/port-4882David2019-09-214-10/+84
|\ \ \ | | | | | | | | Port citra-emu/citra#4882: "Add frametime logging for tracking performance over time"
| * | | Address review commentsFearlessTobi2019-09-102-6/+9
| | | |
| * | | Add frametime logging for tracking performance over timefearlessTobi2019-09-104-10/+81
| | | | | | | | | | | | | | | | Co-Authored-By: jroweboy <jroweboy@gmail.com>
* | | | Merge pull request #2872 from FernandoS27/mem-gpu-optDavid2019-09-211-2/+7
|\ \ \ \ | | | | | | | | | | Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerCachedMemory
| * | | | Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerCachedMemoryFernando Sahmkow2019-09-191-2/+7
| | |/ / | |/| | | | | | | | | | | | | | This commit avoids Invalidating and Flushing the GPU if the page is not marked as a RasterizerCache Page.
* | | | Merge pull request #2576 from DarkLordZach/nsp-fix-1David2019-09-212-14/+39
|\ \ \ \ | | | | | | | | | | nsp: Fix various errors with loading and processing of extracted NSPs
| * | | | nsp: Correct status codes for extracted NSPsZach Hilman2019-06-102-13/+17
| | | | | | | | | | | | | | | | | | | | Avoids all extracted NSPs being marked as error file type because they don't have program NCAs.
| * | | | nsp: Use title ID from NPDM metadata for extracted type NSPsZach Hilman2019-06-102-1/+22
| | |_|/ | |/| | | | | | | | | | Avoids 0 being used as title ID for all extracted NSPs.
* | | | Mark KickOffPb & SubmitGPFIFO as traceDavid Marcec2019-09-211-4/+4
| |/ / |/| | | | | | | | These functions are not stubbed and are called fairly often. Due to the nature of how often they're called, we should keep them marked as LOG_TRACE instead of LOG_DEBUG or LOG_WARNING
* | | Merge pull request #2667 from DarkLordZach/profile-editorbunnei2019-09-145-10/+130
|\ \ \ | |_|/ |/| | acc: Implement IProfileEditor interface and 'Store'/'StoreWithImage' commands
| * | acc_su: Implement GetProfileEditor (205)Zach Hilman2019-07-033-1/+13
| | | | | | | | | Takes a UUID of a user and provides and interface that allows RW access to user data/settings.
| * | acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage'Zach Hilman2019-07-031-1/+73
| | | | | | | | | Verified with IDA
| * | profile_manager: Add setter for ProfileBase and ProfileDataZach Hilman2019-07-032-0/+13
| | | | | | | | | Needed by IProfileEditor 'Store' and 'StoreWithImage'
| * | acc: Add IProfileCommon for IProfile and IProfileEditorZach Hilman2019-07-031-8/+31
| | | | | | | | | Since 2/3 of the commands are shared, this is likely how its done on HW.
* | | Merge pull request #2847 from VelocityRa/nro-nacp-fixDavid2019-09-092-0/+10
|\ \ \ | | | | | | | | nro/ui: Show "Developer" field in Properties
| * | | nro: Implement ReadControlDataNick Renieris2019-09-072-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | With this, the "Developer" field in the Properties for homebrew is now populated. Signed-off-by: Nick Renieris <velocityra@gmail.com>
* | | | Merge pull request #2716 from lioncash/hle-globalDavid2019-09-0917-97/+143
|\ \ \ \ | | | | | | | | | | service/am: Remove usages of global system accessors
| * | | | service/am: Remove usages of global system accessorsLioncash2019-09-0517-97/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge pull request #2763 from lioncash/map-physDavid2019-09-092-39/+41
|\ \ \ \ \ | | | | | | | | | | | | kernel/vm_manager: Minor cleanup
| * | | | | kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemory/UnmapPhysicalMemoryLioncash2019-09-051-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrects the parameter names within the doxygen comments so that they resolve properly.
| * | | | | kernel/vm_manager: Move variables closer to usage spots in MapPhysicalMemory/UnmapPhysicalMemoryLioncash2019-09-051-16/+10
| | | | | | | | | | | | | | | | | | | | | | | | Narrows the scope of variables down to where they're only necessary.
| * | | | | kernel/vm_manager: Correct behavior in failure case of UnmapPhysicalMemory()Lioncash2019-08-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an unmapping operation fails, we shouldn't be decrementing the amount of memory mapped and returning that the operation was successful. We should actually be returning the error code in this case.
| * | | | | kernel/vm_manager: Reserve memory ahead of time for slow path in MergeAdjacentVMALioncash2019-08-301-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids potentially expensive (depending on the size of the memory block) allocations by reserving the necessary memory before performing both insertions. This avoids scenarios where the second insert may cause a reallocation to occur.
| * | | | | kernel/vm_manager: std::move shared_ptr instance in MergeAdjacentVMALioncash2019-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Avoids an unnecessary atomic reference count increment and decrement.
| * | | | | kernel/vm_manager: Deduplicate iterator creation in MergeAdjacentVMALioncash2019-08-301-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids needing to read the same long sequence of code in both code paths. Also makes it slightly nicer to read and debug, as the locals will be able to be shown in the debugger.
| * | | | | kernel/vm_manager: Simplify some std::vector constructor callsLioncash2019-08-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Same behavior, one less magic constant to read.
| * | | | | kernel/vm_manager: Simplify some assertion messagesLioncash2019-08-301-10/+10
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Assertions already log out the function name, so there's no need to manually include the function name in the assertion strings.
* | | | | Merge pull request #2418 from DarkLordZach/srv-esDavid2019-09-053-51/+536
|\ \ \ \ \ | | | | | | | | | | | | es: Implement various ticket accessor commands from IEticketService
| * | | | | key_manager: Convert Ticket union to std::variantZach Hilman2019-07-083-57/+88
| | | | | |
| * | | | | es: Populate/synthesize tickets on constructionZach Hilman2019-07-083-15/+17
| | | | | |
| * | | | | key_manager: Add structure for Ticket parsingZach Hilman2019-07-083-44/+194
| | | | | |
| * | | | | es: Implement ETicket GetPersonalizedTicketData (17)Zach Hilman2019-07-081-1/+21
| | | | | | | | | | | | | | | | | | Copies the raw personal ticket data into the buffer provided.
| * | | | | es: Implement ETicket GetCommonTicketData (16)Zach Hilman2019-07-081-1/+20
| | | | | | | | | | | | | | | | | | Copies the raw common ticket data for the specified rights ID into the buffer provided.
| * | | | | es: Implement ETicket GetPersonalizedTicketSize (15)Zach Hilman2019-07-081-1/+17
| | | | | | | | | | | | | | | | | | Returns the size of the buffer needed to hold the personal ticket associated with the rights ID.
| * | | | | es: Implement ETicket GetCommonTicketSize (14)Zach Hilman2019-07-081-1/+17
| | | | | | | | | | | | | | | | | | Returns the size of the buffer needed to hold the common ticket associated with the rights ID.
| * | | | | es: Implement ETicket ListPersonalizedTicket (12)Zach Hilman2019-07-081-1/+24
| | | | | | | | | | | | | | | | | | Returns an application-specific number of entries of personal tickets, starting at offset 0.
| * | | | | es: Implement ETicket ListCommonTicket (11)Zach Hilman2019-07-081-1/+24
| | | | | | | | | | | | | | | | | | Returns an application specified count of entries of common tickets, starting at offset 0.
| * | | | | es: Implement ETicket CountPersonalizedTicket (10)Zach Hilman2019-07-081-1/+12
| | | | | | | | | | | | | | | | | | Returns the number of personalized (console/user-unique) tickets in the KeyManager.
| * | | | | es: Implement ETicket CountCommonTicket (9)Zach Hilman2019-07-081-1/+12
| | | | | | | | | | | | | | | | | | Returns the number of common (non-console-unique) tickets in the KeyManager.
| * | | | | es: Implement ETicket GetTitleKey (8)Zach Hilman2019-07-081-1/+27
| | | | | | | | | | | | | | | | | | Takes a rights ID as input and returns the associated title key, if it exists.
| * | | | | es: Implement ETicket ImportTicket (1)Zach Hilman2019-07-081-1/+45
| | | | | | | | | | | | | | | | | | Takes a ticket and certificate and installs it to the KeyManager.
| * | | | | key_manager: Add accessors/helpers for ticket managementZach Hilman2019-07-082-14/+100
| | | | | |
| * | | | | key_manager: Add equality operator for RSAKeyPairZach Hilman2019-07-081-0/+7
| | | | | |
* | | | | | Merge pull request #2707 from DarkLordZach/oss-miimodelDavid2019-09-054-1/+63
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | system_archive: Add open-source reimplementation of MiiModel data
| * | | | | system_archive: Add open-source reimplementation of MiiModel dataZach Hilman2019-07-104-1/+63
| | | | | |
* | | | | | Merge pull request #2834 from Morph1984/audrenu_QueryAudioDeviceInputEventDavid2019-09-051-1/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | audren_u: Stub IAudioDevice::QueryAudioDeviceInputEvent
| * | | | | | Add Kernel::EventPair audio_input_device_switch_event;Morph19842019-09-041-0/+1
| | | | | | |
| * | | | | | audren_u: Stub IAudioDevice::QueryAudioDeviceInputEventMorph19842019-09-041-1/+14
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2836 from Morph1984/hid_vibrationDavid2019-09-054-2/+32
|\ \ \ \ \ \ | | | | | | | | | | | | | | hid: Implement PermitVibration and IsVibrationPermitted
| * | | | | | dittoMorph19842019-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-Authored-By: David <25727384+ogniK5377@users.noreply.github.com>
| * | | | | | IsVibrationEnabled() as a const member funcMorph19842019-09-041-1/+1
| | | | | | |
| * | | | | | clang-formatMorph19842019-09-041-2/+2
| | | | | | |
| * | | | | | Update npad.hMorph19842019-09-041-0/+1
| | | | | | |
| * | | | | | Update npad.cppMorph19842019-09-041-0/+6
| | | | | | |
| * | | | | | Update hid.hMorph19842019-09-041-0/+2
| | | | | | |
| * | | | | | Update hid.cppMorph19842019-09-041-2/+23
| |/ / / / /
* | | | | | Merge pull request #2818 from MysticExile/fmtDavid2019-09-052-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | externals: update fmt to 6.0.0
| * | | | | | Fix clang-formatEthan2019-09-041-1/+1
| | | | | | |
| * | | | | | accommodate for fmt updateEthan2019-08-292-2/+2
| |/ / / / /
* | | | | | AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827)mailwl2019-09-042-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * AM: Implement IApplicationFunctions::GetGpuErrorDetectedSystemEvent * Remove unneeded event clear * Fix event name
* | | | | | Merge pull request #2829 from Morph1984/audiobunnei2019-09-041-2/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | service/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolume
| * | | | | | remove <f32>Morph19842019-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | We can remove this since its already a f32 value
| * | | | | | explicitly represent 1 as a float (1.0f instead of 1)Morph19842019-09-041-1/+1
| | | | | | |
| * | | | | | Change u32 -> f32Morph19842019-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Volume is a f32 value. (SwIPC describes it as a u32, but it is actually f32 as corroborated by switchbrew docs and SetAudioDeviceOutputVolume) ```cpp const f32 volume = rp.Pop<f32>(); ```
| * | | | | | service/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolumeMorph19842019-09-031-2/+15
| |/ / / / /
* | | | | | Merge pull request #2708 from DarkLordZach/mii-db-source-crashDavid2019-09-041-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | mii: Handle logging of unknown database source
| * | | | | | mii: Handle logging of unknown database sourceZach Hilman2019-07-101-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2793 from ReinUsesLisp/bgr565bunnei2019-09-041-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | renderer_opengl: Implement RGB565 framebuffer format
| * | | | | gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfigReinUsesLisp2019-08-211-1/+1
| | | | | |
* | | | | | Merge pull request #2748 from FernandoS27/align-memorybunnei2019-08-2114-37/+59
|\ \ \ \ \ \ | |/ / / / / |/| | | | | VM_Manager: Align allocated host physical memory to 256bytes
| * | | | | Kernel: Address FeedbackFernando Sahmkow2019-07-192-3/+9
| | | | | |
| * | | | | VM_Manager: Align allocated memory to 256bytesFernando Sahmkow2019-07-1914-36/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit ensures that all backing memory allocated for the Guest CPU is aligned to 256 bytes. This due to how gpu memory works and the heavy constraints it has in the alignment of physical memory.
* | | | | | Merge pull request #2747 from lioncash/audiobunnei2019-08-187-108/+179
|\ \ \ \ \ \ | | | | | | | | | | | | | | service/audren_u: Unstub ListAudioDeviceName
| * | | | | | service/audren_u: Handle audio USB output revision queries in ListAudioDeviceName()Lioncash2019-07-192-16/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Audio devices use the supplied revision information in order to determine if USB audio output is able to be supported. In this case, we can only really handle using this revision information in ListAudioDeviceName(), where it checks if USB audio output is supported before supplying it as a device name. A few other scenarios exist where the revision info is checked, such as: - Early exiting from SetAudioDeviceOutputVolume if USB audio is attempted to be set when that device is unsupported. - Early exiting and returning 0.0f in GetAudioDeviceOutputVolume when USB output volume is queried and it's an unsupported device. - Falling back to AHUB headphones in GetActiveAudioDeviceName when the device type is USB output, but is unsupported based off the revision info. In order for these changes to also be implemented, a few other changes to the interface need to be made. Given we now properly handle everything about ListAudioDeviceName(), we no longer need to describe it as a stubbed function.
| * | | | | | service/audren_u: Move revision testing code out of AudRenULioncash2019-07-192-63/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The revision querying facilities are used by more than just audren. e.g. audio devices can use this to test whether or not USB audio output is supported. This will be used within the following change.
| * | | | | | service/audio: Remove global system accessorsLioncash2019-07-197-34/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Trims out the lingering reliance on global state out of the audio code.
| * | | | | | service/audren_u: Remove unnecessary return value from GetActiveAudioDeviceName()Lioncash2019-07-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This service function only ever returns a result and nothing more.
| * | | | | | service/audren_u: Report proper device namesLioncash2019-07-191-6/+29
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AudioDevice and AudioInterface aren't valid device names on the Switch. We should also be returning consistent names in GetActiveAudioDeviceName(). While we're at it, we can also handle proper name output in ListAudioDeviceName, by returning all the available devices on the Switch.
* | | | | | Merge pull request #2592 from FernandoS27/sync1bunnei2019-07-2635-170/+627
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Implement GPU Synchronization Mechanisms & Correct NVFlinger
| * | | | | NVServices: Correct delayed responses.Fernando Sahmkow2019-07-051-24/+19
| | | | | |
| * | | | | Nv_Host_Ctrl: Correct difference calculationFernando Sahmkow2019-07-051-5/+7
| | | | | |
| * | | | | NVServices: Address FeedbackFernando Sahmkow2019-07-058-21/+38
| | | | | |
| * | | | | NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow2019-07-0520-41/+49
| | | | | |
| * | | | | NVFlinger: Correct GCC compile errorFernando Sahmkow2019-07-056-17/+16
| | | | | |
| * | | | | NVServices: Make NVEvents Automatic according to documentation.Fernando Sahmkow2019-07-052-4/+7
| | | | | |
| * | | | | NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow2019-07-0523-31/+104
| | | | | |
| * | | | | GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardwareFernando Sahmkow2019-07-057-19/+22
| | | | | |
| * | | | | nvflinger: Make the force 30 fps still force 30 fpsFernando Sahmkow2019-07-051-1/+1
| | | | | |
| * | | | | nv_services: Fixes to event liberation.Fernando Sahmkow2019-07-051-6/+14
| | | | | |
| * | | | | nvflinger: Acquire buffers in the same order as they were queued.Fernando Sahmkow2019-07-052-3/+11
| | | | | |
| * | | | | nv_services: Deglobalize NvServicesFernando Sahmkow2019-07-0523-51/+65
| | | | | |
| * | | | | nv_host_ctrl: Make Sync GPU variant always return synced result.Fernando Sahmkow2019-07-051-0/+5
| | | | | |
| * | | | | nvhost_ctrl: Corrections to event handlingFernando Sahmkow2019-07-052-8/+12
| | | | | |
| * | | | | Gpu: Mark areas as protected.Fernando Sahmkow2019-07-051-0/+6
| | | | | |
| * | | | | nv_services: Stub CtrlEventSignalFernando Sahmkow2019-07-052-12/+34
| | | | | |
| * | | | | Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsFernando Sahmkow2019-07-058-9/+69
| | | | | |
| * | | | | nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregisterFernando Sahmkow2019-07-057-17/+192
| | | | | |
| * | | | | nv_services: Create GPU channels correctlyFernando Sahmkow2019-07-052-2/+5
| | | | | |
| * | | | | video_core: Implement GPU side SyncpointsFernando Sahmkow2019-07-053-7/+33
| | | | | |
| * | | | | nv_services: Correct buffer queue fencing and GPFifo fencingFernando Sahmkow2019-07-058-57/+70
| | | | | |
| * | | | | nvflinger: Implement swap intervalsFernando Sahmkow2019-07-055-8/+21
| | | | | |
* | | | | | Merge pull request #2687 from lioncash/tls-processbunnei2019-07-183-14/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | kernel/process: Allocate the process' TLS region during initialization
| * | | | | | kernel/process: Allocate the process' TLS region during initializationLioncash2019-07-073-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to execution within a process beginning, the process establishes its own TLS region for uses (as far as I can tell) related to exception handling. Now that TLS creation was decoupled from threads themselves, we can add this behavior to our Process class. This is also good, as it allows us to remove a stub within svcGetInfo, namely querying the address of that region.
| * | | | | | kernel/process: Move main thread stack allocation to its own functionLioncash2019-07-072-12/+17
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Keeps this particular set of behavior isolated to its own function.
* | | | | | Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace.Fernando Sahmkow2019-07-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This messages were originally set as warnning since few games used these svcs and it was needed for debugging. This is no longer the case.
* | | | | | Merge pull request #2726 from lioncash/accessRodrigo Locatti2019-07-172-7/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | core: Remove CurrentArmInterface() global accessor
| * | | | | | core: Remove CurrentArmInterface() global accessorLioncash2019-07-132-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces the final usage of the global accessor function and removes it. Removes one more enabler of global state.
* | | | | | | Merge pull request #2690 from SciresM/physmem_fixesFernando Sahmkow2019-07-148-41/+477
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Implement MapPhysicalMemory/UnmapPhysicalMemory
| * | | | | | Remove unicorn mappings/unmappingsMichael Scire2019-07-121-19/+0
| | | | | | |
| * | | | | | Prevent merging of device mapped memory blocks.Michael Scire2019-07-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This sets the DeviceMapped attribute for GPU-mapped memory blocks, and prevents merging device mapped blocks. This prevents memory mapped from the gpu from having its backing address changed by block coalesce.
| * | | | | | Remove unused member function declarationMichael Scire2019-07-071-9/+0
| | | | | | |
| * | | | | | physmem: add helpers, cleanup logic.Michael Scire2019-07-072-171/+170
| | | | | | |
| * | | | | | clang-format fixesMichael Scire2019-07-072-3/+3
| | | | | | |
| * | | | | | address review commentaryMichael Scire2019-07-075-36/+42
| | | | | | |
| * | | | | | Implement MapPhysicalMemory/UnmapPhysicalMemoryMichael Scire2019-07-078-21/+475
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements svcMapPhysicalMemory/svcUnmapPhysicalMemory for Yuzu, which can be used to map memory at a desired address by games since 3.0.0. It also properly parses SystemResourceSize from NPDM, and makes information available via svcGetInfo. This is needed for games like Super Smash Bros. and Diablo 3 -- this PR's implementation does not run into the "ASCII reads" issue mentioned in the comments of #2626, which was caused by the following bugs in Yuzu's memory management that this PR also addresses: * Yuzu's memory coalescing does not properly merge blocks. This results in a polluted address space/svcQueryMemory results that would be impossible to replicate on hardware, which can lead to game code making the wrong assumptions about memory layout. * This implements better merging for AllocatedMemoryBlocks. * Yuzu's implementation of svcMirrorMemory unprotected the entire virtual memory range containing the range being mirrored. This could lead to games attempting to map data at that unprotected range/attempting to access that range after yuzu improperly unmapped it. * This PR fixes it by simply calling ReprotectRange instead of Reprotect.
* | | | | | Clang formatDavid Marcec2019-07-121-2/+4
| | | | | |
* | | | | | "AudioRenderer" thread should have a unique nameDavid Marcec2019-07-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Creating multiple "AudioRenderer" threads cause the previous thread to be overwritten. The thread will name be renamed to AudioRenderer-InstanceX, where X is the current instance number.
* | | | | | Merge pull request #2717 from SciresM/unmirror_memorybunnei2019-07-112-7/+34
|\ \ \ \ \ \ | | | | | | | | | | | | | | Restore memory perms on svcUnmapMemory/UnloadNro
| * | | | | | Restore memory perms on svcUnmapMemory/UnloadNroMichael Scire2019-07-112-7/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to PR, Yuzu did not restore memory to RW- on unmap of mirrored memory or unloading of NRO. (In fact, in the NRO case, the memory was unmapped instead of reprotected to --- on Load, so it was actually lost entirely...) This PR addresses that, and restores memory to RW- as it should. This fixes a crash in Super Smash Bros when creating a World of Light save for the first time, and possibly other games/circumstances.
* | | | | | | Merge pull request #2723 from lioncash/membunnei2019-07-1110-67/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | core/arm: Remove obsolete Unicorn memory mapping
| * | | | | | | yuzu: Remove setting for using UnicornLioncash2019-07-114-16/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The JIT is mature enough that this setting can be removed, falling back to Unicorn only on unsupported architectures. Any missing features from Unicorn (of which there are extremely few), are mostly developer-oriented, which most users don't care about. Features should be coordinated with the JIT, not the interpreter, anyhow.
| * | | | | | | core/arm: Remove obsolete Unicorn memory mappingLioncash2019-07-116-51/+0
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was initially necessary when AArch64 JIT emulation was in its infancy and all memory-related instructions weren't implemented. Given the JIT now has all of these facilities implemented, we can remove these functions from the CPU interface.
* | | | | | | 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 #2700 from ogniK5377/GetFriendListbunnei2019-07-101-1/+34
|\ \ \ \ \ \ | | | | | | | | | | | | | | IFriendService::GetFriendList
| * | | | | | IFriendService::GetFriendListDavid Marcec2019-07-091-1/+34
| | |_|/ / / | |/| | | | | | | | | | | | | | | | We don't have any friends implemented in Yuzu yet so it doesn't make sense to return any friends. For now we'll be returning 0 friends however the information provided will allow a proper implementation of this cmd when needed.
* | | | | | Merge pull request #2611 from DarkLordZach/pm-info-cmdbunnei2019-07-103-16/+116
|\ \ \ \ \ \ | | | | | | | | | | | | | | pm: Implement various pm commands for finding process and title IDs
| * | | | | | pm: Implement pm:shell and pm:dmnt GetApplicationPidZach Hilman2019-06-273-7/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Returns the process ID of the current application or 0 if no app is running.
| * | | | | | pm: Implement pm:dmnt GetTitlePidZach Hilman2019-06-271-7/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Takes a title ID and searches for a matching process, returning error if it doesn't exist, otherwise the process ID.
| * | | | | | pm: Implement pm:info GetTitleIdZach Hilman2019-06-271-2/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Searches the process list for a process with the specified ID, returning the title ID if it exists.
* | | | | | | Merge pull request #2650 from DarkLordZach/mii-iface-verbunnei2019-07-101-1/+15
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | mii: Implement IDatabaseService SetInterfaceVersion
| * | | | | | mii: Implement IDatabaseService SetInterfaceVersionZach Hilman2019-07-071-1/+15
| | | | | | | | | | | | | | | | | | | | | Appears to set a member variable used to affect the API that games access, and the method used to store data.
* | | | | | | Merge pull request #2657 from ogniK5377/npad-assignmentsZach Hilman2019-07-086-3/+100
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment
| * | | | | | | addressed issuesDavid Marcec2019-07-081-6/+7
| | | | | | | |
| * | | | | | | hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignmentDavid Marcec2019-07-016-3/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | StartLrAssignmentMode and StopLrAssignmentMode don't require any implementation as it's just used for showing the screen of changing the controller orientation if the user wishes to do so. Ever since #1634 this has not been needed as users can specify the controller orientation from the config and swap at any time. We store a private member just in case this gets used for anything extra in the future
* | | | | | | | Merge pull request #2651 from DarkLordZach/apm-boost-mode-1bunnei2019-07-0814-57/+258
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | apm: Initial implementation of performance config and boost mode
| * | | | | | | | am: Implement SetCpuBoostMode in terms of APMZach Hilman2019-06-295-13/+26
| | | | | | | | |
| * | | | | | | | core: Keep instance of APM ControllerZach Hilman2019-06-292-0/+20
| | | | | | | | |
| * | | | | | | | apm: Implement SetCpuBoostModeZach Hilman2019-06-292-0/+14
| | | | | | | | |
| * | | | | | | | apm: Add getters for performance config and modeZach Hilman2019-06-292-33/+49
| | | | | | | | |
| * | | | | | | | apm: Add apm:am serviceZach Hilman2019-06-292-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8.0.0+ identical version of apm
| * | | | | | | | apm: Add Controller class to manage speed data and applicationZach Hilman2019-06-293-0/+140
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2642 from DarkLordZach/fsp-log-2bunnei2019-07-089-28/+99
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | fsp-srv: Implement Access Logging Functionality
| * | | | | | | fsp-srv: Implement GetAccessLogVersionInfoZach Hilman2019-06-292-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Returns some misc. data about logging to help the game determine if it should log.
| * | | | | | | reporter: Add report class for filesystem access logsZach Hilman2019-06-292-0/+25
| | | | | | | |
| * | | | | | | fsp-srv: Implement OutputAccessLogToSdCardZach Hilman2019-06-297-27/+62
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Allows games to log data to the SD.
* | | | | | | Merge pull request #2674 from lioncash/reporterZach Hilman2019-07-072-15/+35
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | core/reporter: Minor changes
| * | | | | | | core/reporter: Allow moves into SaveToFile()Lioncash2019-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taking the json instance as a constant reference, makes all moves into the parameter non-functional, resulting in copies. Taking it by value allows moves to function.
| * | | | | | | core/reporter: Add missing includes and forward declarationsLioncash2019-07-052-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds missing inclusions to prevent potential compilation issues.
| * | | | | | | core/reporter: Remove unnecessary namespace qualifiersLioncash2019-07-052-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Reporter class is part of the Core namespace, so the System class doesn't need to be qualified.
| * | | | | | | core/reporter: Remove pessimizing move in GetHLERequestContextData()Lioncash2019-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can inhibit copy-elision, so we can remove this redundant move.
| * | | | | | | core/reporter: Make bracing consistentLioncash2019-07-051-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes all control statements braced, regardless of their size, making code more uniform.
| * | | | | | | core/reporter: Return in error case in SaveToFile()Lioncash2019-07-051-1/+3
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | If the path couldn't be created, then we shouldn't be attempting to save the file.
* | | | | | | Merge pull request #2677 from lioncash/assertZach Hilman2019-07-075-43/+48
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | kernel/vm_manager: Handle stack/TLS IO region placement a little better
| * | | | | | | memory: Remove unused includesLioncash2019-07-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These aren't used within the central memory management code, so they can be removed.
| * | | | | | | memory: Remove unused PageTable forward declarationLioncash2019-07-061-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This isn't used by anything in the header file, so it can be removed.
| * | | | | | | kernel/vm_manager: Rename 'new map' to 'stack'Lioncash2019-07-063-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provides a more accurate name for the memory region and also disambiguates between the map and new map regions of memory, making it easier to understand.
| * | | | | | | kernel/vm_manager: Handle stack/TLS IO region placement betterLioncash2019-07-061-2/+13
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handles the placement of the stack a little nicer compared to the previous code, which was off in a few ways. e.g. The stack (new map) region, shouldn't be the width of the entire address space if the size of the region calculation ends up being zero. It should be placed at the same location as the TLS IO region and also have the same size. In the event the TLS IO region contains a size of zero, we should also be doing the same thing. This fixes our memory layout a little bit and also resolves some cases where assertions can trigger due to the memory layout being incorrect.
* | | | | | | clang-format fixesMichael Scire2019-07-061-4/+5
| | | | | | |
* | | | | | | am: Implement GetAccumulatedSuspendedTickValueMichael Scire2019-07-062-7/+19
|/ / / / / /
* | | | | | Merge pull request #2669 from FearlessTobi/move-cpujit-settingZach Hilman2019-07-044-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | yuzu: Move CPU Jit setting to Debug tab
| * | | | | | yuzu: Remove CPU Jit setting from the UIfearlessTobi2019-07-044-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A normal user shouldn't change this, as it will slow down the emulation and can lead to bugs or crashes. The renaming is done in order to prevent users from leaving this on without a way to turn it off from the UI.
* | | | | | | Merge pull request #2555 from lioncash/tlsZach Hilman2019-07-046-81/+148
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | kernel/process: Decouple TLS handling from threads
| * | | | | | | kernel/process: Default initialize all member variablesLioncash2019-07-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures a Process instance is always created with a deterministic initial state.
| * | | | | | | kernel/process: Decouple TLS handling from threadsLioncash2019-07-044-66/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extracts out all of the thread local storage management from thread instances themselves and makes the owning process handle the management of the memory. This brings the memory management slightly more in line with how the kernel handles these allocations. Furthermore, this also makes the TLS page management a little more readable compared to the lingering implementation that was carried over from Citra.
| * | | | | | | kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundaryLioncash2019-07-042-13/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be necessary for making our TLS slot management slightly more straightforward. This can also be utilized for other purposes in the future. We can implement the existing simpler overload in terms of this one anyways, we just pass the beginning and end of the ASLR region as the boundaries.
* | | | | | | | Merge pull request #2658 from ogniK5377/QueryAudioDeviceOutputEventbunnei2019-07-041-3/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | IAudioDevice::QueryAudioDeviceOutputEvent
| * | | | | | | | IAudioDevice::QueryAudioDeviceOutputEventDavid Marcec2019-07-011-3/+16
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | The event should only be signaled when an output audio device gets changed. Example, Speaker to USB headset. We don't identify different devices internally yet so there's no need to signal the event yet.
* | | | | | | | Merge pull request #2638 from DarkLordZach/quest-flagbunnei2019-07-043-1/+11
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | set: Implement GetQuestFlag with config option
| * | | | | | | set: Implement GetQuestFlagZach Hilman2019-06-292-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | Simply returns a true/false value indicating if the system is a kiosk system. This has been mapped to a config option for the purposes of yuzu.
| * | | | | | | settings: Add config option for kiosk (quest) modeZach Hilman2019-06-291-0/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #2613 from ogniK5377/InitalizeApplicationInfoZach Hilman2019-07-045-6/+110
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Implemented InitializeApplicationInfo & InitializeApplicationInfoRestricted
| * | | | | | | Added errors.h to cmakelistDavid Marcec2019-06-281-0/+1
| | | | | | | |
| * | | | | | | Addressed issuesDavid Marcec2019-06-282-17/+12
| | | | | | | |
| * | | | | | | Implemented InitializeApplicationInfo & InitializeApplicationInfoRestrictedDavid Marcec2019-06-274-6/+114
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | InitializeApplicationInfoRestricted will need further implementation as it's checking for other user requirements about the game. As we're emulating, we're assuming the user owns the game so we skip these checks currently, implementation will need to be added further on
* | | | | | | Merge pull request #2608 from ogniK5377/Time_GetSharedMemoryNativeHandleZach Hilman2019-07-048-28/+260
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Implement Time::GetSharedMemoryNativeHandle
| * | | | | | Addressed issuesDavid Marcec2019-06-265-37/+53
| | | | | | |
| * | | | | | Implement Time::GetSharedMemoryNativeHandleDavid Marcec2019-06-258-29/+245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR attempts to implement the shared memory provided by GetSharedMemoryNativeHandle. There is still more work to be done however that requires a rehaul of the current time module to handle clock contexts. This PR is mainly to get the basic functionality of the SharedMemory working and allow the use of addition to it whilst things get improved on. Things to note: Memory Barriers are used in the SharedMemory and a better solution would need to be done to implement this. Currently in this PR I’m faking the memory barriers as everything is sync and single threaded. They work by incrementing the counter and just populate the two data slots. On data reading, it will read the last added data. Specific values in the shared memory would need to be updated periodically. This isn't included in this PR since we don't actively do this yet. In a later PR when time is refactored this should be done. Finally, as we don't handle clock contexts. When time is refactored, we will need to update the shared memory for specific contexts. This PR does this already however since the contexts are all identical and not separated. We're just updating the same values for each context which in this case is empty. Tiime:SetStandardUserSystemClockAutomaticCorrectionEnabled, Time:IsStandardUserSystemClockAutomaticCorrectionEnabled are also partially implemented in this PR. The reason the implementation is partial is because once again, a lack of clock contexts. This will be improved on in a future PR. This PR closes issue #2556
* | | | | | | Merge pull request #2604 from ogniK5377/INotificationServicebunnei2019-07-035-1/+130
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Implemented INotificationService
| * | | | | | Attemp clang format fix?David Marcec2019-06-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems to be an issue with clang format
| * | | | | | Addressed issuesDavid Marcec2019-06-282-13/+13
| | | | | | |
| * | | | | | SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this should be the users account idDavid Marcec2019-06-251-1/+3
| | | | | | |
| * | | | | | fixed spelling errors and fixed issue with Pop not returning the SizedNotificationInfoDavid Marcec2019-06-251-6/+8
| | | | | | |
| * | | | | | Implemented INotificationServiceDavid Marcec2019-06-245-1/+127
| |/ / / / /
* | | | | | file_sys: Rename other ContentRecordType membersBakugo2019-07-025-7/+8
| | | | | |
* | | | | | file_sys/registered_cache: Improve missing metadata errorBakugo2019-07-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This can happen when installing NSPs too, not just XCIs.
* | | | | | file_sys/submission_package: Don't warn about missing DeltaFragment NCAsBakugo2019-07-011-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | DeltaFragments are not useful to us and are often not included in patch NSPs.
* | | | | | file_sys/registered_cache: Ignore DeltaFragment NCAs during installationBakugo2019-07-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | DeltaFragments are only used to download and apply partial patches on a real console, and are not useful to us at all. Most patch NSPs do not include them, and when they do, it's a waste of space to install them.
* | | | | | file_sys: Rename ContentRecordType::Patch to DeltaFragmentBakugo2019-07-011-1/+1
| |_|_|/ / |/| | | | | | | | | | | | | | Avoids potential confusion, since patches and DeltaFragments are not the same thing. Actual full patches are listed under the Program type.
* | | | | Merge pull request #2583 from FernandoS27/core-timing-safebunnei2019-06-303-49/+14
|\ \ \ \ \ | |_|_|/ / |/| | | | Core_Timing: Make core_timing threadsafe by default.
| * | | | Core_Timing: Make core_timing threadsafe by default.Fernando Sahmkow2019-06-163-49/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old implementation had faulty Threadsafe methods where events could be missing. This implementation unifies unsafe/safe methods and makes core timing thread safe overall.
* | | | | Merge pull request #2533 from DarkLordZach/memory-frozenbunnei2019-06-284-0/+274
|\ \ \ \ \ | |_|_|/ / |/| | | | memory: Add class to manage and enforce memory freezing
| * | | | freezer: Update documentationZach Hilman2019-06-211-1/+8
| | | | |
| * | | | core: Move Freezer class to tools namespaceZach Hilman2019-06-214-17/+17
| | | | |
| * | | | freezer: Add documentation for methodsZach Hilman2019-06-212-30/+49
| | | | |
| * | | | memory: Add class to manage and enforce memory freezingZach Hilman2019-06-214-0/+248
| | | | |
* | | | | Merge pull request #2548 from DarkLordZach/applet-shopnbunnei2019-06-2617-120/+879
|\ \ \ \ \ | | | | | | | | | | | | applets: Implement backend and default frontend for Parental Controls and EShop (ShopN) applets
| * | | | | applets: Pass current process title ID to appletsZach Hilman2019-06-2511-41/+59
| | | | | | | | | | | | | | | | | | | | | | | | Avoids using system accessor to get current process in applet code.
| * | | | | general_frontend: Add documentation for parental controls and ecommerce appletsZach Hilman2019-06-254-20/+48
| | | | | |
| * | | | | 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.
| * | | | | frontend: Add base class and default impl for ECommerce applet frontendZach Hilman2019-06-252-0/+102
| | | | | |
| * | | | | 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
| | | | | |
| * | | | | web_browser: Rename OpenPage to OpenPageLocalZach Hilman2019-06-252-7/+7
| | | | | | | | | | | | | | | | | | This is more representative of what actually occurs, as web does support remote URLs which wouldn't need a romfs callback. This paves for easy future support of this with a call like 'OpenPageRemote' or similar.
| * | | | | frontend: Add base class and default impl of parent controls applet frontendZach Hilman2019-06-252-1/+52
| | | | | |
| * | | | | applets: Implement Auth applet backendZach Hilman2019-06-252-0/+146
| | |_|/ / | |/| | | | | | | | This is responsible for parental controls and supports verifying, changing, and registering PIN codes.
* | | | | glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman2019-06-267-37/+71
| | | | |
* | | | | core: Keep track of ARPManager and register current application on bootZach Hilman2019-06-252-0/+76
| | | | |
* | | | | glue: Implement arp:w and arp:r servicesZach Hilman2019-06-253-2/+330
| | | | | | | | | | | | | | | | | | | | These keep track of running process' launch properties and control properties and allows for issuing and reading them by process and title ID.
* | | | | glue: Add errors for glue/arp servicesZach Hilman2019-06-254-2/+65
| | | | |
* | | | | glue: Add scaffolding for bgtc:t and bgtc:sc servicesZach Hilman2019-06-252-0/+73
| | | | |
* | | | | arp: Move to glue servicesZach Hilman2019-06-252-91/+0
| | | | | | | | | | | | | | | | | | | | Glue is the name of the sysmodule that contains both arp and bgtc.
* | | | | glue: Add manager to keep track of application registryZach Hilman2019-06-253-0/+121
| | | | | | | | | | | | | | | | | | | | Manages mapping between title IDs and application launch and control properties.
* | | | | registered_cache: Add getter to determine source slot in content provider unionZach Hilman2019-06-252-0/+17
| | | | | | | | | | | | | | | | | | | | Used to determine StorageId source for application data.
* | | | | patch_manager: Add getter for title versionZach Hilman2019-06-252-2/+14
|/ / / /
* | | | Update reporter.cppThomas May2019-06-221-5/+5
| | | |
* | | | Merge pull request #2602 from lioncash/castbunnei2019-06-211-3/+3
|\ \ \ \ | | | | | | | | | | service/acc: Silence truncation warnings
| * | | | service/acc: Silence truncation warningsLioncash2019-06-211-3/+3
| |/ / / | | | | | | | | | | | | | | | | The sanitizing function ensures that the returned type is always the correct type. This eliminates warnings without extra casts.
* | | | Merge pull request #2575 from DarkLordZach/process-id-typesbunnei2019-06-215-9/+27
|\ \ \ \ | | | | | | | | | | kernel: Differentiate kernel and user processes when picking ID
| * | | | kernel: Differentiate kernel and user processes when picking IDZach Hilman2019-06-105-9/+27
| | |_|/ | |/| | | | | | | | | | This allows kernel internal type processes to be assigned IDs in the KIP range while userland processes are assigned in the user range.
* | | | Merge pull request #2546 from DarkLordZach/kipsbunnei2019-06-2110-119/+521
|\ \ \ \ | | | | | | | | | | loader, file_sys: Add support for parsing and loading KIP (Kernel Internal Process) files
| * | | | kernel_executable: Optimize BLZ decompressionZach Hilman2019-06-072-10/+13
| | | | |
| * | | | game_list: Accept *.kip as a file extension of executablesZach Hilman2019-06-051-1/+1
| | | | |
| * | | | loader: Add recognition for KIP file typeZach Hilman2019-06-052-0/+11
| | | | |
| * | | | loader: Add KIP and INI file parser-specific errorsZach Hilman2019-06-052-1/+9
| | | | |
| * | | | loader: Add AppLoader_KIP for KIP filesZach Hilman2019-06-053-0/+135
| | | | |
| * | | | program_metadata: Add function to load meta from raw parametersZach Hilman2019-06-052-0/+20
| | | | | | | | | | | | | | | | | | | | Needed for KIP loading as KIPs do not have an NPDM but do have the essential parts of the data within.
| * | | | partition_data_manager: Remove KIP processing and use FileSysZach Hilman2019-06-051-118/+13
| | | | | | | | | | | | | | | | | | | | Previously, this TU contained the necessary headers to parse KIP/INI but now it should just use the FileSys class.
| * | | | file_sys: Add classes to parse KIP1 and INI1 filesZach Hilman2019-06-053-0/+330
| | | | |
* | | | | Merge pull request #2482 from DarkLordZach/prepobunnei2019-06-2130-53/+796
|\ \ \ \ \ | |_|_|/ / |/| | | | core: Add detailed local reporting feature for development
| * | | | loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-2621-70/+135
| | | | | | | | | | | | | | | Also cleanup of general stuff
| * | | | prepo: Save reports from PlayReport serviceZach Hilman2019-05-251-2/+23
| | | | | | | | | | | | | | | | | | | | Logs a lot of seemingly innocuous telemetry games generate.
| * | | | fatal: Save report on fatal:u callZach Hilman2019-05-251-21/+5
| | | | | | | | | | | | | | | | | | | | Matches offical behavior with creport and replaces old log/text based report system.
| * | | | service: Save report on unimplemented function callZach Hilman2019-05-251-0/+3
| | | | |
| * | | | 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.
| * | | | svc: Save report on call to svcBreakZach Hilman2019-05-251-1/+7
| | | | |
| * | | | core: Add Reporter class to take/save reportsZach Hilman2019-05-255-1/+416
| | | | |
| * | | | settings: Add 'Reporting Services' config optionZach Hilman2019-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | Full enable/disable for all reports.
| * | | | arm_interface: Expand backtrace generationZach Hilman2019-05-252-7/+194
| | | | | | | | | | | | | | | | | | | | Returns results as a vector of entries for further processing. Logs addresses, offsets, and mangled name.
| * | | | core: Track load offsets of NSO modulesZach Hilman2019-05-253-0/+18
| | | | | | | | | | | | | | | | | | | | Needed for backtrace decomposition
* | | | | Merge pull request #2596 from FernandoS27/revert-2590bunnei2019-06-201-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Revert PR 2590.
| * | | | | Revert PR 2590.Fernando Sahmkow2019-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though it has been proven that IAudioRenderer:SystemEvent is actually an automatic event. The current implementation of such event is all thought to be manual. Thus it's implementation needs to be corrected when doing such change. As it is right now this PR introduced a series of regressions on softlocks on multiple games. Therefore, this pr reverts such change until a correct implementation is made.
* | | | | | Merge pull request #2595 from jonsn0w/patch-1Hexagon122019-06-201-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Update content_archive.cpp
| * | | | | Update content_archive.cppjonsn0w2019-06-201-2/+2
| | | | | | | | | | | | | | | | | | log clutter in debug logs when theres really no need
* | | | | | Merge pull request #2591 from lioncash/recordbunnei2019-06-204-398/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | core: Remove unused CiTrace source files
| * | | | | | core: Remove unused CiTrace source filesLioncash2019-06-184-398/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These source files have been unused for the entire lifecycle of the project. They're a hold-over from Citra and only add to the build time of the project, so they can be removed. There's also likely no way this would ever work in yuzu in its current form without revamping quite a bit of it, given how different the GPU on the Switch is compared to the 3DS.
* | | | | | | Merge pull request #2590 from lioncash/eventbunnei2019-06-201-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | service/audio/audren_u: Correct event reset type for the system event
| * | | | | | service/audio/audren_u: Correct event reset type for the system eventLioncash2019-06-181-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | This is actually an auto-reset event in the audio service itself, not a manual one.
* | | | | | Addressed issuesDavid Marcec2019-06-174-9/+14
| | | | | |
* | | | | | Signalled accumulated_suspended_tick_changed_event on creation based on REDavid Marcec2019-06-161-0/+1
| | | | | |
* | | | | | CleanupDavid Marcec2019-06-1611-29/+38
| | | | | |
* | | | | | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec2019-06-168-8/+79
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge pull request #2581 from lioncash/hexZach Hilman2019-06-159-28/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | common/hex_util: Combine HexVectorToString() and HexArrayToString()
| * | | | | | common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash2019-06-129-28/+33
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #2582 from lioncash/reservedbunnei2019-06-141-1/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | file_sys/ips_layer: Remove unnecessary reserve() call
| * | | | | | file_sys/ips_layer: Remove unnecessary reserve() callLioncash2019-06-131-1/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Given 'replace' is assigned to on the following line, this isn't necessary, given the underlying data is going to be overwritten entirely.
* | | | | | Merge pull request #2580 from lioncash/redundantZach Hilman2019-06-131-3/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | kernel/vm_manager: Remove redundant Reset call in destructor
| * | | | | | kernel/vm_manager: Remove redundant Reset call in destructorLioncash2019-06-121-3/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is performing more work than would otherwise be necessary during VMManager's destruction. All we actually want to occur in this scenario is for any allocated memory to be freed, which will happen automatically as the VMManager instance goes out of scope. Anything else being done is simply unnecessary work.
* | | | | | Merge pull request #2577 from lioncash/fsZach Hilman2019-06-131-17/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | | file_sys/card_image: Minor cleanup
| * | | | | file_sys/card_image: Remove obsolete TODOLioncash2019-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | We already support Rev 1+.
| * | | | | file_sys/card_image: Deduplicate casts within AddNCAFromPartition()Lioncash2019-06-111-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | Makes for nicer reading.
| * | | | | file_sys/card_image: Make bracing consistentLioncash2019-06-111-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | Makes for more consistent reading.