Commit Graph

  • 0755b274fa kernel: notify debugger on break SVC Liam 2022-06-14 21:03:14 -0400
  • a7358ff1d4 kernel: notify debugger on break SVC Liam 2022-06-14 21:03:14 -0400
  • a6c1036ddc core: centralize profile scope for Dynarmic Liam 2022-06-14 18:19:04 -0400
  • 20eab9fed9 core: centralize profile scope for Dynarmic Liam 2022-06-14 18:19:04 -0400
  • b1e2c97172 externals: Update cpp-httplib to latest Morph 2022-05-27 12:59:26 -0400
  • 7620e1a631 externals: Update cpp-httplib to latest Morph 2022-05-27 12:59:26 -0400
  • 2ccc2d0258 main: Eliminate variable shadowing Morph 2022-06-14 14:09:45 -0400
  • 0eeee431dc main: Eliminate variable shadowing Morph 2022-06-14 14:09:45 -0400
  • 59a6d88625 kernel: implement KProcess suspension Liam 2022-06-13 18:36:30 -0400
  • 888f499188 kernel: implement KProcess suspension Liam 2022-06-13 18:36:30 -0400
  • c1c931d97e Merge pull request #8461 from Morph1984/msvc-narrow-conv Morph 2022-06-14 09:28:45 -0400
  • c6e7ca562a
    Merge pull request #8461 from Morph1984/msvc-narrow-conv Morph 2022-06-14 09:28:45 -0400
  • 3743f6f9fd Merge pull request #8434 from german77/uuid Morph 2022-06-14 09:28:32 -0400
  • a9b4dd022c
    Merge pull request #8434 from german77/uuid Morph 2022-06-14 09:28:32 -0400
  • 5c72801730 vk_compute_pass: Use VK_ACCESS_NONE Morph 2022-06-14 09:14:13 -0400
  • 5568763a57 vk_compute_pass: Use VK_ACCESS_NONE Morph 2022-06-14 09:14:13 -0400
  • ce98a3e5d7 Merge pull request #8439 from liamwhite/monkey-compiler Mai 2022-06-14 08:34:16 -0400
  • a3b12e3809
    Merge pull request #8439 from liamwhite/monkey-compiler Mai 2022-06-14 08:34:16 -0400
  • 69cd83d3ac wait_tree: Eliminate variable shadowing Morph 2022-06-14 05:44:08 -0400
  • 742f021fdf wait_tree: Eliminate variable shadowing Morph 2022-06-14 05:44:08 -0400
  • 050426b55a configure_ringcon: Eliminate variable shadowing Morph 2022-06-14 04:58:46 -0400
  • 95bcf6ac38 configure_ringcon: Eliminate variable shadowing Morph 2022-06-14 04:58:46 -0400
  • a884ca9b8d configure_touch_from_button: Eliminate variable shadowing Morph 2022-06-13 20:06:00 -0400
  • e371961219 configure_touch_from_button: Eliminate variable shadowing Morph 2022-06-13 20:06:00 -0400
  • 9eadb6286d configure_per_game: Eliminate variable shadowing Morph 2022-06-13 20:05:43 -0400
  • 5503338f21 configure_per_game: Eliminate variable shadowing Morph 2022-06-13 20:05:43 -0400
  • e1e6c62dd9 configure_input_player: Eliminate variable shadowing Morph 2022-06-13 20:01:25 -0400
  • fe7184c2a8 configure_input_player: Eliminate variable shadowing Morph 2022-06-13 20:01:25 -0400
  • 30dc4a1d78 configure_dialog: Eliminate variable shadowing Morph 2022-06-13 18:19:04 -0400
  • 1c83014526 configure_dialog: Eliminate variable shadowing Morph 2022-06-13 18:19:04 -0400
  • 6134852675 bootmanager: Eliminate variable shadowing Morph 2022-06-13 17:30:41 -0400
  • 2d903e3ce6 bootmanager: Eliminate variable shadowing Morph 2022-06-13 17:30:41 -0400
  • 7e75b94e3b game_list: Eliminate variable shadowing Morph 2022-06-13 16:52:19 -0400
  • e29e8eec2f game_list: Eliminate variable shadowing Morph 2022-06-13 16:52:19 -0400
  • c2c39c564a Merge pull request #8459 from Morph1984/wextra-gcc Mai 2022-06-14 08:22:38 -0400
  • dc47d0f624
    Merge pull request #8459 from Morph1984/wextra-gcc Mai 2022-06-14 08:22:38 -0400
  • 049eb899e9 externals: microprofileui: Eliminate variable shadowing Morph 2022-06-13 16:04:40 -0400
  • 8b55f2c615 externals: microprofileui: Eliminate variable shadowing Morph 2022-06-13 16:04:40 -0400
  • b3d8533ad9 vk_compute_pass: Silence Wextra warning Morph 2022-06-14 05:29:57 -0400
  • fcfe192e83 vk_compute_pass: Silence Wextra warning Morph 2022-06-14 05:29:57 -0400
  • f91e2f2742 kernel: fix passthrough of local captures in lambda Liam 2022-06-12 19:31:22 -0400
  • bd38aefc57 kernel: fix passthrough of local captures in lambda Liam 2022-06-12 19:31:22 -0400
  • 846f266199 common/assert: rework ASSERT handling to avoid std::function usage Liam 2022-06-12 18:11:02 -0400
  • feaf010fa2 common/assert: rework ASSERT handling to avoid std::function usage Liam 2022-06-12 18:11:02 -0400
  • 79bf4bc3ff general: fix compilation on MinGW GCC 12 Liam 2022-06-12 17:14:27 -0400
  • ebecdd3a74 general: fix compilation on MinGW GCC 12 Liam 2022-06-12 17:14:27 -0400
  • 855928b782 common/assert: add unlikely Liam 2022-06-07 19:46:10 -0400
  • a29ddcee40 common/assert: add unlikely Liam 2022-06-07 19:46:10 -0400
  • f3fd1038bb general: fix compilation on GCC 12 Liam 2022-06-07 18:56:38 -0400
  • d11547024c general: fix compilation on GCC 12 Liam 2022-06-07 18:56:38 -0400
  • 72abaf896f kernel: ensure class token lambda exit is unreachable Liam 2022-06-07 18:22:54 -0400
  • 6f59e2676b kernel: ensure class token lambda exit is unreachable Liam 2022-06-07 18:22:54 -0400
  • 32ba68cf0e kernel: fix inconsistency in AutoObjectTraits macro definitions Liam 2022-06-07 18:19:40 -0400
  • 8fea7e56e5 kernel: fix inconsistency in AutoObjectTraits macro definitions Liam 2022-06-07 18:19:40 -0400
  • d2af4f8142 common: Don't test ASSERT conditions inline Liam 2022-06-07 18:05:32 -0400
  • 58fea44eb5 common: Don't test ASSERT conditions inline Liam 2022-06-07 18:05:32 -0400
  • c1771c98f3 common: Change semantics of UNREACHABLE to unconditionally crash Liam 2022-06-07 17:02:29 -0400
  • 084d7d6b01 common: Change semantics of UNREACHABLE to unconditionally crash Liam 2022-06-07 17:02:29 -0400
  • 063d8354a7 Merge pull request #8458 from lat9nq/no-constexpr-flow-block liamwhite 2022-06-13 20:06:38 -0400
  • bd3bfe411d
    Merge pull request #8458 from lat9nq/no-constexpr-flow-block liamwhite 2022-06-13 20:06:38 -0400
  • e8fc40baa1 structured_control_flow: Remove constexpr Flow::Block lat9nq 2022-06-12 16:00:52 -0400
  • 963ed37fd6 structured_control_flow: Remove constexpr Flow::Block lat9nq 2022-06-12 16:00:52 -0400
  • 9cd39d1880 Merge pull request #8388 from liamwhite/simpler-pause bunnei 2022-06-13 15:48:03 -0700
  • 741da9c8bf
    Merge pull request #8388 from liamwhite/simpler-pause bunnei 2022-06-13 15:48:03 -0700
  • 6cbe898149 yuzu_cmd: Eliminate variable shadowing Morph 2022-06-13 15:41:36 -0400
  • 69d92a19a5 yuzu_cmd: Eliminate variable shadowing Morph 2022-06-13 15:41:36 -0400
  • 6e1f9fa7b8 audio_core: Remove -Werror=unused-parameter Morph 2022-05-26 21:26:54 -0400
  • 8671aa8dd0 audio_core: Remove -Werror=unused-parameter Morph 2022-05-26 21:26:54 -0400
  • e647661b76 CMakeLists: Make variable shadowing a compile-time error Morph 2022-05-26 20:08:21 -0400
  • efc89c032b CMakeLists: Make variable shadowing a compile-time error Morph 2022-05-26 20:08:21 -0400
  • ebf9030aa0 externals: microprofile: Eliminate variable shadowing Morph 2022-05-26 21:05:06 -0400
  • d0328f49f1 externals: microprofile: Eliminate variable shadowing Morph 2022-05-26 21:05:06 -0400
  • 716cced399 common: Eliminate variable shadowing Morph 2022-05-26 20:33:55 -0400
  • c1bd602e4c common: Eliminate variable shadowing Morph 2022-05-26 20:33:55 -0400
  • 911eae6283 yuzu: Eliminate variable shadowing Morph 2022-05-26 19:57:35 -0400
  • b3d6f7bdd8 yuzu: Eliminate variable shadowing Morph 2022-05-26 19:57:35 -0400
  • 56114589a6 web_service: Eliminate variable shadowing Morph 2022-05-26 19:57:11 -0400
  • 12156b199a web_service: Eliminate variable shadowing Morph 2022-05-26 19:57:11 -0400
  • 9f2fca7cde Merge pull request #8446 from liamwhite/cmd-gdb Morph 2022-06-13 14:38:37 -0400
  • a0407a8e64
    Merge pull request #8446 from liamwhite/cmd-gdb Morph 2022-06-13 14:38:37 -0400
  • a9fd06479a Merge pull request #8454 from liamwhite/inaddr-any Morph 2022-06-13 14:38:20 -0400
  • 7582717c9d
    Merge pull request #8454 from liamwhite/inaddr-any Morph 2022-06-13 14:38:20 -0400
  • 0cba34825d Merge pull request #8443 from liamwhite/code-mem bunnei 2022-06-13 11:32:27 -0700
  • ec85eac3c9
    Merge pull request #8443 from liamwhite/code-mem bunnei 2022-06-13 11:32:27 -0700
  • 2328945c5a core/debugger: allow remote connections Liam 2022-06-12 11:50:50 -0400
  • fb4b507ba4 core/debugger: allow remote connections Liam 2022-06-12 11:50:50 -0400
  • 07c2cde188 Merge pull request #8450 from lioncash/undef liamwhite 2022-06-11 19:59:18 -0400
  • 7ea78699a1
    Merge pull request #8450 from lioncash/undef liamwhite 2022-06-11 19:59:18 -0400
  • d3d5f85f98 gdbstub_arch: Add missing virtual destructor Lioncash 2022-06-11 18:23:19 -0400
  • 80ad90651e gdbstub_arch: Add missing virtual destructor Lioncash 2022-06-11 18:23:19 -0400
  • 3f1dcac212 Merge pull request #8353 from Docteh/msvc_report_runtime Mai M 2022-06-11 13:21:23 -0400
  • b94739cfa7
    Merge pull request #8353 from Docteh/msvc_report_runtime Mai M 2022-06-11 13:21:23 -0400
  • 8144911772 Merge pull request #8427 from Docteh/deprecate_qdesktop Mai M 2022-06-11 13:20:36 -0400
  • 89e00c442d
    Merge pull request #8427 from Docteh/deprecate_qdesktop Mai M 2022-06-11 13:20:36 -0400
  • 005547429c Merge pull request #8449 from Docteh/translate_placeholder Mai M 2022-06-11 13:19:18 -0400
  • d796341d33
    Merge pull request #8449 from Docteh/translate_placeholder Mai M 2022-06-11 13:19:18 -0400
  • 90c076df6b Merge pull request #8413 from behunin/bounded-queue bunnei 2022-06-11 00:07:18 -0700
  • 5282efac1b
    Merge pull request #8413 from behunin/bounded-queue bunnei 2022-06-11 00:07:18 -0700
  • d52485dd46 Merge pull request #8393 from lat9nq/default-vulkan bunnei 2022-06-11 00:06:59 -0700
  • ae83d5c6d3
    Merge pull request #8393 from lat9nq/default-vulkan bunnei 2022-06-11 00:06:59 -0700