| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 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. | |||
| 2020-04-23 | page_table: Remove unused captures | Lioncash | |
| 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. | |||
| 2020-04-23 | kernel: memory: Improve implementation of device shared memory. (#3707) | bunnei | |
| * 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. | |||
| 2020-04-23 | GPU: Add Fast GPU Time Option. | Fernando Sahmkow | |
| 2020-04-23 | Merge pull request #3730 from lioncash/time | bunnei | |
| service/time: Remove reliance on the global system accessor | |||
| 2020-04-23 | Merge pull request #3697 from lioncash/declarations | bunnei | |
| CMakeLists: Enable -Wmissing-declarations on Linux builds | |||
| 2020-04-22 | Merge pull request #3677 from FernandoS27/better-sync | bunnei | |
| Introduce Predictive Flushing and Improve ASYNC GPU | |||
| 2020-04-22 | Merge pull request #3725 from MerryMage/fpcr | bunnei | |
| thread: FPCR.FZ is likely not 1 (and FPCR.RMode = TieAway and FPCR.DN = 0) | |||
| 2020-04-22 | Correct Linux Compile Error. | Fernando Sahmkow | |
| 2020-04-22 | UI: Replasce accurate GPU option for GPU Accuracy Level | Fernando Sahmkow | |
| 2020-04-21 | Merge pull request #3699 from FearlessTobi/port-5185 | bunnei | |
| Port citra-emu/citra#5185: "gdbstub: Fix some gdbstub jankiness" | |||
| 2020-04-21 | Merge pull request #3745 from bunnei/fix-homebrew-load | bunnei | |
| Fix process memory initialization for ELF and NRO | |||
| 2020-04-21 | Merge pull request #3698 from lioncash/warning | bunnei | |
| General: Resolve minor assorted warnings | |||
| 2020-04-20 | Merge pull request #3724 from bunnei/fix-unicorn | bunnei | |
| core: arm_unicorn: Fix interpret fallback by temporarily mapping instruction page. | |||
| 2020-04-20 | audio_renderer: Preliminary BehaviorInfo (#3736) | David | |
| * audio_renderer: Preliminary BehaviorInfo * clang format * Fixed IsRevisionSupported * fixed IsValidRevision * Fixed logic error & spelling errors & crash * Addressed issues | |||
| 2020-04-20 | loader: nro: Fix process initialization using ProgramMetadata default. | bunnei | |
| 2020-04-20 | loader: elf: Fix process initialization using ProgramMetadata default. | bunnei | |
| 2020-04-20 | file_sys: program_metadata: Add a helper function for generating reasonable ↵ | bunnei | |
| default metadata. - We need this for homebrew process initialization. | |||
| 2020-04-20 | service: Update function tables | Lioncash | |
| Keeps the service function tables up to date. Updated based off information on SwitchBrew. | |||
| 2020-04-20 | Merge pull request #3739 from MerryMage/disable_cpu_opt | Mat M | |
| dynarmic: Add option to disable CPU JIT optimizations | |||
| 2020-04-20 | npad: Lower log level for VibrateController to Debug | FearlessTobi | |
| 2020-04-20 | audren: Lower log level for RequestUpdateImpl to Debug | FearlessTobi | |
| 2020-04-20 | dynarmic: Add option to disable CPU JIT optimizations | MerryMage | |
| 2020-04-20 | Merge pull request #3712 from lioncash/remove | bunnei | |
| service: Remove unused RequestParser instances | |||
| 2020-04-20 | Merge pull request #3709 from lioncash/am | bunnei | |
| am: Resolve ineffective moves | |||
