Commit Graph

  • cc54652fb3 IOS/USB_KBD: Migrate TODO comment above if statement Lioncash 2019-05-31 08:30:32 -04:00
  • e8cc1b8d8a IOS/USB_KBD: Use std::array for member variables where applicable Lioncash 2019-05-31 08:26:31 -04:00
  • a4837a5c5d Merge pull request #8143 from lioncash/loader Léo Lam 2019-05-31 14:18:16 +02:00
  • eed4fcc218 Merge pull request #8135 from lioncash/cmake Léo Lam 2019-05-31 14:03:12 +02:00
  • 64564e337b IOS/USB_KBD: Make key code lookup tables immutable and internally linked Lioncash 2019-05-31 08:02:26 -04:00
  • 2cb59ab055 Merge pull request #8148 from lioncash/view Léo Lam 2019-05-31 14:01:15 +02:00
  • 478f359d8d Merge pull request #8149 from lioncash/sdio Léo Lam 2019-05-31 13:58:54 +02:00
  • 2060390a9f IOS/SDIOSlot0: Tidy up parameter names of ExecuteCommand Lioncash 2019-05-31 07:28:09 -04:00
  • 61c25b3d23 IOS/SDIOSlot0: Remove unimplemented prototype Lioncash 2019-05-31 07:23:36 -04:00
  • 78e96230b2 AudioCommon: Move static locals into the AudioCommon namespace Lioncash 2019-05-31 07:07:14 -04:00
  • 15397e2a89 AudioCommon: Use emplace_back instead of push_back in GetSoundBackends() Lioncash 2019-05-31 07:03:52 -04:00
  • 1a56e9d9e0 AudioCommon: Use std::string_view with feature querying functions Lioncash 2019-05-31 07:01:44 -04:00
  • 3d27439d9a VideoCommon/CMakeLists: Specify headers in target sources Lioncash 2019-05-29 05:40:33 -04:00
  • a41ba68c1e VideoVulkan/CMakeLists: Specify headers in target sources Lioncash 2019-05-29 05:30:24 -04:00
  • cd9281772a VideoSoftware/CMakeLists: Specify headers in target sources Lioncash 2019-05-29 05:28:21 -04:00
  • 115e7992c5 VideoOGL/CMakeLists: Specify headers in target sources Lioncash 2019-05-29 05:26:11 -04:00
  • 968d379cc4 VideoNull/CMakeLists: Specify headers in target sources Lioncash 2019-05-29 05:24:24 -04:00
  • 87a57a5584 UpdaterCommon/CMakeLists: Specify headers in target sources Lioncash 2019-05-29 05:22:45 -04:00
  • 4cdb493eab UICommon/CMakeLists: Specify headers in target sources Lioncash 2019-05-29 05:21:12 -04:00
  • 24f5acf9a5 InputCommon/CMakeLists: Specify headers in target sources Lioncash 2019-05-29 05:17:46 -04:00
  • b453229a68 DolphinQt/CMakeLists: Specify headers in target sources Lioncash 2019-05-29 05:11:51 -04:00
  • 0c538ef523 DolphinNoGUI/CMakeLists: Specify headers in target sources Lioncash 2019-05-29 05:04:32 -04:00
  • cbcafd6830 DiscIO/CMakeLists: Specify headers in target sources Lioncash 2019-05-29 05:03:07 -04:00
  • cd351fd478 Core/CMakeLists: Specify headers in target sources Lioncash 2019-05-29 04:58:39 -04:00
  • b6d9b85293 AudioCommon/CMakeLists: Specify headers in target sources Lioncash 2019-05-29 04:23:13 -04:00
  • 48b82e82db Common/CMakeLists: Specify headers alongside source files Lioncash 2019-05-29 04:16:24 -04:00
  • 5ffbec6956 Merge pull request #8144 from lioncash/tie Léo Lam 2019-05-31 11:05:33 +02:00
  • 43eef41204 Merge pull request #8147 from booto/cp_registers Connor McLaughlin 2019-05-31 17:38:56 +10:00
  • bc8a4f99c7 VideoCommon: Constrain the array_base registers booto 2019-05-31 02:46:17 -04:00
  • b0b4b69d6e Qt/NetPlayDialog: Change network mode options to radio buttons Techjar 2019-05-30 17:58:31 -04:00
  • c1baffa776 ARAM: further cleanup, use AddressSpace accessors booto 2019-05-15 20:56:41 -04:00
  • 199486ffb6 Qt/NetPlayDialog: Move settings loading into LoadSettings Techjar 2019-05-30 17:44:02 -04:00
  • 8046f40784 Merge pull request #8145 from Techjar/shaderuid-memcmp-fix Mat M 2019-05-30 18:00:43 -04:00
  • cd3ba570df VideoCommon/ShaderGenCommon: Fix memcmp size in ShaderUid operators Techjar 2019-05-30 15:56:47 -04:00
  • 2452747429 VertexLoader_TextCoord: Tidy up public function definitions Lioncash 2019-05-30 09:42:05 -04:00
  • 9569c79ca2 VertexLoader_TextCoord: Make lookup tables immutable Lioncash 2019-05-30 09:39:27 -04:00
  • 16a03bade2 VertexLoader_TextCoord: Place helper functions in anonymous namespace Lioncash 2019-05-30 09:38:09 -04:00
  • 6f656b7219 VertexLoader_Position: Tidy up public function definitions Lioncash 2019-05-30 09:33:43 -04:00
  • 14e544eef8 VertexLoader_Position: Make lookup tables immutable Lioncash 2019-05-30 09:30:50 -04:00
  • be9a03b35f VertexLoader_Position: Place helper functions in anonymous namespace Lioncash 2019-05-30 09:29:20 -04:00
  • 60a1d0593c VertexLoader_Color: Place helper functions in anonymous namespace Lioncash 2019-05-30 09:24:11 -04:00
  • 66596c5176 Common/x64Emitter: Resolve TODO in OpArg's operator== Lioncash 2019-05-30 10:27:26 -04:00
  • 00ecfb3c59 Merge pull request #8138 from lioncash/input-string Léo Lam 2019-05-30 14:33:53 +02:00
  • 4e7a790648 Merge pull request #8140 from lioncash/vertex Léo Lam 2019-05-30 14:28:59 +02:00
  • 90c9991086 Merge pull request #8141 from lioncash/init Léo Lam 2019-05-30 14:15:02 +02:00
  • 2ce587f781 Merge pull request #8142 from lioncash/shader-view Léo Lam 2019-05-30 14:12:18 +02:00
  • 8d8ed37e27 Merge pull request #7291 from VinDuv/gc-adapter-error-report Léo Lam 2019-05-30 13:54:01 +02:00
  • f7eff6dab8 VideoCommon/ShaderGenCommon: Simplify operator!= for ShaderUid Lioncash 2019-05-30 02:13:37 -04:00
  • 954246d10e VideoCommon/ShaderGenCommon: Remove use of a union within ShaderUid Lioncash 2019-05-30 02:06:55 -04:00
  • 149a97e396 VideoCommon: Remove unnecessary memset on ShaderUid instances. Lioncash 2019-05-30 01:05:06 -04:00
  • 1831dcbe6f VideoVulkan/ShaderCompiler: Use non-member std::size instead of ArraySize() Lioncash 2019-05-30 03:54:56 -04:00
  • d6a60050ff VideoVulkan/ShaderCompiler: Use a std::optional instead of bool+out variable Lioncash 2019-05-30 03:52:05 -04:00
  • e60268bd42 VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource() Lioncash 2019-05-30 03:07:40 -04:00
  • 0084aeb5d7 VideoCommon/VertexLoader_Normal: Use variable template variants of type traits Lioncash 2019-05-29 23:58:18 -04:00
  • 8268b6f454 VideoCommon/VertexLoader_Normal: Initialize function table at compile-time Lioncash 2019-05-29 22:54:21 -04:00
  • 911755242d VideoCommon/VertexLoader_Normal: Remove E prefix from enums Lioncash 2019-05-29 22:15:43 -04:00
  • 3b8fb22d93 VideoCommon/VertexLoader_Normal: Tidy up function declarations Lioncash 2019-05-29 22:13:18 -04:00
  • 8537f8e095 VideoCommon/PixelShaderGen: Fix up wonky comment formatting Lioncash 2019-05-29 21:21:37 -04:00
  • 45934dd0c5 VideoCommon/PixelShaderGen: Make arrays immutable Lioncash 2019-05-29 20:50:17 -04:00
  • e28d08e973 VideoCommon/PixelShaderGen: Brace control structures that travel more than one line Lioncash 2019-05-29 20:16:38 -04:00
  • 0263435050 ControllerInterface/Device: Make DetectInput() a const member function Lioncash 2019-05-29 19:23:51 -04:00
  • 27346fee8a ControllerInterface/Device: Take vector by const reference in DetectInput() Lioncash 2019-05-29 19:10:50 -04:00
  • 246e2a77ce ControllerInterface/Device: std::move strings in constructor where applicable Lioncash 2019-05-29 18:46:44 -04:00
  • 1355b43fd2 ControllerInterface/Device: Use std::string_view where applicable Lioncash 2019-05-29 18:42:22 -04:00
  • 2c3c8bbb90 GCAdapter: Update Android-specific source Vincent Duvert 2018-07-29 22:37:48 +02:00
  • 9e7d4d2abb GCAdapter: Handle dynamic status updates for non-hotplug libusb Vincent Duvert 2018-07-25 21:44:57 +02:00
  • 2ac1ca133f GCPadWiiUConfigDialog: Update the adapter state dynamically Vincent Duvert 2018-07-19 08:23:16 +02:00
  • b08e2ec959 GCAdapter: Report libusb open errors to the user Vincent Duvert 2018-07-17 22:31:18 +02:00
  • 0165e5e703 GCAdapter: Close libusb handle if an open error occurs Vincent Duvert 2018-07-17 22:29:48 +02:00
  • 80d8173d29 Merge pull request #8132 from lioncash/string Léo Lam 2019-05-29 15:32:18 +02:00
  • 3c012ca31e Merge pull request #7426 from al3xtjames/master Léo Lam 2019-05-29 15:23:17 +02:00
  • 8aa86169c2 Translation resources sync with Transifex JosJuice 2019-05-29 15:05:22 +02:00
  • 24226419ed zlib/CMakeLists: Fix check for unistd.h Alex James 2018-09-21 22:36:43 -05:00
  • f25367a7a2 DiscIO: Avoid copies when comparing FileSystemGCWii file names JosJuice 2019-05-29 09:16:03 +02:00
  • 0dec8feadb android: thread local env weihuoya 2019-05-29 20:22:26 +08:00
  • aca46b11f8 Merge pull request #8070 from leoetlino/usb-fixes Léo 2019-05-29 14:07:19 +02:00
  • 918d707f3f Merge pull request #8131 from lioncash/move Léo Lam 2019-05-29 13:24:08 +02:00
  • 0cfdcf436d Merge pull request #8136 from lioncash/arglist Léo Lam 2019-05-29 13:18:03 +02:00
  • 7346679986 Common/FileUtil: Use std::string::data within ReadFileToString Lioncash 2019-05-28 17:49:54 -04:00
  • c0f499b7f7 Common/FileUtil: Use std::string_view with WriteStringToFile Lioncash 2019-05-28 17:47:26 -04:00
  • eb475025b8 Common/FileUtil: Make WriteStringToFile consistent with ReadFileToString Lioncash 2019-05-28 17:45:36 -04:00
  • 4aaa00dd8c Merge pull request #8137 from lioncash/guard JosJuice 2019-05-29 12:43:47 +02:00
  • 1a0f8e7804 VideoCommon/VertexLoaderX64: Add missing header guard Lioncash 2019-05-29 06:35:22 -04:00
  • 778623c48c VideoCommon/NetPlayGolfUI: Remove unused header Lioncash 2019-05-29 06:20:55 -04:00
  • cf0f2bbf1d VideoCommon/NetPlayGolfUI: Default the destructor in the cpp file Lioncash 2019-05-29 06:17:24 -04:00
  • 0fabab0760 VideoCommon/NetPlayGolfUI: Initialize netplay_client in the constructor initializer list Lioncash 2019-05-29 06:16:28 -04:00
  • c958fc1278 VideoCommon/NetPlayChatUI: Default destructor in the cpp file Lioncash 2019-05-29 06:18:55 -04:00
  • 53b115b81e VideoCommon/NetPlayChatUI: Use nullptr where applicable Lioncash 2019-05-29 06:14:40 -04:00
  • 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