citra-emu
/
citra-canary
Archived
1
0
Fork 0

Commit Graph

  • e48110bdf4
    Merge pull request #5512 from vitor-k/untangle-includes Marshall Mohror 2020-08-29 22:02:25 -0500
  • 4135a12cb5
    CMakeLists: Download Clang-Format from the Citra repo instead of yuzus (#5534) Tobias 2020-08-29 21:58:20 +0200
  • 08e508e846
    Port yuzu-emu/yuzu#4472: "perf_stats: Mark GetMeanFrametime() as const" (#5498) Tobias 2020-08-29 17:29:20 +0200
  • a5fd11c213
    Merge pull request #5500 from FearlessTobi/port-4464-4505 Schplee 2020-08-28 12:13:30 -0700
  • 1255d82b67 General: Tidy up clang-format warnings Lioncash 2020-08-07 09:13:40 -0400
  • 855dc9f0fc
    Merge pull request #5518 from tywald/change-log-level Marshall Mohror 2020-08-28 13:54:36 -0500
  • 88c0288cb1
    Merge pull request #5521 from xperia64/fix_hotkey_ordering Marshall Mohror 2020-08-28 13:53:40 -0500
  • 550cc859b5
    Merge pull request #5524 from FearlessTobi/port-4582 Marshall Mohror 2020-08-28 13:30:44 -0500
  • 69f4aacccf
    Merge pull request #5531 from FearlessTobi/port-4536 Marshall Mohror 2020-08-28 13:29:22 -0500
  • f2d26eb73b
    Merge pull request #5532 from FearlessTobi/port-4531 Marshall Mohror 2020-08-28 13:28:48 -0500
  • 2a676858be
    Merge pull request #5527 from FearlessTobi/port-4518 Marshall Mohror 2020-08-28 13:19:43 -0500
  • 1e2e9e555a yuzu: Make use of qOverload where applicable Lioncash 2020-08-14 12:16:04 -0400
  • 8d6927dc4c yuzu: Resolve -Wextra-semi warnings Lioncash 2020-08-15 11:14:09 -0400
  • 41f42d8df3 common: Silence two discarded result warnings Lioncash 2020-08-16 06:17:30 -0400
  • 0ca0aad946 CMakeLists: Update fmt to 7.0.3 FearlessTobi 2020-08-28 16:00:00 +0200
  • 8164e58eab externals: Update Xbyak to 5.95 FearlessTobi 2020-08-28 03:19:15 +0200
  • 9a6fb16c06 Hotkeys were carelessly added out of alphabetical order, and notably broke in the 'Restore Hotkeys' PR xperia64 2020-08-23 15:16:38 -0400
  • 07d2daf2f9 Fix order xperia64 2020-08-21 21:47:57 -0400
  • 3d9d071262 cubeb_sink.cpp: Change one log from INFO to DEBUG level. tywald 2020-08-20 20:22:50 +0200
  • 08e4614817 interface.h: forward declare resolution Vitor Kiguchi 2020-08-19 03:53:54 -0300
  • 683fb833f2 camera_util.cpp: remove unnecessary includes Vitor Kiguchi 2020-08-19 03:53:25 -0300
  • 7bcfff4e71 clang format Vitor Kiguchi 2020-08-17 21:33:22 -0300
  • a6efc7c1ee Separate the enums from cam/cam.h Vitor Kiguchi 2020-08-17 19:26:20 -0300
  • 21d7c4faa8 Avoid incorrect casts to QDropEvent Luke Street 2020-08-18 23:24:06 -0400
  • 9d99755d4f configure_camera: forward declare CameraInterface Vitor Kiguchi 2020-08-17 19:18:37 -0300
  • 9c2986de41 profiler: remove unnecessary includes Vitor Kiguchi 2020-08-17 18:31:58 -0300
  • 9394724902 main: forward declare QLabel Vitor Kiguchi 2020-08-17 18:17:42 -0300
  • 1d5d278f8d Don't translate hotkey text xperia64 2020-08-10 23:06:22 -0400
  • 09ebfebc91 CMakeLists: Update CLANG_FORMAT_POSTFIX to 10.0 FearlessTobi 2020-08-08 18:56:01 +0200
  • 8f05bb780a ci: Make use of clang-format 10.0 FearlessTobi 2020-08-08 18:54:49 +0200
  • f72be7af2d
    Merge pull request #5497 from GMaxera/fix-broken-mac-os-travis-build Pengfei Zhu 2020-08-07 20:30:52 +0800
  • 52470d5f60 Use gtimeout on Mac OS job to incrementally build up ccache Gianluca Massera 2020-08-07 11:11:16 +0100
  • 57da84ba63
    Add LGTM static analyzer config file (#5495) Valeri 2020-08-07 04:34:39 +0300
  • b94f21eacd
    Merge pull request #5462 from FearlessTobi/port-4376 Marshall Mohror 2020-07-28 12:27:54 -0500
  • b4ec50ba21
    Actually return true if InitMFDLL succeeded (#5470) xperia64 2020-07-23 00:46:10 -0400
  • c3673ac9cd
    Merge pull request #5468 from citra-emu/zhaowenlan1779-patch-1 Pengfei Zhu 2020-07-22 23:13:00 +0800
  • 967f6500cf
    Update scan_dll.py Pengfei Zhu 2020-07-22 21:55:39 +0800
  • a34888804b
    Merge pull request #5464 from FearlessTobi/port-4347 Marshall Mohror 2020-07-21 08:46:18 -0500
  • 08f3fdfaec settings: Make use of std::string_view over std::string for logging FearlessTobi 2020-07-19 15:07:16 +0200
  • 7c578b0579 frontend: Improve wait tree readability for dark themes David Marcec 2020-07-18 20:22:03 +1000
  • d88d22080d
    Merge pull request #5453 from FearlessTobi/port-4221 Marshall Mohror 2020-07-14 09:26:43 -0500
  • f6ced5def0
    Merge pull request #5452 from FearlessTobi/port-4287 Marshall Mohror 2020-07-14 09:26:24 -0500
  • 1722701c07
    [WIP] NCCHContainer: support for partitions if container is NCSD (#5345) Ben 2020-07-14 16:14:30 +0200
  • 897e473da4
    Merge pull request #5332 from Dragios/fix-exe-path Marshall Mohror 2020-07-14 09:10:11 -0500
  • a83f819160
    Merge pull request #5317 from MerryMage/compile-on-10.13 Marshall Mohror 2020-07-14 09:06:03 -0500
  • 88edf9d62c cmake: stop linking against QGL FearlessTobi 2020-07-11 19:06:31 +0200
  • 97d1430ee5 CMakeLists: Update fmt to 7.0.1 FearlessTobi 2020-07-11 18:52:36 +0200
  • 96fa75fb93
    discord_impl: Update the client ID (#5449) Tobias 2020-07-08 23:45:54 +0200
  • f4e727cc19
    Merge pull request #5420 from citra-emu/xglTextureBarrier Marshall Mohror 2020-07-07 16:45:27 -0500
  • 60282f35fe fix clang format BreadFish64 2020-07-07 16:43:42 -0500
  • bd7ee8c315
    Common: remove a mod from AlignUp (#5441) Marshall Mohror 2020-07-07 16:39:23 -0500
  • 835efd321e
    Merge pull request #5438 from zhaobot/tx-update-20200701011708 Pengfei Zhu 2020-07-07 20:39:14 +0800
  • add0deb3c5 Update translations (2020-07-01) The Citra Community 2020-07-01 01:17:39 +0000
  • 910cc9efc1
    Merge pull request #5435 from FearlessTobi/port-4097 Pengfei Zhu 2020-06-29 21:46:26 +0800
  • 265b0aa444 Fix framebuffer size on fractional scaling display. Kaiwen Xu 2020-06-16 20:45:20 -0700
  • 662c348b6c fix BreadFish64 2020-06-27 13:23:34 -0500
  • ea2584c54d generic texture allocator BreadFish64 2020-06-27 13:13:37 -0500
  • cae4b7aaf7 Clean up BreadFish64 2020-06-26 15:41:10 -0500
  • c4a4b40b2d
    Fix using system boost (#5424) Marshall Mohror 2020-06-23 21:30:35 -0500
  • e79de3107e
    gl_resource_manager: Make use of noexcept on move constructors and move assignment operators (#5340) LC 2020-06-23 12:00:25 -0400
  • 7444c95132
    Merge pull request #5364 from tgsm/issue-template merry 2020-06-21 20:46:25 +0100
  • 372c653ec3
    Fix clang-format Marshall Mohror 2020-06-20 14:03:04 -0500
  • 485d64ae73
    citra-qt: Add an "Alternative Speed Limit" with its hotkey (#5281) SutandoTsukai181 2020-06-20 21:52:14 +0300
  • 6d65319c85
    Update manifest file to include new elements that are introduced with Windows 10 later versions (#5324) Dragios 2020-06-21 02:51:46 +0800
  • 3090f840a8
    Fix: fatal error CVT1100 when compiling manifest file (#5322) Dragios 2020-06-21 02:50:33 +0800
  • 8a080146c9
    Merge pull request #5344 from vitor-k/fix-folder-order Marshall Mohror 2020-06-20 13:23:44 -0500
  • cb44e4408d
    Improve performance of applying cheats; Set correct interval for applying cheats (#5305) Ben 2020-06-20 20:20:31 +0200
  • 902cc1eb49
    am: Resolve truncation and sign conversion warnings in WriteContentData() (#5397) LC 2020-06-20 14:09:56 -0400
  • 353780e1c9
    Merge pull request #5403 from lioncash/gen2 Marshall Mohror 2020-06-20 13:09:24 -0500
  • b80c6f7534 handle all cases more robustly BreadFish64 2020-06-20 12:52:58 -0500
  • d04071d6b3 video_core/GLES: fix issues cause by missing glTextureBarrier create a duplicate for sampling instead BreadFish64 2020-05-27 22:14:27 -0500
  • 31cb3d7a44 .github: add a new issue template tgsm 2020-05-24 12:20:06 -0400
  • 8ce81b19be
    General: Remove usages of ARRAY_SIZE where applicable. (#5392) LC 2020-06-19 10:10:45 -0400
  • f7aaa37bf2
    archive: Make use of std::pair for OpenFileFromArchive (#5399) LC 2020-06-19 10:02:00 -0400
  • 1504018a56
    Avoid deadlock when stopping video dumping (#5407) xperia64 2020-06-18 18:20:57 -0400
  • 2e24183e53
    Interpolation v2, w/vector and roundf (#5350) xperia64 2020-06-14 14:56:10 -0400
  • 16913feb44
    Merge pull request #5273 from xperia64/frame_timing_tweak Pengfei Zhu 2020-06-12 22:14:03 +0800
  • b0aa58ba56 Fix cheat frame interval xperia64 2020-06-11 23:29:12 -0400
  • c873b38387 Update codec information xperia64 2020-06-11 22:05:29 -0400
  • 5b245aafd3
    Merge pull request #5402 from xperia64/update_teakra_sync Pengfei Zhu 2020-06-11 22:41:01 +0800
  • 9b20ff0369
    Merge pull request #5401 from xperia64/fix_pipe_read_size Pengfei Zhu 2020-06-11 22:37:50 +0800
  • 2632b421c2
    Merge pull request #5266 from xperia64/audio_ticks_tweak Pengfei Zhu 2020-06-11 22:37:30 +0800
  • 565e5988ef
    Merge pull request #5404 from xperia64/wmf_aac_bad Pengfei Zhu 2020-06-11 22:23:41 +0800
  • b0a20180ee Update comments after hardware testing xperia64 2020-06-10 23:05:02 -0400
  • c63797a096 Recomment the ffmpeg backend xperia64 2020-06-10 19:47:28 -0400
  • 016d2b08e3 Fix ffmpeg time base xperia64 2020-06-10 19:42:23 -0400
  • 62e2cd6239 Use samples_per_frame instead of hardcoded 160 xperia64 2020-06-10 17:10:50 -0400
  • 20d823a42a Fix WMF AAC decoder bug xperia64 2020-06-10 16:58:09 -0400
  • e6ad0d390e
    Merge pull request #5381 from zhaowenlan1779/swkbd-another-fix Pengfei Zhu 2020-06-08 22:04:49 +0800
  • 2b031e4eaf gl_shader_gen: std::move strings where applicable Lioncash 2020-06-08 06:56:07 -0400
  • 11792682fb gl_shader_gen: Collapse several format calls into one Lioncash 2020-06-08 06:44:01 -0400
  • e79e991681 gl_shader_gen: Mark local functions as static where applicable Lioncash 2020-06-08 06:40:36 -0400
  • 9645c1e1b2 gl_shader_gen: Eliminate unnecessary std::string construction in AppendProcTexCombineAndMap() Lioncash 2020-06-08 06:37:39 -0400
  • daf0e750d2 Update teakra, adjust TeakraSlice for new audio frame period xperia64 2020-06-07 20:06:22 -0400
  • fd0a618b16 Fix ReadPipeIfPossible xperia64 2020-06-07 16:16:36 -0400
  • edb5977fba
    Merge pull request #5400 from lioncash/count Pengfei Zhu 2020-06-07 23:00:08 +0800
  • 1643cf5b86
    Merge pull request #5398 from lioncash/call Pengfei Zhu 2020-06-07 22:57:40 +0800
  • 0b307a86a6
    Merge pull request #5394 from lioncash/uninit Pengfei Zhu 2020-06-07 22:53:06 +0800
  • dbd1a389ef
    Merge pull request #5393 from lioncash/signed Pengfei Zhu 2020-06-07 22:52:18 +0800
  • 5259ab7566 fs/file: Make use of std::move where applicable Lioncash 2020-06-06 11:24:32 -0400