Commit Graph

  • ea2584c54d generic texture allocator BreadFish64 2020-06-27 13:13:37 -05:00
  • cae4b7aaf7 Clean up BreadFish64 2020-06-26 15:41:10 -05:00
  • c4a4b40b2d
    Fix using system boost (#5424) Marshall Mohror 2020-06-23 21:30:35 -05:00
  • e79de3107e
    gl_resource_manager: Make use of noexcept on move constructors and move assignment operators (#5340) LC 2020-06-23 12:00:25 -04:00
  • 7444c95132
    Merge pull request #5364 from tgsm/issue-template merry 2020-06-21 20:46:25 +01:00
  • 372c653ec3
    Fix clang-format Marshall Mohror 2020-06-20 14:03:04 -05:00
  • 485d64ae73
    citra-qt: Add an "Alternative Speed Limit" with its hotkey (#5281) SutandoTsukai181 2020-06-20 21:52:14 +03:00
  • 6d65319c85
    Update manifest file to include new elements that are introduced with Windows 10 later versions (#5324) Dragios 2020-06-21 02:51:46 +08:00
  • 3090f840a8
    Fix: fatal error CVT1100 when compiling manifest file (#5322) Dragios 2020-06-21 02:50:33 +08:00
  • 8a080146c9
    Merge pull request #5344 from vitor-k/fix-folder-order Marshall Mohror 2020-06-20 13:23:44 -05:00
  • cb44e4408d
    Improve performance of applying cheats; Set correct interval for applying cheats (#5305) Ben 2020-06-20 20:20:31 +02:00
  • 902cc1eb49
    am: Resolve truncation and sign conversion warnings in WriteContentData() (#5397) LC 2020-06-20 14:09:56 -04:00
  • 353780e1c9
    Merge pull request #5403 from lioncash/gen2 Marshall Mohror 2020-06-20 13:09:24 -05:00
  • b80c6f7534 handle all cases more robustly BreadFish64 2020-06-20 12:52:58 -05:00
  • d04071d6b3 video_core/GLES: fix issues cause by missing glTextureBarrier create a duplicate for sampling instead BreadFish64 2020-05-27 22:14:27 -05:00
  • 31cb3d7a44 .github: add a new issue template tgsm 2020-05-24 12:20:06 -04:00
  • 8ce81b19be
    General: Remove usages of ARRAY_SIZE where applicable. (#5392) LC 2020-06-19 10:10:45 -04:00
  • f7aaa37bf2
    archive: Make use of std::pair for OpenFileFromArchive (#5399) LC 2020-06-19 10:02:00 -04:00
  • 1504018a56
    Avoid deadlock when stopping video dumping (#5407) xperia64 2020-06-18 18:20:57 -04:00
  • 2e24183e53
    Interpolation v2, w/vector and roundf (#5350) xperia64 2020-06-14 14:56:10 -04:00
  • 16913feb44
    Merge pull request #5273 from xperia64/frame_timing_tweak Pengfei Zhu 2020-06-12 22:14:03 +08:00
  • b0aa58ba56 Fix cheat frame interval xperia64 2020-06-11 23:29:12 -04:00
  • c873b38387 Update codec information xperia64 2020-06-11 22:05:29 -04:00
  • 5b245aafd3
    Merge pull request #5402 from xperia64/update_teakra_sync Pengfei Zhu 2020-06-11 22:41:01 +08:00
  • 9b20ff0369
    Merge pull request #5401 from xperia64/fix_pipe_read_size Pengfei Zhu 2020-06-11 22:37:50 +08:00
  • 2632b421c2
    Merge pull request #5266 from xperia64/audio_ticks_tweak Pengfei Zhu 2020-06-11 22:37:30 +08:00
  • 565e5988ef
    Merge pull request #5404 from xperia64/wmf_aac_bad Pengfei Zhu 2020-06-11 22:23:41 +08:00
  • b0a20180ee Update comments after hardware testing xperia64 2020-06-10 23:05:02 -04:00
  • c63797a096 Recomment the ffmpeg backend xperia64 2020-06-10 19:47:28 -04:00
  • 016d2b08e3 Fix ffmpeg time base xperia64 2020-06-10 19:42:23 -04:00
  • 62e2cd6239 Use samples_per_frame instead of hardcoded 160 xperia64 2020-06-10 17:10:50 -04:00
  • 20d823a42a Fix WMF AAC decoder bug xperia64 2020-06-10 16:58:09 -04:00
  • e6ad0d390e
    Merge pull request #5381 from zhaowenlan1779/swkbd-another-fix Pengfei Zhu 2020-06-08 22:04:49 +08:00
  • 2b031e4eaf gl_shader_gen: std::move strings where applicable Lioncash 2020-06-08 06:56:07 -04:00
  • 11792682fb gl_shader_gen: Collapse several format calls into one Lioncash 2020-06-08 06:44:01 -04:00
  • e79e991681 gl_shader_gen: Mark local functions as static where applicable Lioncash 2020-06-08 06:40:36 -04:00
  • 9645c1e1b2 gl_shader_gen: Eliminate unnecessary std::string construction in AppendProcTexCombineAndMap() Lioncash 2020-06-08 06:37:39 -04:00
  • daf0e750d2 Update teakra, adjust TeakraSlice for new audio frame period xperia64 2020-06-07 20:06:22 -04:00
  • fd0a618b16 Fix ReadPipeIfPossible xperia64 2020-06-07 16:16:36 -04:00
  • edb5977fba
    Merge pull request #5400 from lioncash/count Pengfei Zhu 2020-06-07 23:00:08 +08:00
  • 1643cf5b86
    Merge pull request #5398 from lioncash/call Pengfei Zhu 2020-06-07 22:57:40 +08:00
  • 0b307a86a6
    Merge pull request #5394 from lioncash/uninit Pengfei Zhu 2020-06-07 22:53:06 +08:00
  • dbd1a389ef
    Merge pull request #5393 from lioncash/signed Pengfei Zhu 2020-06-07 22:52:18 +08:00
  • 5259ab7566 fs/file: Make use of std::move where applicable Lioncash 2020-06-06 11:24:32 -04:00
  • d859f5c9eb am: Remove redundant c_str() calls Lioncash 2020-06-05 23:56:29 -04:00
  • 0cc6eb3134 gsp_gpu: Mark REGS_BEGIN as constexpr Lioncash 2020-06-05 21:12:35 -04:00
  • a17027783f gsp_gpu: Resolve sign conversion warnings Lioncash 2020-06-05 21:09:16 -04:00
  • 37861326ce gsp_gpu: Mark GetUnusedThreadId() as const Lioncash 2020-06-05 21:05:19 -04:00
  • 9e515a50b7 cro_helper: Silence -Wuninitialized warning Lioncash 2020-06-05 20:58:20 -04:00
  • f8ab6e9247 nwm: Eliminate signed conversion warnings Lioncash 2020-06-05 20:52:25 -04:00
  • b34ceb89c5
    nwm_uds: Change ASSERT to LOG_ERROR zhupengfei 2020-06-04 23:06:10 +08:00
  • 9965ce6938
    nwm_uds: Make sure client node information match host's zhupengfei 2020-06-02 22:42:45 +08:00
  • 4918f86622
    service/nwm_uds: Ensure consistency regarding node IDs zhupengfei 2020-05-31 10:46:04 +08:00
  • 76253063a3
    Merge pull request #5376 from xperia64/save_default_controls xperia64 2020-05-31 16:27:55 -04:00
  • 81a1e5680f
    Merge pull request #5163 from z87/input-touch-mapping Pengfei Zhu 2020-05-31 22:23:02 +08:00
  • 46e8c38395
    Use attribute instead of comment zhupengfei 2020-05-31 10:47:46 +08:00
  • 190a053987
    applets/swkbd: Properly handle button_text zhupengfei 2020-05-31 09:40:12 +08:00
  • 8d19e144cb Actually save the input when clearing/resetting to default xperia64 2020-05-28 20:03:29 -04:00
  • 7dc472a3a7
    Fix "core.cpp" clang-format (#5375) xperia64 2020-05-28 19:53:14 -04:00
  • 61c8ea3fe9
    Merge pull request #5333 from lioncash/heap Pengfei Zhu 2020-05-28 22:49:57 +08:00
  • 028609d548
    Merge pull request #5362 from SutandoTsukai181/swkbd Weiyi Wang 2020-05-25 08:22:57 -04:00
  • 9ed6762c59 Use fixed indices for button order SutandoTsukai181 2020-05-24 21:45:23 +03:00
  • 1255d94baa Remove empty strings from button_text before adding buttons SutandoTsukai181 2020-05-24 19:50:08 +03:00
  • c4ba7b3626
    Merge pull request #5356 from xperia64/cubeb_avoid_leak Pengfei Zhu 2020-05-22 22:04:14 +08:00
  • 21159dd83a clang-format, and avoid another potential leak xperia64 2020-05-21 21:05:03 -04:00
  • f9750875e3 Avoid leaking the cubeb input stream xperia64 2020-05-21 20:34:00 -04:00
  • 51dfc46d3f
    gl_rasterizer_cache: Trivial minor cleanups (#5295) Mat M 2020-05-18 10:19:54 -04:00
  • 213c956b7c
    Merge pull request #5313 from FearlessTobi/port-3827 Ben 2020-05-13 18:29:29 +02:00
  • 307b8f923b
    Merge pull request #5224 from FearlessTobi/port-3630 Ben 2020-05-13 18:28:01 +02:00
  • 63c86f2417
    Port yuzu-emu/yuzu#3268: "GUI: Deadzone controls for sdl engine at configuration input" (#5174) Tobias 2020-05-13 18:26:05 +02:00
  • 57aa18f52e
    Improve core timing accuracy (#5257) Ben 2020-05-12 22:48:30 +02:00
  • 26a6f64418 address review comments z87 2020-05-11 17:05:05 +03:00
  • d11d600b61
    Merge pull request #5225 from FearlessTobi/port-3672 Ben 2020-05-11 09:45:39 +02:00
  • 6ed4431d8b file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero Lioncash 2020-04-15 14:21:22 -04:00
  • 01b9302a28 game_list: cleanup and clang format in AddPermDirPopup Vitor Kiguchi 2020-05-10 13:45:43 -03:00
  • fbf24e3ca4 game_list: fix folder reordering Vitor Kiguchi 2020-05-09 23:44:41 -03:00
  • 950c032837 change gameListDir to hold an index instead of a raw pointer Vitor Kiguchi 2020-05-09 23:36:40 -03:00
  • 8d27b0714d
    Merge pull request #5335 from lioncash/nullopt Ben 2020-05-09 12:36:23 +02:00
  • 4892d37309
    Merge pull request #5336 from lioncash/constexpr Ben 2020-05-09 12:36:04 +02:00
  • 007fb63e47
    Merge pull request #5230 from B3n30/circumvent_apple_intel_hw_shader_issue Ben 2020-05-09 12:34:21 +02:00
  • 8a69172570
    Merge pull request #5231 from hamish-milne/fix-address-arbiter-serialization Ben 2020-05-09 12:33:35 +02:00
  • 96ebd53466
    Merge pull request #5264 from lioncash/gen Ben 2020-05-09 12:28:57 +02:00
  • e959d44f00
    Merge pull request #5262 from lioncash/fmt Ben 2020-05-09 12:28:34 +02:00
  • cd201cd60f gl_shader_gen: Make use of fmt where applicable Lioncash 2020-04-21 00:30:50 -04:00
  • e792c3d90c citra_qt: remove incorrect style in the Dark theme z87 2020-05-04 16:24:25 +03:00
  • 09cba69b48 citra_qt: improve touchscreen mapping UI z87 2020-05-04 10:41:51 +03:00
  • 38c8fecb81 gl_rasterizer_cache: Make use of if constexpr in MortonCopyTile() Lioncash 2020-05-04 23:08:50 -04:00
  • f2a7fe05c3 gl_shader_manager: Make use of std::nullopt where applicable Lioncash 2020-05-04 22:50:01 -04:00
  • 016d43df98 gl_shader_decompiler: Make use of fmt with the decompiler Lioncash 2020-05-04 22:40:31 -04:00
  • ba2ae9616a fs_user: std::move vectors where applicable Lioncash 2020-05-04 11:48:04 -04:00
  • 841522f59c Try to fix executable path generated in CI Dragios 2020-05-04 22:35:20 +08:00
  • 41facaece3 input_common: add TouchFromButtonDevice z87 2020-04-01 21:07:16 +03:00
  • 36809b2e2e
    Small fixes to "Option to hide mouse on inactivity" (#5280) Vitor K 2020-05-04 07:33:02 -03:00
  • e9819b61a6
    service: Mark variables as [[maybe_unused]] where applicable (#5318) Mat M 2020-05-04 06:22:33 -04:00
  • 6e48149ee1
    fs/archive: Make use of std::make_shared where applicable (#5319) Mat M 2020-05-04 06:22:13 -04:00
  • 79536ddb11
    service/cfg: Convert file-scope std::vector to std::array (#5320) Mat M 2020-05-04 06:21:56 -04:00
  • 30414eeb4b
    service/cfg: Make GenerateConsoleUniqueId() return a pair (#5321) Mat M 2020-05-04 06:21:43 -04:00
  • 41abdb505c
    common/logging/log: Add LLE in Audio_DSP comment (#5327) Valentin Vanelslande 2020-05-04 05:20:56 -05:00
  • 2874401703
    cfg-savegame: add DebugMode block (#5330) Ben 2020-05-04 12:19:44 +02:00
  • ed48f8accf clang-format fix B3n30 2020-05-04 12:14:40 +02:00