Commit Graph

  • ce49a14284
    Update dist/languages/zh_CN.ts Pengfei Zhu 2020-05-02 18:39:09 +0800
  • 0f213b8d38 Update manifest file to include new elements that are introduced with Windows 10 later versions Dragios 2020-05-02 18:17:31 +0800
  • 135582c392 Fix dll destination set to the wrong path Dragios 2020-05-02 17:46:22 +0800
  • a4374f2412 service: Mark variables as [[maybe_unused]] where applicable Lioncash 2020-05-02 04:06:12 -0400
  • e48479fc95 Fix: fatal error CVT1100 when compiling manifest file Dragios 2020-05-02 17:17:36 +0800
  • ccbcea3fe9 service/cfg: Make GenerateConsoleUniqueId() return a pair Lioncash 2020-05-02 05:11:58 -0400
  • a13e0f5e05 service/cfg: Convert file-scope std::vector to std::array Lioncash 2020-05-02 04:55:47 -0400
  • adae7cf533 fs/archive: Make use of std::make_shared where applicable Lioncash 2020-05-02 04:40:07 -0400
  • 4f0c1c899e service: Mark variables as [[maybe_unused]] where applicable Lioncash 2020-05-02 04:06:12 -0400
  • 1f375f2511 travis: Compile on macOS 10.13 with more up to date compiler MerryMage 2020-05-02 08:48:23 +0100
  • 41bff0e3b7
    Merge pull request #5316 from lioncash/init Pengfei Zhu 2020-05-02 15:42:31 +0800
  • eb996f046d
    Merge pull request #5315 from lioncash/undef Pengfei Zhu 2020-05-02 15:41:59 +0800
  • 563a540dfd core: Resolve -Wreorder warnings Lioncash 2020-05-01 23:32:41 -0400
  • a32ad7f1f2 soc_u: Prevent undefined behavior with CTRPollFD Lioncash 2020-05-01 22:27:08 -0400
  • 2476532f21
    Merge pull request #5302 from lioncash/teak Pengfei Zhu 2020-05-02 10:21:18 +0800
  • d7bfc297c9
    Address review comments zhupengfei 2020-05-02 08:44:07 +0800
  • 1b3c91e2f3
    Rewrite to keep only a single QSpinBox SutandoTsukai181 2020-05-02 03:27:08 +0300
  • e212dc3a1f
    Merge pull request #5297 from lioncash/missing Pengfei Zhu 2020-05-02 08:07:49 +0800
  • 70a43be714
    Merge pull request #5306 from lioncash/view2 Pengfei Zhu 2020-05-02 08:07:10 +0800
  • 8e7abecf7e
    Merge pull request #5307 from lioncash/guard Pengfei Zhu 2020-05-02 08:04:58 +0800
  • 5a008a74fa
    Merge pull request #5304 from lioncash/layered Pengfei Zhu 2020-05-02 08:02:35 +0800
  • 6907568034
    Merge pull request #5309 from lioncash/dtor Pengfei Zhu 2020-05-02 08:02:14 +0800
  • 59984df603
    Merge pull request #5308 from lioncash/rsa Pengfei Zhu 2020-05-02 08:01:58 +0800
  • 1d624bf472 externals: Update dynarmic to da5346e MerryMage 2020-05-01 22:54:17 +0100
  • 5832857bc0 externals: Update cubeb to 616d773 David Marcec 2020-04-30 00:33:02 +1000
  • 68b934746f APT: fix CheckNew3DSApp B3n30 2020-05-01 18:37:10 +0200
  • 4d7487bd34
    Merge pull request #5298 from lioncash/unused Pengfei Zhu 2020-05-01 23:34:36 +0800
  • 037c857bd6
    Merge pull request #5303 from lioncash/namespace Pengfei Zhu 2020-05-01 23:04:01 +0800
  • 017f0c469e
    Merge pull request #5301 from lioncash/chunk Pengfei Zhu 2020-05-01 23:02:47 +0800
  • 6a0636d631
    Merge pull request #5296 from lioncash/flatten Pengfei Zhu 2020-05-01 23:01:47 +0800
  • 58359fbf45 Improve performance of applying cheats; Set correct interval for applying cheats B3n30 2020-05-01 15:36:09 +0200
  • 2eacb11c53
    Merge pull request #5292 from lioncash/alloc Pengfei Zhu 2020-05-01 22:57:55 +0800
  • 1bb9a71a01
    Merge pull request #5291 from lioncash/trunc Pengfei Zhu 2020-05-01 22:56:46 +0800
  • 89eeb64854 applets/swkbd: Make destructor virtual Lioncash 2020-05-01 10:44:28 -0400
  • aeb6a037ed applets/mii_selector: Make destructor virtual Lioncash 2020-05-01 10:42:54 -0400
  • 3ab0701192 core/hw/rsa: Make GetSignature() a const member function Lioncash 2020-05-01 10:17:01 -0400
  • fd1b254635
    Merge pull request #5290 from lioncash/shader Ben 2020-05-01 16:16:25 +0200
  • c55e81b946 core/hw/rsa: Make operator bool explicit Lioncash 2020-05-01 10:14:48 -0400
  • 75bac1e514 core/hw/rsa: Take std::vector instances by value Lioncash 2020-05-01 10:12:45 -0400
  • 98385b75d6 file_sys/seed_db: Add missing include guard Lioncash 2020-05-01 09:59:55 -0400
  • 10a32c94b6 title_metadata: Take std::vector by const reference in Load() Lioncash 2020-05-01 09:53:42 -0400
  • 147073a5a0 file-sys: Make use of std::string_view where applicable Lioncash 2020-05-01 09:43:02 -0400
  • fef3876319 Improve performance of applying cheats; Set correct interval for applying cheats B3n30 2020-05-01 15:36:09 +0200
  • 37a6ea72e5 layered_fs: Mark functions as static where applicable Lioncash 2020-05-01 09:34:54 -0400
  • 9cff314abb service/ir: Remove erroneous forward declaration Lioncash 2020-05-01 08:54:24 -0400
  • 7d5cad4093 CMakeLists: Specify EXCLUDE_FROM_ALL for teakra Lioncash 2020-05-01 08:31:55 -0400
  • 246cea229c common: Remove chunk_file.h Lioncash 2020-05-01 08:23:56 -0400
  • 5086a1586b General: Remove use of ARRAY_SIZE Lioncash 2020-05-01 07:39:29 -0400
  • 763778e6c0 gl_rasterizer: Make const on references consistent Lioncash 2020-05-01 06:19:18 -0400
  • 437453d32b gl_rasterizer: Amend missing return value in branch in SetupGeometryShader() Lioncash 2020-05-01 06:10:30 -0400
  • 81768bf0c2 gl_rasterizer: Resolve truncation warnings Lioncash 2020-05-01 05:59:20 -0400
  • df97021f55 gl_rasterizer: Make use of std::string_view in IsVendorAmd() Lioncash 2020-05-01 05:54:47 -0400
  • de140a5870 gl_rasterizer: Default destructor in the cpp file Lioncash 2020-05-01 05:53:40 -0400
  • ea08178dde gl_rasterizer: Remove unused emu_window variable in RasterizerOpenGL Lioncash 2020-05-01 05:52:45 -0400
  • 59a614a70f gl_rasterizer_cache: Remove unnecessary reference parameter in LoadCustomTexture() Lioncash 2020-05-01 05:42:29 -0400
  • e342f36e02 gl_rasterizer_cache: Flatten LoadCustomTexture() Lioncash 2020-05-01 05:33:45 -0400
  • 85d37c9994
    gl_shader_disk: Make use of std::nullopt where applicable (#5293) Mat M 2020-04-30 23:42:32 -0400
  • 4cd946a565 gl_rasterizer_cache: Resolve variable shadowing warnings Lioncash 2020-04-30 23:39:49 -0400
  • 96b3b278f9 gl_rasterizer_cache: Resolve truncation warnings Lioncash 2020-04-30 23:37:55 -0400
  • e2609bb6b4 gl_rasterizer_cache: Make use of const on references explicit Lioncash 2020-04-30 23:36:02 -0400
  • 7015fc7711 gl_rasterizer_cache: Remove unused variable in ClearAll() Lioncash 2020-04-30 23:32:11 -0400
  • 78606beb32 gl_rasterizer_cache: Mark hash implementation as noexcept Lioncash 2020-04-30 23:31:02 -0400
  • 8cbf2be27f gl_rasterizer_cache: Remove unused local std::string variable Lioncash 2020-04-30 23:24:59 -0400
  • 231c841d19 gl_rasterizer_cache: Mark file-scope functions as static where applicable Lioncash 2020-04-30 23:23:32 -0400
  • 75034df073
    swkbd: Fix a bug where clicking Cancel hangs the game zhupengfei 2020-05-01 11:17:12 +0800
  • da887aff88 gl_shader_disk: Make use of std::nullopt where applicable Lioncash 2020-04-30 22:53:49 -0400
  • f20120e5a7 gl_shader_gen: Mark hash implementations as noexcept Lioncash 2020-04-30 22:05:46 -0400
  • ca4f7266c0 gl_shader_manager: Remove unused variable within LoadDiskCache() Lioncash 2020-04-30 22:48:57 -0400
  • 138539c9a0 gl_shader_manager: Eliminate variable shadowing Lioncash 2020-04-30 22:46:55 -0400
  • 2d83b39532 gl_shader_manager: Avoid unnecessary std::vector copy in LoadDiskCache() Lioncash 2020-04-30 22:43:01 -0400
  • e118cb1e0b renderer_opengl: Resolve compiler truncation warnings Lioncash 2020-04-30 22:10:56 -0400
  • d23ffe9b42 gl_shader_gen: Mark PicaVSConfig reference parameter as const Lioncash 2020-04-30 22:03:36 -0400
  • d0480a3976 gl_shader_decompiler: Make use of fmt with the decompiler Lioncash 2020-04-20 23:14:45 -0400
  • 46dc50ca5e Update translations (2020-05-01) The Citra Community 2020-05-01 01:18:06 +0000
  • 3cb906b84d Initial work - WIP Hamish Milne 2020-04-30 23:53:21 +0100
  • 4a677e83fe
    Merge pull request #5287 from vvanelslande/teakra Weiyi Wang 2020-04-30 12:48:23 -0400
  • ce58151c21 Update teakra Valentin Vanelslande 2020-04-29 21:53:01 -0500
  • 64694b0f11
    Merge pull request #5276 from B3n30/fix_travis_frozen_linux Ben 2020-04-29 22:43:04 +0200
  • 9ae4700529 UDS: Only return beacons that have the desired wlan_comm_id Valentin Vanelslande 2020-04-29 10:19:06 -0500
  • 6458bae7a8 UDS: Only return beacons that have the desired wlan_comm_id Valentin Vanelslande 2020-04-29 10:19:06 -0500
  • 4af028bb0d Fix missing indentation SutandoTsukai181 2020-04-29 17:54:37 +0300
  • 739bce9a42 Fix something that didn't get saved correctly SutandoTsukai181 2020-04-29 17:49:43 +0300
  • 05941d1634 Complete reimplementation of the function SutandoTsukai181 2020-04-29 14:34:39 +0000
  • c937876935
    Merge pull request #5282 from FearlessTobi/free-bytes-fix Pengfei Zhu 2020-04-29 21:41:07 +0800
  • 7f8151b9b9 savedata_archive: Make GetFreeBytes return a more accurate value FearlessTobi 2020-04-29 05:42:40 +0200
  • 9de6a0cb3a Change "Toggle Speed Limit" to toggle between 100% and a custom value SutandoTsukai181 2020-04-29 03:34:09 +0300
  • 98fe5f82c5
    memory: Make getter functions const qualified where applicable (#5251) Mat M 2020-04-28 15:43:52 -0400
  • 96832a2c82
    core/memory: Make use of std::move in Entry::operator= (#5233) Mat M 2020-04-28 15:39:02 -0400
  • bceb68ad5f citra_qt: Fix copy/paste error Vitor Kiguchi 2020-04-28 03:12:39 -0300
  • 2c761ebba7
    Merge d30ed62608 into 9dc0f38ffd Merry 2020-04-28 00:02:02 -0700
  • 9dc0f38ffd
    Merge pull request #5241 from lioncash/pica Ben 2020-04-28 09:01:41 +0200
  • 7d608b0814 Menubar: fix mouse tracking bug Vitor Kiguchi 2020-04-28 03:10:52 -0300
  • 767425e1f4 android project weihuoya 2020-04-28 13:35:59 +0800
  • 8a0b0c2fc7
    texture_filters: update ScaleForce (#5270) Marshall Mohror 2020-04-27 23:50:47 -0500
  • d30ed62608 memory: Rework backing memory implementation MerryMage 2020-04-27 21:30:09 +0100
  • 41b7df4a32 command_processor: Resolve undefined behavior type punning Lioncash 2020-04-18 21:00:13 -0400
  • 5ac4636a14 pica_state: Make use of std::array Lioncash 2020-04-18 20:51:17 -0400
  • 7b3c89b8bb arm_interface: Reduce serializing of VFP/CP15 registers to essentials MerryMage 2020-04-27 17:11:20 +0100
  • ed304e2877
    Merge pull request #5179 from vitor-k/reenable-hidapi Ben 2020-04-27 16:35:51 +0200
  • f18aef0579
    add program counter in unmapped memory access log messages (#5149) badda71 2020-04-27 16:31:34 +0200