Commit Graph

  • 50a15b7484 VideoCommon/NetPlayChatUI: Take std::string by value in AppendChat() Lioncash 2019-05-29 06:12:27 -04:00
  • 08223bad9f VideoCommon/NetPlayChatUI: Set member variable within the constructor initializer list Lioncash 2019-05-29 06:09:47 -04:00
  • d4b069f458 DiscIO: Use std::string_view in FileSystem::FindFileInfo JosJuice 2019-05-29 08:16:12 +02:00
  • 9fe3150358 x64EmitterTest: Test 64-bit MOV with 32-bit immediate Sintendo 2019-05-29 00:49:15 +02:00
  • c84f34bd50 x64Emitter: Short MOVs for 32bit immediates Sintendo 2019-05-29 00:47:12 +02:00
  • 4d2e0c7b48 UICommon/ResourcePack/Manager: Resolve use-after-move in Add() Lioncash 2019-05-28 17:40:24 -04:00
  • 992c8bfc4e
    Merge pull request #8129 from lioncash/gamefile JosJuice 2019-05-28 17:58:41 +02:00
  • b4470ad4c2 UICommon/GameFile: Make COVER_URL a plain C string Lioncash 2019-05-28 07:18:10 -04:00
  • 8229ada922 UICommon/GameFile: Remove unused includes Lioncash 2019-05-28 07:15:31 -04:00
  • 80786cd295 UICommon/GameFile: Remove unnecessary value() calls in DownloadDefaultCover() Lioncash 2019-05-28 07:12:59 -04:00
  • ab0892e5a5 UICommon/GameFile: Deduplicate string paths where applicable Lioncash 2019-05-28 07:05:35 -04:00
  • 27ecb93b32 UICommon/GameFile: Remove unnecessary initializers Lioncash 2019-05-28 07:00:04 -04:00
  • 56faf750be UICommon/GameFile: std::move std::string argument in constructor Lioncash 2019-05-28 06:57:46 -04:00
  • 8e65869484 UICommon/GameFile: Default no-arg constructor and destructor within the cpp file Lioncash 2019-05-28 05:53:36 -04:00
  • 49ca31467d UICommon/GameFile: Use in-class initializers where applicable Lioncash 2019-05-28 05:51:47 -04:00
  • 800d875faa
    Merge pull request #8127 from lioncash/resource Léo Lam 2019-05-27 23:05:10 +02:00
  • 256c9375c9 Move libusb utilities to LibusbUtils Léo Lam 2019-05-12 20:19:31 +02:00
  • 054b1172e3 Externals/libusb: Set policy ISO_ALWAYS_START_ASAP for libusbK Léo Lam 2019-05-04 19:53:56 +02:00
  • 20770fe22b Externals/libusb: Bounds check the interface number Léo Lam 2019-05-01 17:02:32 +02:00
  • 99b340a6d0 Externals/libusb: Mask index for control transfers correctly Léo Lam 2019-05-01 16:58:43 +02:00
  • 8ea197357c Externals: remove unused libusb files and add them to gitignore Léo Lam 2019-05-03 13:18:35 +02:00
  • 1b9617c85c Externals: Update libusb to 1.0.23-rc1 Léo Lam 2019-05-01 11:47:48 +02:00
  • f07cf9ebab UICommon/ResourcePack: Allow ReadCurrentFileUnlimited() to read into any contiguous container Lioncash 2019-05-27 13:27:03 -04:00
  • 5c4d3f55da UICommon/Manager: Remove unused std::string variable in Remove() Lioncash 2019-05-27 13:09:21 -04:00
  • 42de5b9a10
    Merge pull request #8126 from lioncash/todo Léo Lam 2019-05-27 19:04:06 +02:00
  • 525c65dd19
    Merge pull request #8125 from lioncash/verify Léo Lam 2019-05-27 19:03:13 +02:00
  • 41cda6fe6d UICommon/ResourcePack: Use ScopeGuards to manage closing files Lioncash 2019-05-27 13:02:01 -04:00
  • e3be168328
    Merge pull request #8124 from lioncash/http Léo Lam 2019-05-27 18:59:23 +02:00
  • 157a305507 UICommon/ResourcePack: Deduplicate string construction Lioncash 2019-05-27 12:45:21 -04:00
  • a22cc615a9 UICommon/ResourcePack: Remove unnecessary resizes Lioncash 2019-05-27 12:37:43 -04:00
  • 57701cd988 UICommon/ResourcePack: Make TEXTURE_PATH a regular array Lioncash 2019-05-27 12:33:46 -04:00
  • b2b5b01eda Core/GCMemcard: Remove obsolete TODO Lioncash 2019-05-27 11:48:36 -04:00
  • d220e33862 DiscIO/VolumeVerifier: Make no-argument overload of GetBiggestUsedOffset() const Lioncash 2019-05-27 10:33:02 -04:00
  • bf6948c1d4 DiscIO/VolumeVerifier: Use structured bindings where applicable Lioncash 2019-05-27 10:28:45 -04:00
  • fa57396e97 DiscIO/VolumeVerifier: In-class initialize members where applicable Lioncash 2019-05-27 10:23:52 -04:00
  • 52eb2d0d82 DiscIO/VolumeVerifier: Default destructor within the cpp file Lioncash 2019-05-27 10:19:49 -04:00
  • 0ccaa2b5d6 DiscIO/VolumeVerifier: Take std::string by value in AddProblem() Lioncash 2019-05-27 10:12:20 -04:00
  • a1f77fd14b DiscIO/VolumeVerifier: Make use of unused variable in CheckMisc() Lioncash 2019-05-27 10:09:53 -04:00
  • ab2adfb0a7 Common/HttpRequest: Simplify cURL initialization Lioncash 2019-05-27 09:46:54 -04:00
  • b15f595130 Common/HttpRequest: Avoid unnecessary copies in loop in Fetch() Lioncash 2019-05-27 09:31:13 -04:00
  • 8dc8cf8019 Common/HttpRequest: std::move callback in constructor Lioncash 2019-05-27 09:25:05 -04:00
  • 204af41e73
    Merge pull request #8122 from Pokechu22/dx11-dxgi_factory Connor McLaughlin 2019-05-27 18:48:52 +10:00
  • 69d9d9f87a Also free when initialization fails, and move to end Pokechu22 2019-05-26 19:59:29 -07:00
  • 19fb3bb4fe DX11: Fix access violation on closing dolphin Pokechu22 2019-05-26 15:01:05 -07:00
  • f92c17e76f
    Merge pull request #7799 from Tilka/mapping Léo Lam 2019-05-26 18:10:06 +02:00
  • f819ea687a
    Merge pull request #7448 from RolandMunsil/improve-cheat-search Léo Lam 2019-05-26 18:07:49 +02:00
  • 2195ef30f3 DolphinQt/Mapping: red = error, don't flash Tillmann Karras 2019-02-13 02:23:28 +00:00
  • 4ce7079098 CheatsManager: Improve performance of searching & add input validation Roland Munsil 2018-10-03 17:17:45 -05:00
  • 526698d2fc
    Merge pull request #8104 from AdmiralCurtiss/memcard-folder-small Léo Lam 2019-05-26 11:07:43 +02:00
  • e8f27d0c34
    Merge pull request #99 from plaidman/master Twinaphex 2019-05-26 02:23:31 +02:00
  • 96bb732e28 adding texture cache accuracy to core options Tomsic, Jason 2019-05-25 20:19:36 -04:00
  • f6afce781f Jit64AsmCommon: Use PEXT in GenConvertDoubleToSingle MerryMage 2019-05-25 23:01:06 +01:00
  • 12314577c1 Jit64AsmCommon: Make ConvertDoubleToSingle use RSCRATCH as output MerryMage 2019-05-25 22:51:02 +01:00
  • ec8d57d882 UnitTests/Jit64Common: Test GenConvertDoubleToSingle MerryMage 2019-05-25 22:43:04 +01:00
  • c4799e5977 Jit64: Make DoubleToSingle a common asm routine booto 2019-05-21 23:37:22 -04:00
  • 15abb1c92d GCMemcardDirectory: Improve logic for which files are loaded into the virtual memory card. Admiral H. Curtiss 2019-05-13 23:37:50 +02:00
  • 5af05f6714 GCMemcard/GCIFile: Implement LoadHeader(). Admiral H. Curtiss 2019-05-17 21:08:21 +02:00
  • 884af05589 GCMemcardDirectory: Move GCIFile class to its own file. Admiral H. Curtiss 2019-05-17 20:30:08 +02:00
  • 9136abf07e
    Merge pull request #8106 from 8times9/memcard-menubar Léo Lam 2019-05-25 21:19:38 +02:00
  • 00855552e9 Qt/MenuBar: Reorder Tools menu 8times9 2019-05-18 17:24:25 -05:00
  • edf988b465
    Merge pull request #8019 from AdmiralCurtiss/gcmemcard-header-cleanup Léo Lam 2019-05-25 19:20:43 +02:00
  • e390fd0f4e GCMemcard: Remove unused ability of ImportGci() to write a GCI file to disk. Admiral H. Curtiss 2019-05-05 16:14:55 +02:00
  • 018572018e GCMemcard: Dismantle the global return value enum into a few function specific enum classes. Admiral H. Curtiss 2019-05-05 15:56:30 +02:00
  • d09303683c GCMemcard: Convert a few enums into constexprs. Admiral H. Curtiss 2019-05-05 02:55:03 +02:00
  • cbc5acb8cd GCMemcard: Get rid of stray signed length in ImportGciInternal(). Admiral H. Curtiss 2019-05-05 02:37:37 +02:00
  • 2d38364410 GCMemcard: Remove memsets that don't do anything in GCMemcard::Format(). Admiral H. Curtiss 2019-04-21 22:37:09 +02:00
  • 88a0773309 GCMemcard: Rewrite checksum calculation without undefined behavior. Admiral H. Curtiss 2019-04-21 19:21:23 +02:00
  • fcd75841ca GCMemcard: Rewrite Header::CalculateSerial() without undefined behavior. Admiral H. Curtiss 2019-05-05 00:59:38 +02:00
  • 5fb56505b2
    Merge pull request #8109 from leoetlino/ios-usb-fixes Léo Lam 2019-05-24 22:03:46 +02:00
  • 6dd0fe21f2 IOS/USB: Claim all interfaces ahead-of-time Léo Lam 2019-05-02 16:33:11 +02:00
  • aeb02d83db Qt/InterfacePane: Move "Keep on Window on Top" to Render Window section 8times9 2019-05-24 13:18:49 -05:00
  • e07b514b62
    Merge pull request #8115 from booto/powerpc_pvr Léo Lam 2019-05-24 14:51:06 +02:00
  • 9373bc3aa9
    Merge pull request #8102 from dreamsyntax/debug-mousefix Léo Lam 2019-05-24 14:49:05 +02:00
  • e06a62d9d1 Qt: Fix CodeWidget navigation dreamsyntax 2019-05-15 22:13:57 -07:00
  • 6eb7c525b2
    Merge pull request #7801 from GerbilSoft/feature/Discord-PPCTitleChanged Léo Lam 2019-05-24 14:30:52 +02:00
  • 8417c78b7a Update Discord rich presence when the title changes David Korth 2019-02-13 21:31:31 -05:00
  • 27cb407ecf PowerPC: Add Broadway's PVR (retail Wii) booto 2019-05-23 00:30:14 -04:00
  • 702344ba9c
    Merge pull request #8105 from 8times9/render-window Léo Lam 2019-05-23 13:06:36 +02:00
  • 617747e905
    Merge pull request #8113 from lioncash/ini-key Léo Lam 2019-05-23 12:15:30 +02:00
  • 67c2aa0701
    Merge pull request #8114 from lioncash/ini-line Léo Lam 2019-05-23 12:12:41 +02:00
  • 3132839113
    Merge pull request #8116 from booto/clang-format-revert JosJuice 2019-05-23 10:56:51 +02:00
  • c5a9a77684 clang-format: revert 'AfterCaseLabel' setting booto 2019-05-23 00:42:42 -04:00
  • 2ae370fc37 IniFile: Prevent potential out-of-bounds access in ParseLine() Lioncash 2019-05-22 21:09:09 -04:00
  • 869acb96c6 Common/IniFile: Simplify Set() Lioncash 2019-05-22 20:58:47 -04:00
  • 2bedb8a592
    Merge pull request #8112 from Techjar/clang-format-case-labels Connor McLaughlin 2019-05-22 16:08:48 +10:00
  • 2e602344ea Add BraceWrapping/AfterCaseLabel to .clang-format Techjar 2019-05-22 01:49:42 -04:00
  • 68877c52d1
    Merge pull request #8027 from MerryMage/MOVAPS Connor McLaughlin 2019-05-22 15:05:17 +10:00
  • 03d7fef5a6 ARAM: No ARAM backing DMA in wiimode booto 2019-01-29 23:27:07 -05:00
  • 70299f2505 ARAM: rework DMA booto 2019-01-29 02:48:31 -05:00
  • 73c0a4ee81 DSP: Experiment with cleaning up ARAM accessor booto 2019-01-25 23:59:04 -05:00
  • 2b44e1b851 IOS/USB: Fix initial device scan Léo Lam 2019-05-04 12:23:57 +02:00
  • b274a054a9 IOS/VEN: Read cancel endpoint correctly Léo Lam 2019-05-02 18:31:32 +02:00
  • d7e23d71f8 IOS/VEN: Return -4 when no transfer was cancelled Léo Lam 2019-05-02 17:37:43 +02:00
  • 4c6ef81291 IOS/USB: Verify that isochronous req buffer size is consistent Léo Lam 2019-05-02 19:01:48 +02:00
  • a6da38d75d IOS/USB: Fix TransferCommand length type Léo Lam 2019-05-02 18:56:10 +02:00
  • 5226d6103a IOS/USB: Add debug logging for all transfers Léo Lam 2019-05-01 15:55:13 +02:00
  • 57fbf1cd6e
    Merge pull request #8107 from lioncash/string Léo Lam 2019-05-21 18:44:37 +02:00
  • 99ba260b51
    Merge pull request #8108 from lioncash/use-after-move Léo Lam 2019-05-21 18:39:15 +02:00
  • 1d22e50899 Core/Boot/Boot: Amend use-after-move cases in GenerateFromFile() Lioncash 2019-05-21 08:35:26 -04:00
  • ae329b7b1b DolphinQt/AboutDialog: Remove unnecessary QStringLiteral Lioncash 2019-05-21 07:13:11 -04:00