| Commit message (Expand) | Author | Files | Lines |
2022-12-24 | Disable automatically opening the console on windows yuzu-cmd builds (#9485) | Chris Oboe | 1 | -0/+7 |
2022-11-29 | video_core: add null backend | Liam | 1 | -0/+4 |
2022-11-14 | Add break for default cases | Kyle Kienapfel | 1 | -0/+1 |
2022-11-11 | Add break statement in default case | Enrico Mancuso | 1 | -0/+1 |
2022-10-19 | core: Partially persist emulation state across game boots. | bunnei | 1 | -1/+3 |
2022-08-15 | core, network: Add ability to proxy socket packets | FearlessTobi | 1 | -7/+3 |
2022-07-27 | chore: make yuzu REUSE compliant | Andrea Pappacoda | 1 | -3/+2 |
2022-07-25 | yuzu_cmd: Fix compilation | FearlessTobi | 1 | -1/+1 |
2022-07-25 | yuzu: Add ui files for multiplayer rooms | FearlessTobi | 1 | -0/+158 |
2022-06-17 | core: fix initialization in single core, sync GPU mode | Liam | 1 | -0/+2 |
2022-06-16 | Make yuzu-cmd respect log_filter setting | Nikita Strygin | 1 | -0/+6 |
2022-06-10 | core/debugger: fix a number of shutdown deadlocks | Liam | 1 | -0/+1 |
2022-06-10 | core/debugger: support operation in yuzu-cmd | Liam | 1 | -0/+8 |
2022-03-29 | yuzu_cmd: Start the logging backend | lat9nq | 1 | -0/+1 |
2022-03-20 | yuzu_cmd: Reduce unused includes | ameerj | 1 | -4/+0 |
2022-03-15 | yuzu_cmd: Allow user to specify config file location | lat9nq | 1 | -4/+18 |
2021-11-04 | general: Get the current process program id directly from the system | Morph | 1 | -2/+1 |
2021-11-04 | general: Rename GetTitleID to GetProgramID | Morph | 1 | -1/+1 |
2021-10-15 | core: Move ResultStatus outside of System | Morph | 1 | -8/+8 |
2021-10-15 | yuzu_cmd: Remove remaining static system instances | Morph | 1 | -3/+2 |
2021-08-13 | logging: Simplify and make thread-safe | yzct12345 | 1 | -19/+3 |
2021-07-30 | emu_window: Remove global system instance | lat9nq | 1 | -2/+2 |
2021-07-23 | shader: Adhere to disk shader cache setting | ameerj | 1 | -3/+5 |
2021-07-21 | yuzu-cmd: Fullscreen Improvements (#6656) | san | 1 | -1/+1 |
2021-06-28 | general: Make most settings a BasicSetting | lat9nq | 1 | -1/+1 |
2021-06-22 | bootmanager: Use std::stop_source for stopping emulation | ReinUsesLisp | 1 | -1/+1 |
2021-05-26 | common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) | Morph | 1 | -5/+6 |
2021-05-06 | hle: kernel: Rename Process to KProcess. | bunnei | 1 | -1/+1 |
2021-04-15 | common/log: Move Log namespace into the Common namespace | Lioncash | 1 | -2/+4 |
2021-04-15 | common: Move settings to common from core. | bunnei | 1 | -2/+2 |
2021-02-13 | gpu: Report renderer errors with exceptions | ReinUsesLisp | 1 | -1/+1 |
2021-01-21 | renderer_opengl: Avoid precompiled cache and force NV GL cache directory | ReinUsesLisp | 1 | -0/+3 |
2021-01-10 | yuzu_cmd: Silence unreferenced local variable warning | Morph | 1 | -2/+0 |
2021-01-02 | general: Fix various spelling errors | Morph | 1 | -1/+1 |
2020-12-25 | cmake: Always enable Vulkan | ReinUsesLisp | 1 | -7/+0 |
2020-12-19 | yuzu: Remove gdbstub configuration | FearlessTobi | 1 | -19/+5 |
2020-11-27 | core: Eliminate remaining usages of the global system instance | Lioncash | 1 | -5/+4 |
2020-11-23 | Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread | comex | 1 | -1/+1 |
2020-11-18 | core: Make use of [[nodiscard]] with the System class | Lioncash | 1 | -2/+2 |
2020-09-20 | renderer_opengl: Remove emulated mailbox presentation | ReinUsesLisp | 1 | -5/+2 |
2020-09-06 | video_core: Remove all Core::System references in renderer | ReinUsesLisp | 1 | -1/+4 |
2020-08-27 | input_common: Eliminate most global state | Lioncash | 1 | -4/+5 |
2020-08-18 | common/telemetry: Migrate namespace into the Common namespace | Lioncash | 1 | -1/+1 |
2020-08-16 | common/fileutil: Convert namespace to Common::FS | Lioncash | 1 | -2/+2 |
2020-07-10 | configuration: implement per-game configurations (#4098) | lat9nq | 1 | -1/+1 |
2020-06-27 | General: Setup yuzu threads' microprofile, naming and registry. | Fernando Sahmkow | 1 | -2/+4 |
2020-06-27 | YuzuCMD/Tester: Correct execution | Fernando Sahmkow | 1 | -3/+4 |
2020-06-27 | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow | 1 | -1/+1 |
2020-03-26 | Address review and fix broken yuzu-tester build | James Rowe | 1 | -2/+2 |
2020-03-25 | Frontend/GPU: Refactor context management | James Rowe | 1 | -9/+2 |
2020-02-26 | frontend: sdl2: emu_window: Implement separate presentation thread. | bunnei | 1 | -9/+16 |
2020-01-29 | yuzu: Implement Vulkan frontend | ReinUsesLisp | 1 | -1/+17 |
2019-09-22 | Add FPS to SDL title bar | jroweboy | 1 | -2/+2 |
2019-09-21 | yuzu: Port old usages of Filesystem namespace to FilesystemController | Zach Hilman | 1 | -1/+1 |
2019-05-29 | yuzu_cmd/yuzu: Correct formatting specifier | Lioncash | 1 | -1/+1 |
2019-05-29 | core/loader: Remove LoadKernelSystemMode | Lioncash | 1 | -3/+0 |
2019-05-25 | yuzu_cmd: Split emu_window OpenGL implementation into its own file | ReinUsesLisp | 1 | -1/+2 |
2019-05-17 | yuzu_cmd: Make OpenGL's context current | ReinUsesLisp | 1 | -0/+1 |
2019-04-17 | CMakeLists: Ensure we specify Unicode as the codepage on Windows | Lioncash | 1 | -4/+6 |
2019-03-27 | game_list: Register content with ContentProvider | Zach Hilman | 1 | -0/+2 |
2019-03-19 | Fix getopt on systems where char is unsigned by default | xperia64 | 1 | -2/+2 |
2019-03-04 | yuzu-cmd/yuzu: Replace direct usage of the global system telemetry accessor in main() | Lioncash | 1 | -1/+1 |
2019-02-07 | gl_shader_cache: Link loading screen with disk shader cache load | ReinUsesLisp | 1 | -0/+3 |
2018-10-13 | filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference | Lioncash | 1 | -1/+1 |
2018-10-07 | cmd: Support passing game arguments from command line | Zach Hilman | 1 | -8/+11 |
2018-10-07 | logging: Add DebuggerBackend for logging to Visual Studio | Carl Kenner | 1 | -0/+3 |
2018-10-02 | Port web_service from Citra | fearlessTobi | 1 | -0/+3 |
2018-09-19 | yuzu-cmd: Add call to CreateFactories | Zach Hilman | 1 | -1/+3 |
2018-09-08 | yuzu-cmd: fix SDL logging | tgsm | 1 | -2/+3 |
2018-09-02 | vfs_real: Forward declare IOFile | Lioncash | 1 | -0/+1 |
2018-08-31 | core/core: Replace includes with forward declarations where applicable | Lioncash | 1 | -0/+3 |
2018-08-15 | loader: Make ResultStatus directly compatible with fmt | Lioncash | 1 | -1/+3 |
2018-08-10 | loader: Add more descriptive errors | Zach Hilman | 1 | -13/+11 |
2018-08-09 | core: Port core to VfsFilesystem for file access | Zach Hilman | 1 | -0/+1 |
2018-08-04 | video_core: Eliminate the g_renderer global variable | Lioncash | 1 | -1/+1 |
2018-08-02 | video_core: Make global EmuWindow instance part of the base renderer class | Lioncash | 1 | -1/+1 |
2018-08-01 | Fix merge conflicts with opus and update docs | Zach Hilman | 1 | -2/+2 |
2018-08-01 | Use more descriptive error codes and messages | Zach Hilman | 1 | -5/+9 |
2018-08-01 | Make XCI comply to review and style guidelines | Zach Hilman | 1 | -13/+0 |
2018-08-01 | Remove files that are not used | Zach Hilman | 1 | -0/+15 |
2018-07-21 | file_util: Use an enum class for GetUserPath() | Lioncash | 1 | -8/+13 |
2018-07-14 | OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering. | bunnei | 1 | -0/+5 |
2018-07-12 | Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637) | Tobias | 1 | -3/+1 |
2018-07-12 | yuzu-cmd Apply the filter string from settings | James Rowe | 1 | -2/+1 |
2018-07-03 | Fix build and address review feedback | bunnei | 1 | -0/+1 |
2018-07-03 | Add configurable logging backends | James Rowe | 1 | -1/+6 |
2018-07-03 | Update clang format | James Rowe | 1 | -3/+3 |
2018-07-03 | Rename logging macro back to LOG_* | James Rowe | 1 | -10/+10 |
2018-05-24 | yuzu_cmd: Fix project for latest msvc. | bunnei | 1 | -14/+12 |
2018-04-27 | frontends: Move logging macros over to new fmt-capable ones | Lioncash | 1 | -12/+12 |
2018-04-21 | SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607) | adityaruplaha | 1 | -2/+10 |
2018-04-19 | Implement Pull #3528 from citra: use nvidia graphics automatically on laptops with optimus (with AMD support) (#271) | N00byKing | 1 | -0/+9 |
2018-03-26 | yuzu.cpp: Update Link from citra to yuzu | N00byKing | 1 | -1/+1 |
2018-01-16 | clang-format | MerryMage | 1 | -1/+0 |
2018-01-14 | Minor cleanup | MerryMage | 1 | -2/+2 |
2018-01-13 | Get yuzu sdl to start compiling | James Rowe | 1 | -2/+3 |
2018-01-13 | Massive removal of unused modules | James Rowe | 1 | -0/+0 |
2017-08-26 | telemetry: Log frontend type. | bunnei | 1 | -0/+2 |
2017-06-25 | Set global definition WIN32_LEAN_AND_MEAN (#2807) | B3n30 | 1 | -0/+3 |
2017-06-03 | Edit Citra URLs (#2728) | Alex Touchet | 1 | -1/+1 |
2017-05-28 | Remove some unnecessary inclusions of video_core.h | Yuri Kunde Schlesner | 1 | -1/+0 |
2017-01-29 | citra: add missing control paths for ResultStatus on rom load. Fix warning about unhandled enumeration values on OSX | Kloen | 1 | -0/+20 |
2016-12-22 | Address clang-format issues. | bunnei | 1 | -3/+3 |
2016-12-22 | core: Consolidate core and system state, remove system module & cleanups. | bunnei | 1 | -2/+1 |
2016-12-22 | core: Consolidate top-level system state into a singleton. | bunnei | 1 | -21/+14 |
2016-12-05 | Support mingw cross-compile | Jannik Vogel | 1 | -1/+1 |
2016-11-28 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | 1 | -6/+6 |
2016-11-20 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | 1 | -4/+11 |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 1 | -5/+2 |
2016-09-19 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 1 | -4/+6 |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 1 | -21/+18 |
2016-06-08 | Fix boot_filename encode on Windows | LFsWang | 1 | -0/+22 |
2016-05-21 | CitraQt: Simplify the game list loader code | Emmanuel Gil Peyrot | 1 | -1/+1 |
2016-05-21 | Loader, Frontends: Refactor loader creation and game loading | Emmanuel Gil Peyrot | 1 | -1/+7 |
2016-04-20 | SDL2 Frontend: Use argv[0], add a --version, and reorder options. | Emmanuel Gil Peyrot | 1 | -9/+20 |
2016-04-11 | Use Settings::Apply in SDL frontend | Jannik Vogel | 1 | -5/+4 |
2016-04-07 | Default to settings from ini for gdbstub | polaris- | 1 | -6/+6 |
2016-04-06 | Adopted WinterMute's gdbstub changes | polaris- | 1 | -4/+21 |
2016-04-05 | Common: Remove Common::make_unique, use std::make_unique | MerryMage | 1 | -2/+2 |
2016-03-15 | citra: Shutdown cleanly if ROM load fails | MerryMage | 1 | -8/+6 |
2016-03-02 | Dependencies: Remove GLFW, Add SDL2 | MerryMage | 1 | -2/+2 |
2015-10-22 | Handle changes pointed out in comments on PR | polaris- | 1 | -2/+1 |
2015-10-04 | Implement gdbstub | polaris- | 1 | -0/+3 |
2015-09-20 | Implement gdbstub | polaris- | 1 | -0/+3 |
2015-08-25 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | 1 | -0/+7 |
2015-08-16 | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. | bunnei | 1 | -0/+1 |
2015-07-12 | Implement new argument parsing using getopt and add the corresponding library to externals | Greg Wicks | 1 | -2/+38 |
2015-06-28 | Citra: Fix the includes a bit, thanks to include-what-you-use. | Emmanuel Gil Peyrot | 1 | -3/+1 |
2015-05-23 | OpenGL renderer | tfarley | 1 | -0/+4 |
2015-05-12 | Common: Remove async logging | Yuri Kunde Schlesner | 1 | -6/+0 |
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | 1 | -1/+1 |
2015-05-07 | Common: Remove many unnecessary cross-platform compatibility macros | Yuri Kunde Schlesner | 1 | -1/+1 |
2015-03-06 | Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread. | Emmanuel Gil Peyrot | 1 | -1/+2 |
2015-01-04 | Frontends: Shutdown core when emulation is stopped | Yuri Kunde Schlesner | 1 | -0/+2 |
2014-12-21 | License change | purpasmart96 | 1 | -1/+1 |
2014-12-13 | Add configurable per-class log filtering | Yuri Kunde Schlesner | 1 | -1/+4 |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 1 | -2/+2 |
2014-12-13 | New logging system | Yuri Kunde Schlesner | 1 | -5/+11 |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 1 | -1/+1 |
2014-11-03 | Add support for disabling log from settings | Sean | 1 | -0/+4 |
2014-10-17 | Implemented graceful closing of the GLFW window, along with emulation. | archshift | 1 | -1/+1 |
2014-10-08 | Added configuration file system. | archshift | 1 | -3/+6 |
2014-08-31 | Core: Refactor core to use only one function for execution. | bunnei | 1 | -1/+3 |
2014-08-20 | Removed unused citra.h | archshift | 1 | -2/+0 |
2014-06-25 | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei | 1 | -15/+8 |
2014-06-17 | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei | 1 | -1/+1 |
2014-05-17 | updated how we call ARM core to make things much faster | bunnei | 1 | -7/+5 |
2014-05-05 | Fixed indents | archshift | 1 | -7/+7 |
2014-05-02 | Check arg count before attempting to access it. | archshift | 1 | -1/+8 |
2014-05-02 | Use runtime arguments to specify boot filename. | archshift | 1 | -1/+1 |
2014-05-01 | Reverse debugging changes | archshift | 1 | -1/+1 |
2014-05-01 | TGA dumps work, courtesy of @bunnei | archshift | 1 | -1/+1 |
2014-04-09 | fixed license headers in citra project | bunnei | 1 | -33/+5 |
2014-04-09 | fixed project includes to use new directory structure | bunnei | 1 | -9/+9 |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 1 | -0/+0 |
2014-04-07 | removed unused comments, changed main processing loop to be infinite | bunnei | 1 | -34/+2 |
2014-04-01 | added simple processing loop and ELF loading to main()... hackish, will cleanup later | bunnei | 1 | -4/+17 |
2013-10-03 | moved some core functions over to system module | ShizZy | 1 | -2/+2 |
2013-09-26 | renamed from citrus to citra | ShizZy | 1 | -4/+4 |
2013-09-19 | added core initialization to app entry point | ShizZy | 1 | -5/+3 |
2013-09-18 | initialized log manager | ShizZy | 1 | -0/+5 |
2013-09-14 | renamed project to 'citrus' | ShizZy | 1 | -4/+4 |
2013-09-09 | fixed some code warnings | ShizZy | 1 | -1/+1 |
2013-09-08 | updated common paths | ShizZy | 1 | -12/+4 |
2013-09-05 | various fixes to be able to build project | ShizZy | 1 | -82/+53 |
2013-08-30 | adding initial project layout | ShizZy | 1 | -0/+124 |