| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3497 from FernandoS27/microprogfile-extend | 2020-03-12 | 1 | -2/+2 | |
| |\ | | | | | Small corrections and features to microprofile | ||||
| | * | NVFlinger: Do the microprofile Flip after processing a valid frame. | 2020-03-12 | 1 | -2/+2 | |
| | | | |||||
| * | | framebuffer_layout.h: drop the use of enum for screen dimensions. | 2020-03-11 | 2 | -10/+10 | |
| |/ | | | | +clang format | ||||
| * | Merge pull request #3301 from ReinUsesLisp/state-tracker | 2020-03-09 | 1 | -0/+1 | |
| |\ | | | | | video_core: Remove gl_state and use a state tracker based on dirty flags | ||||
| | * | video_core: Reintroduce dirty flags infrastructure | 2020-02-28 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge pull request #3452 from Morph1984/anisotropic-filtering | 2020-03-07 | 1 | -0/+1 | |
| |\ \ | | | | | | | frontend/Graphics: Add "Advanced" graphics tab and experimental Anisotropic Filtering support | ||||
| | * | | Create an "Advanced" tab in the graphics configuration tab and add ↵ | 2020-02-27 | 1 | -0/+1 | |
| | |/ | | | | | | | anisotropic filtering levels. | ||||
| * | | core: hle: Implement separate A32/A64 SVC interfaces. | 2020-03-02 | 2 | -107/+380 | |
| | | | |||||
| * | | core: Implement separate A32/A64 ARM interfaces. | 2020-03-02 | 20 | -120/+452 | |
| | | | |||||
| * | | core: loader: Remove check for 32-bit. | 2020-03-02 | 1 | -6/+0 | |
| | | | |||||
| * | | core: dynarmic: Add CP15 from Citra. | 2020-03-02 | 3 | -0/+234 | |
| | | | |||||
| * | | Merge pull request #3464 from FernandoS27/jit-fix | 2020-03-02 | 2 | -4/+19 | |
| |\ \ | |/ |/| | ARM_Interface: Cache the JITs instead of deleting/recreating. | ||||
| | * | ARM_Interface: Cache the JITs instead of deleting/recreating. | 2020-02-26 | 2 | -4/+19 | |
| | | | | | | | | | | | | | 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. | ||||
| * | | Merge pull request #3430 from bunnei/split-presenter | 2020-02-27 | 10 | -28/+32 | |
| |\ \ | | | | | | | Port citra-emu/citra#4940: "Split Presentation thread from Render thread" | ||||
| | * | | renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace. | 2020-02-26 | 1 | -41/+0 | |
| | | | | |||||
| | * | | core: frontend: Refactor scope_acquire_window_context to scope_acquire_context. | 2020-02-25 | 5 | -25/+28 | |
| | | | | |||||
| | * | | frontend: sdl2: emu_window: Implement separate presentation thread. | 2020-02-25 | 1 | -3/+0 | |
| | | | | |||||
| | * | | renderer_opengl: Add texture mailbox support for presenter thread. | 2020-02-25 | 1 | -0/+1 | |
| | | | | |||||
| | * | | core: frontend: emu_window: Add TextureMailbox class. | 2020-02-25 | 1 | -0/+41 | |
| | | | | |||||
| | * | | core: settings: Add setting to enable vsync, which is on by default. | 2020-02-25 | 3 | -0/+3 | |
| | |/ | |||||
| * | | AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454) | 2020-02-27 | 2 | -2/+14 | |
| | | | | | | | | | | | | | | | | | | | * Stub SetLcdBacklighOffEnabled Used by Super Smash Bros. Ultimate We require backlight services to be implemented to turn on/off the backlight. * Address feedback | ||||
| * | | Merge pull request #3431 from CJBok/npad-fix | 2020-02-25 | 1 | -5/+5 | |
| |\ \ | |/ |/| | InputCommon: analog_from_button get direction implementation | ||||
| | * | analog_from_button get direction implementation | 2020-02-18 | 1 | -5/+5 | |
| | | | |||||
| * | | Scheduler: Inline global scheduler in Scheduler Lock. | 2020-02-22 | 1 | -4/+2 | |
| | | | |||||
| * | | Kernel: Correct pending feedback. | 2020-02-22 | 1 | -3/+4 | |
| | | | |||||
| * | | System: Expose Host thread registering routines from kernel. | 2020-02-22 | 2 | -0/+14 | |
| | | | |||||
| * | | Kernel: Address Feedback. | 2020-02-22 | 6 | -30/+47 | |
| | | | |||||
| * | | Kernel: Implement Scheduler locks | 2020-02-22 | 2 | -0/+89 | |
| | | | |||||
| * | | Kernel: Implement Time Manager. | 2020-02-22 | 5 | -1/+98 | |
| | | | |||||
| * | | Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. | 2020-02-22 | 5 | -24/+107 | |
| | | | |||||
| * | | Kernel: Make global scheduler depend on KernelCore | 2020-02-22 | 4 | -8/+24 | |
| | | | |||||
| * | | httplib compatibility | 2020-02-18 | 1 | -3/+4 | |
| |/ | |||||
| * | Merge pull request #3412 from Morph1984/aspect-ratio | 2020-02-17 | 3 | -3/+34 | |
| |\ | | | | | GUI: Add aspect ratio dropdown | ||||
| | * | Add 4:3 aspect ratio and address feedback | 2020-02-14 | 2 | -10/+13 | |
| | | | |||||
| | * | Address feedback | 2020-02-14 | 2 | -18/+26 | |
| | | | |||||
| | * | Use enumeration instead of magic numbers | 2020-02-13 | 2 | -5/+11 | |
| | | | |||||
| | * | Add following aspect ratios: 16:9, 21:9, Stretch to Window | 2020-02-13 | 2 | -2/+16 | |
| | | | | | | | | | Available as a drop down within the configure graphics tab. | ||||
| * | | Merge pull request #3420 from namkazt/master2 | 2020-02-17 | 2 | -0/+20 | |
| |\ \ | | | | | | | nvhost_gpu: implement ChannelSetTimeslice | ||||
| | * | | nvhost_gpu: implement ChannelSetTimeslice | 2020-02-16 | 2 | -0/+20 | |
| | | | | |||||
| * | | | IUserLocalCommunicationService: add function Initialize2 | 2020-02-16 | 1 | -1/+9 | |
| | | | | |||||
| * | | | HLE: correct function name of IUserLocalCommunicationService | 2020-02-16 | 1 | -1/+1 | |
| |/ / | | | | | | | 402: function name should be Initialize2 (7.0.0+) not SetOperationMode Follow by: https://switchbrew.org/wiki/LDN_services#IUserLocalCommunicationService | ||||
| * | | Merge pull request #3401 from FernandoS27/synchronization | 2020-02-14 | 40 | -202/+402 | |
| |\ \ | | | | | | | Set of refactors for Kernel Synchronization and Hardware Constants | ||||
| | * | | Core: Correct compilition in GCC | 2020-02-14 | 1 | -0/+2 | |
| | | | | |||||
| | * | | Core: Address Feedback | 2020-02-13 | 6 | -24/+50 | |
| | | | | |||||
| | * | | Core: Set all hardware emulation constants in a single file. | 2020-02-11 | 17 | -53/+88 | |
| | | | | |||||
| | * | | Kernel: Refactor synchronization to better match RE | 2020-02-11 | 23 | -80/+212 | |
| | | | | |||||
| | * | | Kernel: Change WaitObject to Synchronization object. In order to better ↵ | 2020-02-11 | 20 | -73/+78 | |
| | | | | | | | | | | | | | reflect RE. | ||||
| * | | | Merge pull request #3400 from makigumo/patch-1 | 2020-02-13 | 1 | -2/+4 | |
| |\ \ \ | |_|/ |/| | | update hwopus DecodeInterleaved for FW 7.0.0+ | ||||
| | * | | update hwopus DecodeInterleaved for FW 7.0.0+ | 2020-02-11 | 1 | -2/+4 | |
| | |/ | | | | | | | trivial change, see https://switchbrew.org/wiki/Audio_services#IHardwareOpusDecoder | ||||
| * | | address_arbiter: Collapse loops in InsertThread() and RemoveThread() | 2020-02-12 | 1 | -19/+17 | |
| | | | | | | | | | | | Same behavior, but without the need to explicitly loop through everything manually. | ||||