| Age | Commit message (Collapse) | Author |
|
- Used by Captain Toad Treasure Tracker
|
|
We can just make use of moves here to get rid of two redundant copies
|
|
It's not needed to have it in its previous position anymore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes animal crossing svcBreak on launch
|
|
|
|
|
|
|
|
|
|
Allows Minecraft: Nintendo Switch Edition (a.k.a. old Minecraft) to boot and go ingame
|
|
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+
|
|
This was based on Switchbrew pages:
https://switchbrew.org/wiki/NRR
https://switchbrew.org/wiki/NRO
|
|
|
|
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
|
|
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.
|
|
hid: Clear keyboard states & fix logic issue
|
|
FS: Improve emulation of device saves
|
|
|
|
|
|
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
|
|
|
|
|
|
Needed for Puchikon 4 SmileBASIC 1.0.0
|
|
* 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
|
|
am: IHomeMenuFunctions:GetPopFromGeneralChannelEvent
|
|
acc: Return a unique value per account for GetAccountId
|
|
am: Properly implement GetDisplayVersion
|
|
Co-authored-by: Mat M. <mathew1800@gmail.com>
|
|
audin:u: ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecified
|
|
Add stub for caps:su SetShimLibraryVersion
|
|
acc: Fix InitializeApplicationInfo
|
|
account: ListQualifiedUsers
|
|
IoctlGetGpuTime should be 16 bytes, not 8.
|
|
QLaunch 1.0.0
|
|
Used by Animal Crossing: New Horizons when trying to take a picture.
|
|
am: IsVrModeEnabled & SetVrModeEnabled fixes
|
|
am: GetFriendInvitationStorageChannelEvent
|
|
fs-srv: GetFreeSpaceSize & GetTotalSpaceSize
|
|
nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterface
|
|
caps: Add missing service names to caps:su
|
|
Closes #3533
Turns out the functions were already implemented but just never added
|
|
Closes #3026
|
|
SetShimLibraryVersion, SaveScreenShotEx1 & SaveScreenShotEx2 were missing
|