Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-08 | Fix data source version 1 command looping | Kelebek1 | |
2023-09-06 | Merge pull request #11428 from Kelebek1/adsp_rework | liamwhite | |
Rework ADSP into a wrapper for apps | |||
2023-09-06 | Merge pull request #11434 from danilaml/fix-warnings | liamwhite | |
msvc: set warning level to /W4 globally | |||
2023-09-06 | Merge pull request #11437 from liamwhite/dump-shenanigans | liamwhite | |
qt: measure romfs dump completion by bytes read | |||
2023-09-06 | Merge pull request #11451 from german77/mob_mii | liamwhite | |
service: mii: Fix default mii database | |||
2023-09-05 | core: Add support for loading NSPs with personalized tickets. (#10048) | Steveice10 | |
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||
2023-09-05 | service: mii: Fix default mii database | german77 | |
2023-09-04 | Rework ADSP into a wrapper for apps | Kelebek1 | |
2023-09-03 | msvc: set warning level to /W4 globally | Danila Malyutin | |
And fix a bunch of warnings | |||
2023-09-02 | qt: measure romfs dump completion by bytes read | Liam | |
2023-09-02 | Merge pull request #11381 from liamwhite/romfs-dump | liamwhite | |
qt: fix romfs dumping for multiprogram applications | |||
2023-09-02 | Merge pull request #11383 from FernandoS27/are-you-a-wabbit | liamwhite | |
Fix regressions that damaged compute indirect & use reinterpret for copies with different byteblocksizes | |||
2023-09-02 | Merge pull request #11384 from liamwhite/am-shutdown | liamwhite | |
am: shorten shutdown timeout when lock is not held | |||
2023-09-02 | Merge pull request #11393 from FernandoS27/bayo-got-busted-up | liamwhite | |
Maxwell3D: Improve Index buffer size estimation. | |||
2023-09-02 | Merge pull request #11412 from liamwhite/key-area-keys | liamwhite | |
vfs: ensure key area keys are validated | |||
2023-09-02 | general: make -fwrapv generic to all architectures (#11379) | liamwhite | |
2023-09-01 | shader_recompiler: fix emulation of 3D textureGrad | Liam | |
2023-08-30 | android: Fix game content installer | Charles Lombardo | |
Before this would run on the main thread and freeze the device. Additionally this fixes the result dialog not appearing if a config change happens during the installation by getting the activity's fragment manager when needed. | |||
2023-08-30 | android: Combine LongMessageDialogFragment with MessageDialogFragment | Charles Lombardo | |
2023-08-30 | android: Support dynamic app shortcuts | Charles Lombardo | |
2023-08-30 | Merge pull request #11405 from t895/emulation-loading | Charles Lombardo | |
android: Emulation loading UI and fixes | |||
2023-08-30 | android: Separate emulation states from emulation mutex | Charles Lombardo | |
Emulation states are repeatedly checked by input and performance stats. During startup and shutdown, this could lead to a long halt on the UI thread because the call to IsRunning will be waiting on the emulation mutex to be unlocked. Using atomics should replace the existing functionality without causing problems. | |||
2023-08-30 | android: Game loading/shutting down indicators | Charles Lombardo | |
2023-08-30 | hwopus: Implement GetWorkBufferSizeExEx | FearlessTobi | |
Allows Sea of Stars to boot. Fixes https://github.com/yuzu-emu/yuzu/issues/11415. | |||
2023-08-30 | android: Create custom game icon loader | Charles Lombardo | |
2023-08-29 | Merge pull request #11380 from t895/settings-integration | Charles Lombardo | |
android: Settings rework | |||
2023-08-29 | android: Don't reload settings when stopping settings activity | Charles Lombardo | |
2023-08-29 | Merge pull request #11413 from t895/intents | Charles Lombardo | |
android: Support intents to emulation activity | |||
2023-08-29 | android: Add optional androidDefault property to settings | Charles Lombardo | |
Certain settings have specific defaults for Android only. This lets us reflect them in the Kotlin side with very little code. | |||
2023-08-29 | android: Proper state restoration on settings dialogs | Charles Lombardo | |
All dialog code (except for the Date/Time ones) has been extracted out into a generic settings dialog fragment that handles everything through a viewmodel. State for each dialog will now be retained and dialogs will stay shown through configuration changes. I won't be changing the current state of the date and time dialog fragments until Google decides to make their classes non-final or if/when we migrate to Jetpack Compose. | |||
2023-08-29 | android: Add search for settings | Charles Lombardo | |
2023-08-29 | android: Implement paired settings | Charles Lombardo | |
Enables and disables editing on settings that rely on other boolean settings. | |||
2023-08-29 | android: Prevent infinite switch toggle loop | Charles Lombardo | |
If something like a lifecycle event happens when this switch is toggled (Ex. whenever the black backgrounds switch is toggled), this could move the switch from the default position and trigger the checked changed listener and restart the loop. Here I just removed the listener at the start so we recycle the view properly still, set the checked state and then add the new listener. | |||
2023-08-29 | android: Migrate settings to navigation component | Charles Lombardo | |
Consolidates all of the settings components to the fragment and activity with no interfaces and only the settings fragment presenter. This also includes new material animations and new viewmodel usage to prevent the fragment and activity directly interacting with one another. | |||
2023-08-29 | android: Trim settings enums and items | Charles Lombardo | |
Take advantage of the new settings interface to reduce the amount of code we need for each setting item. Additionally make all settings items non-null to improve brevity. | |||
2023-08-29 | android: Expose interface for getting settings from native code | Charles Lombardo | |
Completely removes code related to parsing the settings file on the java side. Now all settings are accessed via NativeConfig.kt and config.cpp has been modified to be closer to the core counterpart. Since the core currently uses QSettings, we can't remove reliance from Wini yet. This also includes simplifications to each settings interface to get closer to native code and prepare for per-game settings. | |||
2023-08-29 | Merge pull request #11408 from Kelebek1/fix_audio_node_id | liamwhite | |
[Audio] Fix node id index in DropVoices | |||
2023-08-29 | Merge pull request #11409 from liamwhite/splatoon-nsd-v2 | liamwhite | |
sfdnsres: ensure lp1 is not resolved | |||
2023-08-29 | Merge pull request #11112 from danilaml/nvdec-deinterlace | liamwhite | |
Use initial_frame to check interlaced flag | |||
2023-08-29 | android: Support intents to emulation activity | Charles Lombardo | |
2023-08-29 | Merge pull request #11392 from t895/layout-troubles | Charles Lombardo | |
android: Emulation activity fixes | |||
2023-08-28 | vfs: ensure key area keys are validated | Liam | |
2023-08-28 | qt: ensure packed update nca is applied to the correct base | Liam | |
2023-08-28 | qt: fix romfs dumping for multiprogram applications | Liam | |
2023-08-28 | Merge pull request #11390 from FearlessTobi/hwopus-multi | liamwhite | |
hwopus: Implement OpenHardwareOpusDecoderForMultiStreamEx and DecodeInterleavedForMultiStream | |||
2023-08-28 | sfdnsres: ensure lp1 is not resolved | Liam | |
2023-08-28 | Fix node id index in DropVoices | Kelebek1 | |
2023-08-28 | Use initial_frame to check interlaced flag | Danila Malyutin | |
If final frame was transferred from GPU, it won't carry the props. Fixes #11089 | |||
2023-08-27 | Maxwell3D: Improve Index buffer size estimation. | Fernando Sahmkow | |
2023-08-27 | audio: allow more latency in cubeb initialization | Liam | |