Commit Graph

  • 9775fae4eb video_core: Replace VKScheduler with Scheduler german77 2022-06-25 23:34:24 -0500
  • a262dc02b5 video_core: Replace VKBlitScreen with BlitScreen german77 2022-06-25 23:33:35 -0500
  • fca5752690 video_core: Replace VKFenceManager with FenceManager german77 2022-06-25 23:32:41 -0500
  • 7b48e7b363 core: kernel: Replace instances of KPageLinkedList with KPageGroup german77 2022-06-25 23:15:31 -0500
  • a7d9be1384 core: Replace all instances of ResultCode with Result german77 2022-06-25 22:44:19 -0500
  • abfd690601
    Merge pull request #8475 from liamwhite/x18 bunnei 2022-06-26 11:38:48 -0700
  • bf7e78795f Re-add missing `case` and braces, and trim whitespace comex 2022-06-25 18:01:56 -0700
  • a14438d013
    Update src/core/hle/kernel/svc.cpp comex 2022-06-25 18:00:29 -0700
  • 48737a4bb2 Support InfoType_MesosphereCurrentProcess comex 2022-06-20 17:39:10 -0700
  • b321c39371
    Merge pull request #8500 from liamwhite/poke bunnei 2022-06-25 12:31:20 -0700
  • 075155022e kernel: clean up waiting implementation Liam 2022-06-25 13:36:14 -0400
  • 8f8c0b69dc core/arm: better support for backtrace generation Liam 2022-06-25 12:54:24 -0400
  • 19f475fd70 gdbstub: fix register pokes Liam 2022-06-25 12:07:20 -0400
  • 2c56e94702 kernel: make current thread pointer thread local Liam 2022-06-16 10:35:52 -0400
  • 95b844dbae
    Merge pull request #8491 from Morph1984/extra-assert bunnei 2022-06-22 14:47:07 -0700
  • 9da4e62573
    Merge pull request #8483 from liamwhite/fire-emblem-three-semaphores bunnei 2022-06-22 14:46:33 -0700
  • 1c8f6ba18f KPageTable: Remove extraneous assert Morph 2022-06-21 21:28:54 -0400
  • 31c6ba7ecd tweak API usage in qt_web_browser.cpp Kyle Kienapfel 2022-06-17 02:25:14 -0700
  • d657ea69c9 core/arm: increase minimum_run_cycles Liam 2022-04-23 15:24:30 -0400
  • 30e8876ea4 core/arm: re-enable cycle counting merry 2022-04-22 22:06:42 -0400
  • ab0e71d7cb
    Merge pull request #8455 from lat9nq/mingw-clang Morph 2022-06-21 20:21:13 -0400
  • 1fd194141a dynarmic: Stop ReadCode callbacks to unmapped addresses Liam 2022-06-20 20:39:16 -0400
  • 737c446fc1
    Merge pull request #8432 from liamwhite/watchpoint bunnei 2022-06-21 16:04:57 -0700
  • 73e13aa090
    Merge pull request #8468 from liamwhite/dispatch-tracking bunnei 2022-06-21 15:30:27 -0700
  • 0d5792cc57
    Merge pull request #8487 from german77/system-button liamwhite 2022-06-20 16:59:26 -0400
  • f37b2e6f10 service: am: Stub PerformSystemButtonPressingIfInFocus Narr the Reg 2022-06-20 12:30:33 -0500
  • d25b193bfd
    cmake: Use compatibility list in source directory nezd5553 2022-06-19 18:09:54 -0700
  • 24d7aaf43c kernel: wait for threads to stop on pause Liam 2022-06-18 16:54:33 -0400
  • 5b2b15091f
    Merge pull request #8476 from liamwhite/gpu-wasnt-ready Morph 2022-06-17 03:08:15 -0400
  • c42fde2a37 ci/windows: Build using Clang lat9nq 2022-05-29 03:35:08 -0400
  • fef3d8acb5 CMakeModules: Add MinGWClangCross lat9nq 2022-05-29 03:32:16 -0400
  • e56410b404 ci/windows: Split up cmake command lat9nq 2022-05-26 21:23:11 -0400
  • a6371fb69d core: fix initialization in single core, sync GPU mode Liam 2022-06-16 23:42:39 -0400
  • a33e7c13fa
    Merge pull request #8472 from german77/tace Morph 2022-06-16 16:43:32 -0400
  • 945f3222ae
    Merge pull request #8474 from DCNick3/yuzu-cmd-respect-log-filter Morph 2022-06-16 16:43:18 -0400
  • 9e384ed54b Make yuzu-cmd respect log_filter setting Nikita Strygin 2022-06-16 23:07:09 +0300
  • 561f5c9c14
    Merge pull request #8473 from DCNick3/implement-exit-process liamwhite 2022-06-16 15:45:02 -0400
  • cf7e4bda92 Implement ExitProcess svc Nikita Strygin 2022-06-16 21:35:34 +0300
  • 208ed712f4 core/debugger: memory breakpoint support Liam 2022-06-06 12:56:01 -0400
  • d1f2f5f146 common: param_package: Demote DEBUG to TRACE for getters Narr the Reg 2022-06-16 10:26:30 -0500
  • 744a208763 kernel: fix some uses of disable_count Liam 2022-06-15 20:53:49 -0400
  • f86b770ff7
    Merge pull request #8457 from liamwhite/kprocess-suspend Fernando S 2022-06-16 02:41:12 +0200
  • 0ae4eae9a6
    Merge pull request #8460 from Morph1984/bounded-q liamwhite 2022-06-15 19:39:22 -0400
  • 25429998e3 bounded_threadsafe_queue: Use constexpr capacity and mask Morph 2022-06-14 08:57:19 -0400
  • 5ace5c1b7a
    Merge pull request #8317 from german77/notifa bunnei 2022-06-15 09:53:50 -0700
  • 23514388ed
    Merge pull request #8464 from liamwhite/break-debug Mai 2022-06-15 11:55:54 -0400
  • f117351783
    Merge pull request #8465 from Morph1984/why-msvc Mai 2022-06-15 11:55:40 -0400
  • 4572634a4e vk_compute_pass: Explicitly cast to VkAccessFlags Morph 2022-06-15 07:06:10 -0400
  • 103997ee56
    Merge pull request #8383 from Morph1984/shadow-of-the-past Mai 2022-06-14 21:08:58 -0400
  • c9de5474bf
    Merge pull request #8462 from liamwhite/dynarmic-profile Mai 2022-06-14 21:07:47 -0400
  • a7358ff1d4 kernel: notify debugger on break SVC Liam 2022-06-14 21:03:14 -0400
  • 20eab9fed9 core: centralize profile scope for Dynarmic Liam 2022-06-14 18:19:04 -0400
  • 7620e1a631 externals: Update cpp-httplib to latest Morph 2022-05-27 12:59:26 -0400
  • 0eeee431dc main: Eliminate variable shadowing Morph 2022-06-14 14:09:45 -0400
  • 888f499188 kernel: implement KProcess suspension Liam 2022-06-13 18:36:30 -0400
  • c6e7ca562a
    Merge pull request #8461 from Morph1984/msvc-narrow-conv Morph 2022-06-14 09:28:45 -0400
  • a9b4dd022c
    Merge pull request #8434 from german77/uuid Morph 2022-06-14 09:28:32 -0400
  • 5568763a57 vk_compute_pass: Use VK_ACCESS_NONE Morph 2022-06-14 09:14:13 -0400
  • a3b12e3809
    Merge pull request #8439 from liamwhite/monkey-compiler Mai 2022-06-14 08:34:16 -0400
  • 742f021fdf wait_tree: Eliminate variable shadowing Morph 2022-06-14 05:44:08 -0400
  • 95bcf6ac38 configure_ringcon: Eliminate variable shadowing Morph 2022-06-14 04:58:46 -0400
  • e371961219 configure_touch_from_button: Eliminate variable shadowing Morph 2022-06-13 20:06:00 -0400
  • 5503338f21 configure_per_game: Eliminate variable shadowing Morph 2022-06-13 20:05:43 -0400
  • fe7184c2a8 configure_input_player: Eliminate variable shadowing Morph 2022-06-13 20:01:25 -0400
  • 1c83014526 configure_dialog: Eliminate variable shadowing Morph 2022-06-13 18:19:04 -0400
  • 2d903e3ce6 bootmanager: Eliminate variable shadowing Morph 2022-06-13 17:30:41 -0400
  • e29e8eec2f game_list: Eliminate variable shadowing Morph 2022-06-13 16:52:19 -0400
  • dc47d0f624
    Merge pull request #8459 from Morph1984/wextra-gcc Mai 2022-06-14 08:22:38 -0400
  • 8b55f2c615 externals: microprofileui: Eliminate variable shadowing Morph 2022-06-13 16:04:40 -0400
  • fcfe192e83 vk_compute_pass: Silence Wextra warning Morph 2022-06-14 05:29:57 -0400
  • bd38aefc57 kernel: fix passthrough of local captures in lambda Liam 2022-06-12 19:31:22 -0400
  • feaf010fa2 common/assert: rework ASSERT handling to avoid std::function usage Liam 2022-06-12 18:11:02 -0400
  • ebecdd3a74 general: fix compilation on MinGW GCC 12 Liam 2022-06-12 17:14:27 -0400
  • a29ddcee40 common/assert: add unlikely Liam 2022-06-07 19:46:10 -0400
  • d11547024c general: fix compilation on GCC 12 Liam 2022-06-07 18:56:38 -0400
  • 6f59e2676b kernel: ensure class token lambda exit is unreachable Liam 2022-06-07 18:22:54 -0400
  • 8fea7e56e5 kernel: fix inconsistency in AutoObjectTraits macro definitions Liam 2022-06-07 18:19:40 -0400
  • 58fea44eb5 common: Don't test ASSERT conditions inline Liam 2022-06-07 18:05:32 -0400
  • 084d7d6b01 common: Change semantics of UNREACHABLE to unconditionally crash Liam 2022-06-07 17:02:29 -0400
  • bd3bfe411d
    Merge pull request #8458 from lat9nq/no-constexpr-flow-block liamwhite 2022-06-13 20:06:38 -0400
  • 963ed37fd6 structured_control_flow: Remove constexpr Flow::Block lat9nq 2022-06-12 16:00:52 -0400
  • 741da9c8bf
    Merge pull request #8388 from liamwhite/simpler-pause bunnei 2022-06-13 15:48:03 -0700
  • 69d92a19a5 yuzu_cmd: Eliminate variable shadowing Morph 2022-06-13 15:41:36 -0400
  • 8671aa8dd0 audio_core: Remove -Werror=unused-parameter Morph 2022-05-26 21:26:54 -0400
  • efc89c032b CMakeLists: Make variable shadowing a compile-time error Morph 2022-05-26 20:08:21 -0400
  • d0328f49f1 externals: microprofile: Eliminate variable shadowing Morph 2022-05-26 21:05:06 -0400
  • c1bd602e4c common: Eliminate variable shadowing Morph 2022-05-26 20:33:55 -0400
  • b3d6f7bdd8 yuzu: Eliminate variable shadowing Morph 2022-05-26 19:57:35 -0400
  • 12156b199a web_service: Eliminate variable shadowing Morph 2022-05-26 19:57:11 -0400
  • a0407a8e64
    Merge pull request #8446 from liamwhite/cmd-gdb Morph 2022-06-13 14:38:37 -0400
  • 7582717c9d
    Merge pull request #8454 from liamwhite/inaddr-any Morph 2022-06-13 14:38:20 -0400
  • ec85eac3c9
    Merge pull request #8443 from liamwhite/code-mem bunnei 2022-06-13 11:32:27 -0700
  • fb4b507ba4 core/debugger: allow remote connections Liam 2022-06-12 11:50:50 -0400
  • 7ea78699a1
    Merge pull request #8450 from lioncash/undef liamwhite 2022-06-11 19:59:18 -0400
  • 80ad90651e gdbstub_arch: Add missing virtual destructor Lioncash 2022-06-11 18:23:19 -0400
  • b94739cfa7
    Merge pull request #8353 from Docteh/msvc_report_runtime Mai M 2022-06-11 13:21:23 -0400
  • 89e00c442d
    Merge pull request #8427 from Docteh/deprecate_qdesktop Mai M 2022-06-11 13:20:36 -0400
  • d796341d33
    Merge pull request #8449 from Docteh/translate_placeholder Mai M 2022-06-11 13:19:18 -0400
  • 5282efac1b
    Merge pull request #8413 from behunin/bounded-queue bunnei 2022-06-11 00:07:18 -0700
  • ae83d5c6d3
    Merge pull request #8393 from lat9nq/default-vulkan bunnei 2022-06-11 00:06:59 -0700