Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-17 | settings: Turn docked mode off by default. | bunnei | |
2018-07-14 | OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering. | bunnei | |
2018-07-12 | yuzu - Fix duplicate logs | James Rowe | |
2018-07-09 | Merge pull request #634 from FearlessTobi/port-viewport-fix | bunnei | |
Port #3505 from Citra: Fix QGLWidget viewport resize on macOS | |||
2018-07-07 | Revert "Virtual Filesystem (#597)" | bunnei | |
This reverts commit 77c684c1140f6bf3fb7d4560d06d2efb1a2ee5e2. | |||
2018-07-07 | Port #3505 from CItra | fearlessTobi | |
2018-07-06 | Virtual Filesystem (#597) | Zach Hilman | |
* Add VfsFile and VfsDirectory classes * Finish abstract Vfs classes * Implement RealVfsFile (computer fs backend) * Finish RealVfsFile and RealVfsDirectory * Finished OffsetVfsFile * More changes * Fix import paths * Major refactor * Remove double const * Use experimental/filesystem or filesystem depending on compiler * Port partition_filesystem * More changes * More Overhaul * FSP_SRV fixes * Fixes and testing * Try to get filesystem to compile * Filesystem on linux * Remove std::filesystem and document/test * Compile fixes * Missing include * Bug fixes * Fixes * Rename v_file and v_dir * clang-format fix * Rename NGLOG_* to LOG_* * Most review changes * Fix TODO * Guess 'main' to be Directory by filename | |||
2018-07-02 | Add configurable logging backends | James Rowe | |
2018-07-02 | Update clang format | James Rowe | |
2018-07-02 | Rename logging macro back to LOG_* | James Rowe | |
2018-06-27 | settings: Add a configuration for use_accurate_framebuffers. | bunnei | |
2018-06-26 | yuzu: Remove SSBOs check from Qt frontend. | bunnei | |
2018-06-22 | Merge pull request #579 from SciresM/master | bunnei | |
svc: Fully implement svcSignalToAddress and svcWaitForAddress | |||
2018-06-21 | Add support for decrypted NCA files (#567) | Zach Hilman | |
* Start to add NCA support in loader * More nca stuff * More changes to nca.cpp * Now identifies decrypted NCA cont. * Game list fixes and more structs and stuff * More updates to Nca class * Now reads ExeFs (i think) * ACTUALLY LOADS EXEFS! * RomFS loads and games execute * Cleanup and Finalize * plumbing, cleanup and testing * fix some things that i didnt think of before * Preliminary Review Changes * Review changes for bunnei and subv | |||
2018-06-21 | Kernel/Arbiters: Mostly implement SignalToAddress | Michael Scire | |
2018-06-21 | Kernel/Arbiters: Implement WaitForAddress | Michael Scire | |
2018-06-14 | Bug fixes, testing, and review changes | Zach Hilman | |
2018-06-14 | Add 'Load Folder' menu option | Zach Hilman | |
2018-06-14 | Add support for main files in file picker | Zach Hilman | |
2018-06-14 | Recognize main files in game list | Zach Hilman | |
2018-06-12 | Qt: Removed the Registers widget. | Subv | |
It was crashing and nobody actually uses this. | |||
2018-06-04 | qt: add check for GL extension support | BreadFish64 | |
2018-05-19 | Qt/WaitTree: Display the callstack for each thread in the wait tree widget. | Subv | |
2018-05-10 | thread: Rename mask to affinity_masks. | bunnei | |
2018-05-10 | wait_tree: Add ideal core and affinity mask. | bunnei | |
2018-05-10 | wait_tree: Show all threads on all schedulers. | bunnei | |
2018-05-10 | core: Add a configuration setting for use_multi_core. | bunnei | |
2018-05-10 | core: Implement multicore support. | bunnei | |
2018-04-29 | string_util: Remove StringFromFormat() and related functions | Lioncash | |
Given we utilize fmt, we don't need to provide our own functions for formatting anymore | |||
2018-04-26 | frontends: Move logging macros over to new fmt-capable ones | Lioncash | |
2018-04-24 | memory_manager: Make GpuToCpuAddress return an optional. | bunnei | |
2018-04-24 | memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses. | bunnei | |
2018-04-23 | Merge pull request #370 from Subv/sync_primitives | bunnei | |
Kernel: Reworked the new kernel synchronization primitives. | |||
2018-04-23 | GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format ↵ | Subv | |
as the A2BGR10 texture format. | |||
2018-04-20 | Qt: Update the WaitTree widget to show info about the current mutex of each ↵ | Subv | |
thread. | |||
2018-04-19 | Implement Pull #3528 from citra: use nvidia graphics automatically on ↵ | N00byKing | |
laptops with optimus (with AMD support) (#271) * Port 3528: use nvidia graphics automatically on laptops with optimus * Force dedicated AMD Card for switchable Graphics * Ran clang-format | |||
2018-04-14 | Fix the stuck in fullscreen bug (Original PR: citra-emu/citra#3611) | adityaruplaha | |
2018-04-07 | Prevent crash from uninitialized telemetry | James Rowe | |
2018-04-06 | core, main.h: Abort on 32Bit ROMs (#309) | N00byKing | |
* core, main.h: Abort on 32Bit ROMs * main.cpp: Fix Grammar | |||
2018-04-02 | Merge pull request #262 from daniellimws/fmtlib-macros | bunnei | |
Logging: Add fmtlib-based macros | |||
2018-04-02 | Merge pull request #267 from N00byKing/patch-1 | bunnei | |
Update Dialog from citra to yuzu | |||
2018-03-30 | Port citra-emu/citra#3610 to yuzu | N00byKing | |
2018-03-30 | Remove whitespaces | N00byKing | |
2018-03-30 | Add Dark theme, Icon theming | N00byKing | |
configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings | |||
2018-03-27 | Merge pull request #286 from N00byKing/citratoyuzuagain | bunnei | |
main.h: Add pragma once, remove ifndef | |||
2018-03-27 | main.h: Add pragma once, remove ifndef | N00byKing | |
2018-03-26 | config: Use simplified checkbox (from Citra) for CPU JIT. | bunnei | |
2018-03-26 | config: Rename is_docked to use_docked_mode to be consistent with other ↵ | bunnei | |
config bools. | |||
2018-03-26 | configure_general: Cleanup naming. | bunnei | |
2018-03-26 | qt: Add config option for is_docked. | bunnei | |