Age | Commit message (Expand) | Author |
2019-09-22 | Add FPS to SDL title bar | jroweboy |
2019-09-21 | yuzu: Port old usages of Filesystem namespace to FilesystemController | Zach Hilman |
2019-06-05 | Merge pull request #2526 from lioncash/global | Zach Hilman |
2019-05-28 | yuzu_cmd/yuzu: Correct formatting specifier | Lioncash |
2019-05-28 | core/loader: Remove LoadKernelSystemMode | Lioncash |
2019-05-25 | yuzu_cmd: Split emu_window OpenGL implementation into its own file | ReinUsesLisp |
2019-05-17 | yuzu_cmd: Make OpenGL's context current | ReinUsesLisp |
2019-04-16 | CMakeLists: Ensure we specify Unicode as the codepage on Windows | Lioncash |
2019-03-26 | game_list: Register content with ContentProvider | Zach Hilman |
2019-03-19 | Fix getopt on systems where char is unsigned by default | xperia64 |
2019-03-04 | yuzu-cmd/yuzu: Replace direct usage of the global system telemetry accessor i... | Lioncash |
2019-02-06 | gl_shader_cache: Link loading screen with disk shader cache load | ReinUsesLisp |
2018-11-05 | Merge pull request #1441 from CarlKenner/DebuggerLog | bunnei |
2018-10-13 | filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste... | Lioncash |
2018-10-07 | cmd: Support passing game arguments from command line | Zach Hilman |
2018-10-07 | logging: Add DebuggerBackend for logging to Visual Studio | Carl Kenner |
2018-10-02 | Port web_service from Citra | fearlessTobi |
2018-09-19 | yuzu-cmd: Add call to CreateFactories | Zach Hilman |
2018-09-08 | yuzu-cmd: fix SDL logging | tgsm |
2018-09-02 | vfs_real: Forward declare IOFile | Lioncash |
2018-08-31 | core/core: Replace includes with forward declarations where applicable | Lioncash |
2018-08-15 | loader: Make ResultStatus directly compatible with fmt | Lioncash |
2018-08-09 | loader: Add more descriptive errors | Zach Hilman |
2018-08-08 | core: Port core to VfsFilesystem for file access | Zach Hilman |
2018-08-05 | Merge pull request #912 from lioncash/global-var | bunnei |
2018-08-04 | Merge pull request #849 from DarkLordZach/xci | bunnei |
2018-08-04 | video_core: Eliminate the g_renderer global variable | Lioncash |
2018-08-01 | video_core: Make global EmuWindow instance part of the base renderer class | Lioncash |
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-21 | file_util: Use an enum class for GetUserPath() | Lioncash |
2018-07-14 | OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering. | bunnei |
2018-07-12 | Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual erro... | Tobias |
2018-07-12 | yuzu-cmd Apply the filter string from settings | James Rowe |
2018-07-02 | Fix build and address review feedback | bunnei |
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-05-23 | yuzu_cmd: Fix project for latest msvc. | bunnei |
2018-04-26 | frontends: Move logging macros over to new fmt-capable ones | Lioncash |
2018-04-21 | Merge pull request #377 from adityaruplaha/sdl2-fullscreen | bunnei |
2018-04-21 | SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607) | adityaruplaha |
2018-04-19 | Implement Pull #3528 from citra: use nvidia graphics automatically on laptops... | N00byKing |
2018-03-26 | yuzu.cpp: Update Link from citra to yuzu | N00byKing |
2018-01-16 | clang-format | MerryMage |
2018-01-13 | Minor cleanup | MerryMage |
2018-01-12 | Get yuzu sdl to start compiling | James Rowe |