| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-11 | framebuffer_layout.h: drop the use of enum for screen dimensions. | Vitor Kiguchi | |
| +clang format | |||
| 2020-03-09 | Merge pull request #3301 from ReinUsesLisp/state-tracker | Rodrigo Locatti | |
| video_core: Remove gl_state and use a state tracker based on dirty flags | |||
| 2020-03-07 | Merge pull request #3452 from Morph1984/anisotropic-filtering | bunnei | |
| frontend/Graphics: Add "Advanced" graphics tab and experimental Anisotropic Filtering support | |||
| 2020-03-02 | core: hle: Implement separate A32/A64 SVC interfaces. | bunnei | |
| 2020-03-02 | core: Implement separate A32/A64 ARM interfaces. | bunnei | |
| 2020-03-02 | core: loader: Remove check for 32-bit. | bunnei | |
| 2020-03-02 | core: dynarmic: Add CP15 from Citra. | bunnei | |
| 2020-03-02 | Merge pull request #3464 from FernandoS27/jit-fix | bunnei | |
| ARM_Interface: Cache the JITs instead of deleting/recreating. | |||
| 2020-02-28 | video_core: Reintroduce dirty flags infrastructure | ReinUsesLisp | |
| 2020-02-27 | Create an "Advanced" tab in the graphics configuration tab and add ↵ | Morph | |
| anisotropic filtering levels. | |||
| 2020-02-27 | Merge pull request #3430 from bunnei/split-presenter | bunnei | |
| Port citra-emu/citra#4940: "Split Presentation thread from Render thread" | |||
| 2020-02-27 | AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454) | Morph | |
| * Stub SetLcdBacklighOffEnabled Used by Super Smash Bros. Ultimate We require backlight services to be implemented to turn on/off the backlight. * Address feedback | |||
| 2020-02-26 | renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace. | bunnei | |
| 2020-02-26 | ARM_Interface: Cache the JITs instead of deleting/recreating. | Fernando Sahmkow | |
| This was a bug inherited from citra which was fixed by then at some time. This commit corrects such bug and ensures JITs are correctly recycled. | |||
| 2020-02-25 | Merge pull request #3431 from CJBok/npad-fix | bunnei | |
| InputCommon: analog_from_button get direction implementation | |||
| 2020-02-25 | core: frontend: Refactor scope_acquire_window_context to scope_acquire_context. | bunnei | |
| 2020-02-25 | frontend: sdl2: emu_window: Implement separate presentation thread. | bunnei | |
| 2020-02-25 | renderer_opengl: Add texture mailbox support for presenter thread. | bunnei | |
| 2020-02-25 | core: frontend: emu_window: Add TextureMailbox class. | bunnei | |
| 2020-02-25 | core: settings: Add setting to enable vsync, which is on by default. | bunnei | |
| 2020-02-22 | Scheduler: Inline global scheduler in Scheduler Lock. | Fernando Sahmkow | |
| 2020-02-22 | Kernel: Correct pending feedback. | Fernando Sahmkow | |
| 2020-02-22 | System: Expose Host thread registering routines from kernel. | Fernando Sahmkow | |
| 2020-02-22 | Kernel: Address Feedback. | Fernando Sahmkow | |
| 2020-02-22 | Kernel: Implement Scheduler locks | Fernando Sahmkow | |
| 2020-02-22 | Kernel: Implement Time Manager. | Fernando Sahmkow | |
| 2020-02-22 | Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. | Fernando Sahmkow | |
| 2020-02-22 | Kernel: Make global scheduler depend on KernelCore | Fernando Sahmkow | |
| 2020-02-18 | httplib compatibility | Brian Clinkenbeard | |
| 2020-02-18 | analog_from_button get direction implementation | CJBok | |
| 2020-02-17 | Merge pull request #3412 from Morph1984/aspect-ratio | bunnei | |
| GUI: Add aspect ratio dropdown | |||
| 2020-02-17 | Merge pull request #3420 from namkazt/master2 | bunnei | |
| nvhost_gpu: implement ChannelSetTimeslice | |||
| 2020-02-16 | IUserLocalCommunicationService: add function Initialize2 | Nguyen Dac Nam | |
| 2020-02-16 | HLE: correct function name of IUserLocalCommunicationService | Nguyen Dac Nam | |
| 402: function name should be Initialize2 (7.0.0+) not SetOperationMode Follow by: https://switchbrew.org/wiki/LDN_services#IUserLocalCommunicationService | |||
| 2020-02-16 | nvhost_gpu: implement ChannelSetTimeslice | namkazy | |
| 2020-02-14 | Merge pull request #3401 from FernandoS27/synchronization | bunnei | |
| Set of refactors for Kernel Synchronization and Hardware Constants | |||
| 2020-02-14 | Add 4:3 aspect ratio and address feedback | Morph | |
| 2020-02-14 | Core: Correct compilition in GCC | Fernando Sahmkow | |
| 2020-02-14 | Address feedback | Morph | |
| 2020-02-13 | Use enumeration instead of magic numbers | Morph | |
| 2020-02-13 | Add following aspect ratios: 16:9, 21:9, Stretch to Window | Morph | |
| Available as a drop down within the configure graphics tab. | |||
| 2020-02-13 | Merge pull request #3400 from makigumo/patch-1 | bunnei | |
| update hwopus DecodeInterleaved for FW 7.0.0+ | |||
| 2020-02-13 | Core: Address Feedback | Fernando Sahmkow | |
| 2020-02-12 | address_arbiter: Collapse loops in InsertThread() and RemoveThread() | Lioncash | |
| Same behavior, but without the need to explicitly loop through everything manually. | |||
| 2020-02-12 | address_arbiter: Simplify GetThreadsWaitingOnAddress() | Lioncash | |
| Simplifies the overall function and also allows for it to become a const-qualified member function. | |||
| 2020-02-12 | Merge pull request #3403 from lioncash/debug | bunnei | |
| bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear() | |||
| 2020-02-12 | bcat/backend: Make formatting of passphrase consistent in ↵ | Lioncash | |
| NullBackend::SetPassphrase() Aligns the '=' to be consistent with the rest of the logs within this source file. | |||
| 2020-02-12 | bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear() | Lioncash | |
| A formatting specifier within Clear wasn't being used, which will cause fmt to throw an exception. This fixes that. | |||
| 2020-02-12 | kernel/thread: Remove trivial usages of the global system accessor | Lioncash | |
| We can just use the kernel member variable directly instead of going through the system to obtain the same thing. | |||
| 2020-02-11 | Core: Set all hardware emulation constants in a single file. | Fernando Sahmkow | |
