Commit graph

  • 0bbff22bbc
    Fix static modifier in soc_u.cpp PabloMK7 2023-08-02 12:03:32 +0200
  • e70b4588d0
    Fix static modifier in soc_u.h PabloMK7 2023-08-02 12:02:57 +0200
  • aed7ab7c8d
    cmake: fix USE_SYSTEM_BOOST behavior ... liushuyu 2023-08-02 17:17:39 +0800
  • e411dfcd79 Fix setting TTL to default value when TTL = 0 PabloMK7 2023-08-02 03:09:29 +0200
  • 7dc7d23217 renderer_vulkan: Add vulkan backend GPUCode 2023-07-25 22:16:41 +0300
  • 93294ab959 vk_instance: Collect tooling info GPUCode 2023-07-25 14:10:34 +0300
  • 00ed9ec095 citra_qt: Add vulkan options to the GUI GPUCode 2023-07-25 14:04:08 +0300
  • 5ef7c3212d code: Prepare frontend for vulkan support GPUCode 2023-05-03 23:52:26 +0300
  • 88ea66053e
    Miscallenious fixes to gl backend and qt frontend (#6834) GPUCode 2023-08-02 01:40:39 +0300
  • 0ba88deccd
    Merge cfdb10a7ba into 970f2284d8 GPUCode 2023-08-01 15:38:20 -0700
  • 970f2284d8
    http/soc: Various implementations and fixes (#6828) Tobias 2023-08-02 00:37:56 +0200
  • 7cf0405145 Address review comments FearlessTobi 2023-07-31 05:03:29 +0200
  • 38877a9b85 gl_texture_runtime: Fix surface scaling GPUCode 2023-08-02 00:03:17 +0300
  • 75303e1b3d tests: Run clang format GPUCode 2023-08-01 18:38:59 +0300
  • baf3ea4beb
    custom_tex_manager: Allow old hash in the dumper (#6832) GPUCode 2023-08-01 20:38:51 +0300
  • e14b3f922e tests: Run clang format GPUCode 2023-08-01 18:38:59 +0300
  • b3c710093c citra_qt: Use qOverload GPUCode 2023-08-01 18:37:26 +0300
  • e6ace984ac core: Remove global system usage in memory and HIO GPUCode 2023-08-01 17:56:19 +0300
  • d5be001fc9 citra_qt: Eliminate global system usage GPUCode 2023-08-01 17:37:28 +0300
  • 2bf41a1ff5 citra_qt: Manually create dialog tabs GPUCode 2023-08-01 17:10:58 +0300
  • 026fdfa0e3 rasterizer_cache: Make temp copy of old surface GPUCode 2023-08-01 16:30:41 +0300
  • d764454c40 rasterizer_cache: Prevent memory leak GPUCode 2023-08-01 16:29:29 +0300
  • 1e36e3abf6 gl_rasterizer: Lower case lambdas GPUCode 2023-08-01 16:27:39 +0300
  • a44c63b674 gl_rasterizer: General cleanup GPUCode 2023-08-01 16:25:42 +0300
  • d88ce755d5 gl_rasterizer: Remove default_texture GPUCode 2023-08-01 16:20:34 +0300
  • 5aa77bc9f7 renderer_gl: Make rasterizer normal class member GPUCode 2023-08-01 16:19:59 +0300
  • 78f9fa05da Address review comments FearlessTobi 2023-07-31 05:03:29 +0200
  • 77821cd91b service: Move all services to folders FearlessTobi 2023-07-31 02:33:48 +0200
  • a8737c807d http_c: Implement and stub various functions FearlessTobi 2023-07-31 02:23:32 +0200
  • 564f7b7c6a http_c: Split url for request FearlessTobi 2023-07-30 20:04:43 +0200
  • 9dac6e148b soc_u: Perform size checking for static buffers FearlessTobi 2023-07-30 19:30:02 +0200
  • 35e208b447
    Move MiiData to its own namespace and add ChecksummedMiiData (#6824) PabloMK7 2023-08-01 05:38:47 +0200
  • f8b8b6e53c
    core: De-globalize movie (#6659) GPUCode 2023-08-01 03:57:38 +0300
  • a955f02771
    rasterizer_cache: Remove runtime allocation caching (#6705) GPUCode 2023-08-01 03:35:41 +0300
  • 3fedc68230
    common: Only use libbacktrace if present. (#6827) Steveice10 2023-07-31 14:24:27 -0700
  • cff938637d core: De-globalize movie GPUCode 2023-07-03 02:09:38 +0300
  • 5a38c5f190 cheats: Use global cheat engine GPUCode 2023-07-10 04:10:04 +0300
  • 6f512644d6 custom_tex_manager: Allow old hash in the dumper GPUCode 2023-07-28 23:16:33 +0300
  • d888071b9a rasterizer_cache: Sentence custom surfaces GPUCode 2023-07-31 21:32:38 +0300
  • 87f5aae7dd service: Move all services to folders FearlessTobi 2023-07-31 02:33:48 +0200
  • ab39da18ae http_c: Implement and stub various functions FearlessTobi 2023-07-31 02:23:32 +0200
  • 0477bdbdd3 common: Only use libbacktrace if present. Steveice10 2023-07-30 16:11:18 -0700
  • 335fb78c5c
    service/am: Clean up and optimize CIA installation. (#6718) Steveice10 2023-07-30 12:40:35 -0700
  • 7d9d6c576a http_c: Split url for request FearlessTobi 2023-07-30 20:04:43 +0200
  • fea38f824d soc_u: Perform size checking for static buffers FearlessTobi 2023-07-30 19:30:02 +0200
  • b45d904f64 Change back crc to u16 and set padding to 0. PabloMK7 2023-07-30 13:44:19 +0200
  • 22c4eb86d7
    core/frd: Correct FunctionInfo and stub more functions (#6209) Tobias 2023-07-30 04:18:52 +0200
  • f1fd4255e3 core/frd: Correct FunctionInfo and stub more functions FearlessTobi 2022-12-06 23:54:43 +0100
  • 650078f70f Apply suggestions PabloMK7 2023-07-30 00:31:43 +0200
  • f003ba4bab core/frd: Correct FunctionInfo and stub more functions FearlessTobi 2022-12-06 23:54:43 +0100
  • 08cab667bb fix volume not saving luc-git 2023-07-29 18:14:20 +0200
  • 807bcf2a38 video_core: Remove duplicate GPUCode 2023-07-29 15:13:39 +0300
  • 964f9ee3cf
    service/gsp: Implement saving of framebuffers in SaveVramSysArea. (#6821) Steveice10 2023-07-29 00:26:24 -0700
  • bb364d9bc0
    service/apt: Add and implement more service commands. (#6721) Steveice10 2023-07-29 00:26:16 -0700
  • 9513e5bc7a fix volume value status bar not updating when per game volume value is modified luc-git 2023-07-29 01:31:54 +0200
  • ab04db04c4 revert volume variable back to s32 type luc-git 2023-07-26 23:34:45 +0200
  • 0ca1961bc7 add volume button rule qss luc-git 2023-07-02 01:34:07 +0200
  • 164c44fb8c yuzu port pull request yuzu-emu/yuzu#9644 luc-git 2023-06-29 22:09:33 +0200
  • e76f480575 Make miidata a struct and crc16 a u32_be as per switch code. PabloMK7 2023-07-28 22:15:47 +0200
  • 51996c54f0
    audio_core\hle\adts_reader.cpp: Use BitField to parse ADTS header (#6719) SachinVin 2023-07-29 00:45:58 +0530
  • 0f4480a232 Add new line at the end of files. PabloMK7 2023-07-28 17:50:21 +0200
  • d89a8466e4 Fix Android side PabloMK7 2023-07-28 15:34:44 +0200
  • bbd923d7a7 Make mii classes trivial and add cast operator PabloMK7 2023-07-28 13:36:55 +0200
  • 7143b0652a Fix compile issues PabloMK7 2023-07-28 12:52:00 +0200
  • fa0c99c987 Move mii to own namespace and add checksummed mii data PabloMK7 2023-07-28 00:13:58 +0200
  • 882fd9c6ac rasterizer_cache: Overhaul framebuffer management GPUCode 2023-07-27 03:51:58 +0300
  • 539a1a0b6e
    service/cfg: Separate out config block defaults and create when not found. (#6716) Steveice10 2023-07-26 10:33:00 -0700
  • 9d7f5e0d14 Address review comments and fix GetApplicationRunningMode bug. Steveice10 2023-07-24 21:47:26 -0700
  • fb8d18ea7e service/apt: Separate capture info and capture buffer info. Steveice10 2023-07-26 02:16:24 -0700
  • c3445e0eb3 Address review comments. Steveice10 2023-07-26 01:57:17 -0700
  • 53bdb13535 rasterizer_cache: Dont flush cache on layout change GPUCode 2023-07-26 01:00:58 +0300
  • dfff3eeee2 renderer_opengl: Move texture mailbox to separate file GPUCode 2023-07-26 00:09:09 +0300
  • 8b21b902f2
    hw/y2r: Templatize input/output formats. (#6717) Steveice10 2023-07-25 05:51:57 -0700
  • 19107cec4b
    citra-qt: update the separate window titles to use full_name and show Primary/Secondary identifier (#6712) Vitor K 2023-07-25 09:51:46 -0300
  • 53fe9e9628 rasterizer_cache: Sentence texture cubes GPUCode 2023-07-25 12:27:02 +0300
  • 4c85c4b131 rasterizer_cache: Cache framebuffers with surface id GPUCode 2023-07-25 12:19:14 +0300
  • a418c013b7 rasterizer_cache: Remove Expand flag GPUCode 2023-07-20 22:27:19 +0300
  • 7c4937255c rasterizer_cache: Adjust surface scale during reinterpreration GPUCode 2023-07-18 13:36:32 +0300
  • 44ec0ebce1 gl_texture_runtime: Remove runtime side allocation cache GPUCode 2023-07-18 03:19:56 +0300
  • 09299a317a rasterizer_cache: Sentence surfaces GPUCode 2023-07-19 16:43:16 +0300
  • f98a1df8ee service/gsp: Implement saving of framebuffers in SaveVramSysArea. Steveice10 2023-07-24 21:36:26 -0700
  • 66fc7ccb41 Address review comments and fix GetApplicationRunningMode bug. Steveice10 2023-07-24 21:47:26 -0700
  • cbea63a9bb Address review comments. Steveice10 2023-07-21 23:39:04 -0700
  • c35220b986 audio_core\hle\adts_reader.cpp: Use BitField to parse ADTS header SachinVin 2023-07-23 16:20:08 +0530
  • 22b1eed464 service/apt: Implement power button. Steveice10 2023-07-23 23:09:06 -0700
  • d12ab6994d service/apt: Add and implement more service commands. Steveice10 2023-07-23 12:55:04 -0700
  • 1b8b95dafa service/am: Make CIA error checking more robust. Steveice10 2023-07-23 11:27:02 -0700
  • 7170ff8be4 build_fullname: remove trailing space Vitor Kiguchi 2023-07-22 23:50:26 -0300
  • f70f6b9c38 audio_core\hle\adts_reader.cpp: Use BitField to parse ADTS header SachinVin 2023-07-23 16:20:08 +0530
  • eb27b6ce8e Address review comments. Steveice10 2023-07-21 23:39:04 -0700
  • 4875bacb14 service/am: Clean up and optimize CIA installation. Steveice10 2023-07-22 10:58:45 -0700
  • 85e6f11ca7 Address review comments. Steveice10 2023-07-21 23:39:04 -0700
  • f82bbc2330 service/cfg: Separate out config block defaults and create when not found. Steveice10 2023-07-19 21:03:33 -0700
  • a0a796ff57 hw/y2r: Templatize input/output formats. Steveice10 2023-07-21 18:54:51 -0700
  • 66513484ae
    Merge d7cf8fafb5 into a537f56766 luc-git 2023-07-22 02:20:09 +0100
  • a537f56766
    services/cfg: Clean up definitions and access flag handling. (#6711) Steveice10 2023-07-21 18:04:15 -0700
  • b5e1a27a7e
    rasterizer_cache: Handle texture cubes with duplicate faces (#6710) GPUCode 2023-07-21 01:55:19 +0300
  • a9e390b1b1
    frontend: Fix clicking primary screen window touching screen. (#6707) Steveice10 2023-07-20 15:48:50 -0700
  • 943c9a10d9 citra-qt: update the separate window titles to use full_name and Primary/Secondary window identifier Vitor Kiguchi 2023-07-20 16:19:59 -0300
  • 9556e1790c services/cfg: Clean up definitions and access flag handling. Steveice10 2023-07-19 14:38:01 -0700