| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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-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: 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 | |||
| 2020-04-29 | Don't fail silently for vi, sm, set and ns services | David Marcec | |
| 2020-04-29 | kernel: Bad GetInfo ids should not be marked as stubs | David Marcec | |
| As we currently match hardware and don't return a successful result, these should be marked as errors instead of warnings and as stubs. | |||
| 2020-04-29 | Updated comment to reflect ListQualifiedUsers better | David Marcec | |
| 2020-04-29 | style: Change AMs & Glues error codes to be dec instead of hex | David Marcec | |
| Consistency for the rest of the error codes in the codebase | |||
| 2020-04-29 | marked stubs | David Marcec | |
| 2020-04-29 | account: ListQualifiedUsers | David Marcec | |
| Closes #2844 | |||
| 2020-04-29 | Audin:u ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ↵ | David Marcec | |
| ListAudioInsAutoFiltered, OpenAudioInProtocolSpecified Closes #2874 | |||
| 2020-04-27 | Merge pull request #3785 from ogniK5377/set-buffer-count-unit | bunnei | |
| vi: Don't let uninitialized data pass as a response for SetBufferCount | |||
| 2020-04-27 | Merge pull request #3797 from slashiee/hid-stub | Mat M | |
| services: hid: Stub StopSevenSixAxisSensor. | |||
| 2020-04-27 | Merge pull request #3742 from FernandoS27/command-list | bunnei | |
| Optimize GPU Command Lists and Introduce Fast GPU Time Option | |||
| 2020-04-26 | Merge pull request #3744 from lioncash/table2 | bunnei | |
| service: Update function tables | |||
| 2020-04-25 | services: hid: Stub StopSevenSixAxisSensor. | M&M | |
| - Used by The Legend of Zelda: Breath of the Wild v1.6.0 | |||
| 2020-04-24 | Merge pull request #3780 from lioncash/process | bunnei | |
| svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemory | |||
| 2020-04-24 | vi: Don't let uninitialized data pass as a response for SetBufferCount | David Marcec | |
| 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 | |||
| 2020-04-24 | physical_core: Make use of std::make_unique instead of std::make_shared in ctor | Lioncash | |
| 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. | |||
| 2020-04-23 | Merge pull request #3777 from lioncash/warn | Rodrigo Locatti | |
| page_table: Remove unused captures | |||
| 2020-04-23 | Merge pull request #3778 from lioncash/unused-var | Rodrigo Locatti | |
| svc: Remove unused variable | |||
| 2020-04-23 | shared_memory: Amend doxygen reference | Lioncash | |
| Amends the parameter to match the documentation reference. Resolves a -Wdocumentation warning with clang. | |||
| 2020-04-23 | svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemory | Lioncash | |
| These were lost in the re-implementation of the virtual memory manager. | |||
| 2020-04-23 | svc: Remove unused variable | Lioncash | |
| Since the VMM refactor, this is no longer used or needed. | |||
