| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-12 | hid: Clear keyboard states & fix logic issue | David Marcec | |
| 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 | |||
| 2020-05-11 | hle: service: time_zone_manager: Use current time zone setting. | bunnei | |
| 2020-05-11 | core: settings: Add a setting for time zone. | bunnei | |
| 2020-05-11 | service: fsp_srv: Stub implementation of OpenMultiCommitManager. | bunnei | |
| 2020-05-11 | file_sys: savefata_factory: Update to support DeviceSaveData. | bunnei | |
| 2020-05-11 | file_sys: control_metadata: Expose device_save_data_size. | bunnei | |
| 2020-05-12 | Stub SendKeyboardLockKeyEvent | David Marcec | |
| Needed for Puchikon 4 SmileBASIC 1.0.0 | |||
| 2020-05-08 | Replace externals with Conan (#3735) | James Rowe | |
| * 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 | |||
| 2020-05-07 | Merge pull request #3879 from lioncash/global2 | bunnei | |
| hle_ipc: Eliminate core memory globals | |||
| 2020-05-05 | Merge pull request #3881 from lioncash/mem-warning | bunnei | |
| kernel/memory: Resolve several compiler warnings | |||
| 2020-05-04 | Merge pull request #3880 from lioncash/encoding | bunnei | |
| kernel/memory: Amend potential encoding warnings | |||
| 2020-05-04 | Merge pull request #3843 from ogniK5377/GetPopFromGeneralChannelEvent | bunnei | |
| am: IHomeMenuFunctions:GetPopFromGeneralChannelEvent | |||
| 2020-05-03 | Merge pull request #3822 from ogniK5377/GetAccountId | bunnei | |
| acc: Return a unique value per account for GetAccountId | |||
| 2020-05-03 | kernel/memory: Remove #pragma once within cpp file | Lioncash | |
| This isn't necessary in a cpp file and will cause warnings on clang. | |||
| 2020-05-03 | kernel/memory: Remove unused includes | Lioncash | |
| Prevents header churn and needing to recompile these files if these headers are ever changed in the future. | |||
| 2020-05-03 | kernel/memory: Remove unused variables in memory_block_manager | Lioncash | |
| Prevents unused variable warnings. | |||
| 2020-05-03 | kernel/memory: Make use of std::array consistently in address_space_info | Lioncash | |
| This allows tuning standard library implementations to enable or disable range checks at runtime, which is nicer for debugging. | |||
| 2020-05-03 | kernel/memory: Resolve -Wshadow warnings | Lioncash | |
| Prevents variable name clashing. | |||
| 2020-05-03 | kernel/memory: Amend potential encoding warnings | Lioncash | |
| 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. | |||
| 2020-05-03 | hle_ipc: Eliminate core memory globals | Lioncash | |
| We can just pass the required instances into the constructor of the request, eliminating all usages of the global system accessor. | |||
| 2020-05-03 | settings: Add anisotropic filtering level to the yuzu configuration log (#3875) | Morph | |
| 2020-05-02 | Merge pull request #3871 from lioncash/semi | bunnei | |
| readable_event: Remove unnecessary semicolon in Signal() | |||
| 2020-05-02 | Merge pull request #3824 from ogniK5377/GetDisplayVersion | bunnei | |
| am: Properly implement GetDisplayVersion | |||
| 2020-05-02 | Update src/core/hle/service/am/am.cpp | bunnei | |
| Co-authored-by: Mat M. <mathew1800@gmail.com> | |||
| 2020-05-02 | readable_event: Remove unnecessary semicolon in Signal() | Lioncash | |
| 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. | |||
| 2020-05-02 | Merge pull request #3811 from ogniK5377/audin-init | bunnei | |
| audin:u: ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecified | |||
| 2020-05-02 | Merge pull request #3819 from ogniK5377/err-log2 | bunnei | |
| kernel: Don't fail silently | |||
| 2020-05-01 | Merge pull request #3833 from qwell/caps_su-32-stub | bunnei | |
| Add stub for caps:su SetShimLibraryVersion | |||
| 2020-05-01 | Merge pull request #3821 from ogniK5377/InitializeApplicationInfo-fix | bunnei | |
| acc: Fix InitializeApplicationInfo | |||
| 2020-05-01 | Merge pull request #3812 from ogniK5377/lisst-qualified-users | bunnei | |
| account: ListQualifiedUsers | |||
| 2020-05-02 | nvdrv: Fix GetGpuTime stack corruption | David Marcec | |
| IoctlGetGpuTime should be 16 bytes, not 8. | |||
| 2020-05-01 | am: IHomeMenuFunctions:GetPopFromGeneralChannelEvent | David Marcec | |
| QLaunch 1.0.0 | |||
| 2020-04-30 | caps:su Stub out SetShimLibraryVersion | Jason Parker | |
| Used by Animal Crossing: New Horizons when trying to take a picture. | |||
| 2020-04-30 | Merge pull request #3823 from ogniK5377/setvrmode | Mat M | |
| am: IsVrModeEnabled & SetVrModeEnabled fixes | |||
| 2020-04-30 | Merge pull request #3830 from ogniK5377/GetFriendInvitationStorageChannelEvent | Mat M | |
| am: GetFriendInvitationStorageChannelEvent | |||
| 2020-04-30 | Merge pull request #3835 from ogniK5377/GetFreeSpaceSize-GetTotalSpaceSize | Mat M | |
| fs-srv: GetFreeSpaceSize & GetTotalSpaceSize | |||
| 2020-04-30 | Merge pull request #3832 from ogniK5377/nim-eca-CreateServerInterface | Mat M | |
| nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterface | |||
| 2020-04-30 | Merge pull request #3831 from ogniK5377/caps-su-names | Mat M | |
| caps: Add missing service names to caps:su | |||
| 2020-04-30 | fs-srv: GetFreeSpaceSize & GetTotalSpaceSize | David Marcec | |
| Closes #3533 Turns out the functions were already implemented but just never added | |||
| 2020-04-30 | nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterface | David Marcec | |
| Closes #3026 | |||
| 2020-04-30 | caps: Add missing service names to caps:su | David Marcec | |
| SetShimLibraryVersion, SaveScreenShotEx1 & SaveScreenShotEx2 were missing | |||
| 2020-04-30 | am: GetFriendInvitationStorageChannelEvent | David Marcec | |
| Closes #3829 | |||
| 2020-04-29 | psm: Mark as debug instead of warning | David Marcec | |
| No point to emulate battery life. However options are broken out if we ever want to add a setting for it | |||
| 2020-04-29 | am: Properly implement GetDisplayVersion | David Marcec | |
| Properly implement IApplicationFunctions::GetDisplayVersion | |||
| 2020-04-29 | am: IsVrModeEnabled & SetVrModeEnabled fixes | David Marcec | |
| 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 | |||
| 2020-04-29 | acc: Return a unique value per account for GetAccountId | David Marcec | |
| 2020-04-29 | acc: Fix InitializeApplicationInfo | David Marcec | |
| We're not suppose to pop a u64, should just read the sent pid and check that | |||
| 2020-04-29 | kernel: Don't fail silently | David Marcec | |
| 2020-04-28 | Merge pull request #3818 from ogniK5377/err-log | Mat M | |
| Don't fail silently for vi, sm, set and ns services | |||
| 2020-04-28 | Merge pull request #3783 from lioncash/pointer | Mat M | |
| physical_core: Make use of std::make_unique instead of std::make_shared in ctor | |||
