Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-01 | video_core: Make global EmuWindow instance part of the base renderer class | Lioncash | |
Makes the global a member of the RendererBase class. We also change this to be a reference. Passing any form of null pointer to these functions is incorrect entirely, especially given the code itself assumes that the pointer would always be in a valid state. This also makes it easier to follow the lifecycle of instances being used, as we explicitly interact the renderer with the rasterizer, rather than it just operating on a global pointer. | |||
2018-08-01 | Fix merge conflicts with opus and update docs | Zach Hilman | |
2018-08-01 | Use more descriptive error codes and messages | Zach Hilman | |
2018-08-01 | Make XCI comply to review and style guidelines | Zach Hilman | |
2018-08-01 | Remove files that are not used | Zach Hilman | |
2018-07-30 | Merge pull request #860 from FearlessTobi/port-3911 | bunnei | |
Port #3911 from Citra: "citra-qt: optimize settings application" | |||
2018-07-29 | Port #3913 from Citra: "citra_qt: Remove obsolete application attribute" | fearlessTobi | |
2018-07-29 | Port #3911 from Citra: "Optimize settings application" | fearlessTobi | |
2018-07-27 | Merge pull request #839 from FearlessTobi/actually-port-3594 | bunnei | |
Port #3594 from Citra: "citra_qt: Add Continue/Pause & Toggle Speed Limit hotkeys" | |||
2018-07-26 | Port #3594 from Citra | fearlessTobi | |
2018-07-26 | Port #3665 from Citra | fearlessTobi | |
2018-07-22 | Frontend: Check for more required OpenGL extensions during startup. | Subv | |
2018-07-21 | file_util: Use an enum class for GetUserPath() | Lioncash | |
Instead of using an unsigned int as a parameter and expecting a user to always pass in the correct values, we can just convert the enum into an enum class and use that type as the parameter type instead, which makes the interface more type safe. We also get rid of the bookkeeping "NUM_" element in the enum by just using an unordered map. This function is generally low-frequency in terms of calls (and I'd hope so, considering otherwise would mean we're slamming the disk with IO all the time) so I'd consider this acceptable in this case. | |||
2018-07-14 | OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering. | bunnei | |
2018-07-12 | yuzu - Fix duplicate logs | James Rowe | |
2018-07-02 | Add configurable logging backends | James Rowe | |
2018-07-02 | Rename logging macro back to LOG_* | James Rowe | |
2018-06-26 | yuzu: Remove SSBOs check from Qt frontend. | bunnei | |
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-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-04-26 | frontends: Move logging macros over to new fmt-capable ones | Lioncash | |
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 | Add Dark theme, Icon theming | N00byKing | |
configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings | |||
2018-03-25 | main.cpp: Replace Citra with yuzu Wiki Links | N00byKing | |
2018-03-25 | main.cpp: Update Dialog from citra to yuzu | N00byKing | |
2018-03-24 | GPU: Make the debug_context variable a member of the frontend instead of a ↵ | Subv | |
global. | |||
2018-03-24 | Frontend: Allow opening the Surface View widget in the Qt frontend. | Subv | |
2018-03-24 | Frontend: Ported the GPU breakpoints and surface viewer widgets from citra. | Subv | |
2018-03-22 | Change "yuzu starting..." to be logged with the new macro | Daniel Lim Wee Soong | |
Just as a proof that it works | |||
2018-03-21 | CMake: Set EMU_ARCH_BITS in CMakeLists.txt | N00byKing | |
2018-02-26 | Removes the use of QKeySequence::Cancel (#186) | Vishal Sharma | |
* Removes the use of QKeySequence::Cancel to remove issues while running make * Corrects characters in a line for travis failure * Corrects space in a line for travis failure | |||
2018-01-18 | qt: Migrate to Qt 5 signal/slot connection syntax where applicable | Lioncash | |
2018-01-16 | clang-format | MerryMage | |
2018-01-16 | Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39) | N00byKing | |
2018-01-16 | Merge citra-emu PR#3159 by FearlessTobi(citra-qt : Fix a bug in our ↵ | goaaats | |
fullscreen implementation) | |||
2018-01-16 | Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode) | goaaats | |
2018-01-14 | Remove Surface Viewer stub | Jannik Vogel | |
2018-01-14 | Implement "About" dialog | spycrab | |
2018-01-13 | Minor cleanup | MerryMage | |
2018-01-12 | Removing unused settings and yuzu rebranding | James Rowe | |
2018-01-12 | Remove gpu debugger and get yuzu qt to compile | James Rowe | |