Commit Graph

  • a2bc62dd89
    Merge pull request #7140 from lioncash/move Léo Lam 2018-06-19 22:53:37 +02:00
  • 6066ca30b2 DolphinQt2/RegisterWidget: std::move std::function instances in AddRegister() Lioncash 2018-06-19 13:36:52 -04:00
  • 562d2a700b PowerPC: Add functions to read/write the full timebase value Lioncash 2018-06-19 13:06:37 -04:00
  • d3ed750c9d GameFile: Avoid copying map pairs in GetLanguages() Lioncash 2018-06-19 12:25:13 -04:00
  • 1e4f3607c3 GameFile: Remove unused variable within GetUniqueIdentifier() Lioncash 2018-06-19 12:18:09 -04:00
  • 860a89b943 Only show savestate version mismatch OSD message when relevant JosJuice 2018-06-19 16:04:07 +02:00
  • 33691d2992 Qt: Add Vulkan to graphics backend description 8times9 2018-06-18 11:32:24 -05:00
  • 18c3e0302f
    Merge pull request #7127 from Techjar/patch-4 spycrab 2018-06-19 13:50:25 +02:00
  • 113f9767dd Qt/FilesystemWidget: Remove "Whats this?" button from extraction dialog spycrab 2018-06-19 10:30:32 +02:00
  • 9c3c92329e DSPAssembler: Remove commented out code Lioncash 2018-06-18 16:24:35 -04:00
  • 549bedd30b BTEmu: Make read-only arrays const Lioncash 2018-06-18 14:42:29 -04:00
  • b36cdbdda5 DSPAssembler: Convert typedef into a using alias Lioncash 2018-06-18 15:45:59 -04:00
  • af41a8efba DSPAssembler: Make member variable naming consistent Lioncash 2018-06-18 15:40:07 -04:00
  • 1389bf35bd DSPAssembler: In-class initialize members where applicable Lioncash 2018-06-18 15:35:56 -04:00
  • d1a82182ac Android: Use case insensitive sorting in game list JosJuice 2018-06-18 19:11:58 +02:00
  • 091efcc41d
    Merge pull request #7125 from lioncash/enum JosJuice 2018-06-18 18:22:31 +02:00
  • 29d51ff692
    Merge pull request #7128 from lioncash/dsp-ex Markus Wick 2018-06-18 10:50:35 +02:00
  • 78eba28975 DSPTool: Factor out behavior from main() Lioncash 2018-06-17 18:05:58 -04:00
  • eb76dc9600 DSPCore: Make ExceptionType an enum class Lioncash 2018-06-17 17:42:50 -04:00
  • 8459d2bc5d DSPCore: Make DSPCore_SetException() take an enum type instead of a u8 Lioncash 2018-06-17 16:00:48 -04:00
  • 7778859b55 Qt/GameCubePane: Fix issues with changing memcard slots while game is running Selecting Dummy or Memory Card would pass wrong values to EXI::ChangeDevice and not work as expected Changing path had no effect until device was changed as it didn't call EXI::ChangeDevice at all Techjar 2018-06-17 03:18:22 -04:00
  • 6bfbc1988e
    Merge pull request #7126 from spycrab/qt_3dhotkeys spycrab 2018-06-17 19:59:13 +02:00
  • e3f7b0274c Qt/HotkeyScheduler: Fix 3D Mode hotkeys not behaving properly spycrab 2018-06-16 21:38:14 +02:00
  • b5e6cd9725
    Merge pull request #7122 from spycrab/qt_table_perf spycrab 2018-06-16 12:40:13 +02:00
  • de9c5fd375 ConfigManager: Convert GPUDeterminismMode into an enum class Lioncash 2018-06-15 14:25:16 -04:00
  • bd85d63c62
    Merge pull request #7120 from Ebola16/313 Léo Lam 2018-06-15 19:54:49 +02:00
  • 0ee9b884ca
    Merge pull request #7123 from lioncash/enum Léo Lam 2018-06-15 19:52:57 +02:00
  • 2b6d6c12bf
    Merge pull request #7124 from lioncash/enum-class Léo Lam 2018-06-15 19:52:06 +02:00
  • 6f473b96d0 PowerPC: Convert CPUCore enum into an enum class Lioncash 2018-06-15 08:11:18 -04:00
  • 161dffe2f9 DSPCore: Rename JIT core type to JIT64 Lioncash 2018-06-15 07:56:56 -04:00
  • 98af5e4c10 DSPCore: Convert core type enum into an enum class Lioncash 2018-06-15 07:54:21 -04:00
  • daebbabb35 Qt/GameList: Greatly improve performance (List view) spycrab 2018-06-15 12:03:23 +02:00
  • 31b3647d73 Android: Add Emulated CPU Clock description and minor cleanup Ryan Meredith 2018-06-14 23:15:39 -04:00
  • 58606702f7
    Merge pull request #7107 from lioncash/mac Léo Lam 2018-06-14 19:44:09 +02:00
  • c7280707ec
    Merge pull request #7113 from lioncash/mask Léo Lam 2018-06-14 18:28:11 +02:00
  • 59cd9a5af7
    Merge pull request #7118 from lioncash/hotkey-str Léo Lam 2018-06-14 18:26:03 +02:00
  • 0f0823f4a4
    Merge pull request #7119 from lioncash/random Léo Lam 2018-06-14 18:25:21 +02:00
  • 189d277cfc Common/Random: Add convenience template for simple arithmetic values Lioncash 2018-06-14 10:26:11 -04:00
  • e69c6cdaab
    Merge pull request #7114 from Techjar/patch-3 spycrab 2018-06-14 16:13:21 +02:00
  • 410792d922 HotkeyManager: Add missing s_ prefixes to internally-linked file-scope variables Lioncash 2018-06-14 09:53:52 -04:00
  • d22d32372e HotkeyManager: Use std::array where applicable Lioncash 2018-06-14 09:48:39 -04:00
  • aae06f1cf7 HotkeyManager: Move HotkeyGroupInfo struct into the cpp file Lioncash 2018-06-14 09:12:16 -04:00
  • 027fc6efd5 Qt/GameCubePane: Fix memcard browsing starting in working directory instead of User/GC/ directory Techjar 2018-06-14 09:11:54 -04:00
  • d459470fee HotkeyManager: Convert file-scope std::string array to constexpr const char* array Lioncash 2018-06-14 08:58:57 -04:00
  • 1f49a9c87c
    Merge pull request #7116 from lioncash/log Markus Wick 2018-06-14 15:00:34 +02:00
  • 3307474c95
    Merge pull request #7117 from lioncash/unused Markus Wick 2018-06-14 14:59:31 +02:00
  • 065aba43e2 JitBase: Remove unused rewriteStart data member from JitState Lioncash 2018-06-14 08:46:34 -04:00
  • ace24c2932 JitCommon/JitBase: Rename x86-specific logging define to be platform agnostic Lioncash 2018-06-14 08:25:14 -04:00
  • e8c1e5af63
    Merge pull request #7112 from spycrab/qt_macos_layout spycrab 2018-06-14 12:29:24 +02:00
  • 78bc9690e2 Eliminate branch in ConvertDoubleToSingle Sintendo 2018-06-13 23:02:50 +02:00
  • 03c88c83ac CachedInterpreter: Implement breakpoints. degasus 2018-06-11 22:07:56 +02:00
  • 09df03382d
    Merge pull request #7094 from spycrab/qt_fs_fixes spycrab 2018-06-12 22:46:29 +02:00
  • 0049ef3a2a Gekko: Centralize bitmasking of the FPSCR within UReg_FPSCR Lioncash 2018-06-12 13:22:49 -04:00
  • 8a3679bebc
    Merge pull request #7111 from spycrab/update_gtest Pierre Bourdon 2018-06-12 16:19:59 +02:00
  • f2c6a97916 Qt/macOS: Make configuration layout consistent with other platforms spycrab 2018-06-12 15:45:33 +02:00
  • 4d55cb745c UnitTests: Fix MSVC compilation spycrab 2018-06-12 15:10:07 +02:00
  • ccf9ecbb03 UnitTests/VertexLoaderTest: Fix compilation on newer GTest versions spycrab 2018-06-12 14:59:57 +02:00
  • fe6e46f846 Externals/GTest: Update to latest master spycrab 2018-06-12 14:52:43 +02:00
  • f3a18db9e0
    Merge pull request #7106 from lioncash/name Léo Lam 2018-06-11 11:12:08 +02:00
  • 59846378b3 BTReal: Handle case where a link key may be invalid within LoadLinkKeys() Lioncash 2018-06-10 16:02:49 -04:00
  • ce69201f33 Common/Network: Get rid of out parameters for MAC address utilities Lioncash 2018-06-10 14:32:33 -04:00
  • b6592723a7
    Merge pull request #7103 from leoetlino/master Mat M 2018-06-10 14:27:19 -04:00
  • 925348cdd1 WiimoteDevice: Amend variable naming for class member variables Lioncash 2018-06-10 14:03:06 -04:00
  • eaace415d3 WiimoteDevice: Amend variable naming for non-class member variables Lioncash 2018-06-10 13:22:11 -04:00
  • 70417c8d16
    Merge pull request #7096 from lioncash/jit-buffer Markus Wick 2018-06-10 17:59:41 +02:00
  • 88f8df0ad9
    Merge pull request #7105 from lioncash/cast Markus Wick 2018-06-10 17:57:45 +02:00
  • 0d0f58005b WiimoteDevice: Make channel reference const qualified Lioncash 2018-06-10 09:08:31 -04:00
  • 5548316d32 WiimoteDevice: Remove unnecessary cast in ExecuteL2capCmd() Lioncash 2018-06-10 09:04:39 -04:00
  • 69f079b371
    Merge pull request #7098 from Ebola16/ElfDolMessage Léo Lam 2018-06-10 14:36:46 +02:00
  • fca6d80740
    Merge pull request #7101 from lioncash/ios Léo Lam 2018-06-10 14:35:41 +02:00
  • 6da3c4a6d0
    Merge pull request #7102 from lioncash/chunk Léo Lam 2018-06-10 14:35:16 +02:00
  • 8bb08d1ca6 BTReal: Fix unsafe reinterpret_casts Léo Lam 2018-06-09 22:44:25 +02:00
  • c825eecbc9 ChunkFile: Remove unnecessary includes Lioncash 2018-06-09 16:15:14 -04:00
  • 647da59679 WiimoteDevice: Move channel state booleans into a struct Lioncash 2018-06-09 16:01:39 -04:00
  • 94fd8505d6 WiimoteDevice: Make DoesChannelExist() a const member function Lioncash 2018-06-09 15:52:31 -04:00
  • f906785e88 WiimoteDevice: Make EventPagingChanged() a const member function Lioncash 2018-06-09 15:50:20 -04:00
  • 38d155f993 WiimoteDevice: Make ConnectionState enum an enum class Lioncash 2018-06-09 15:37:05 -04:00
  • f564c28040
    Merge pull request #7099 from lioncash/compiler Léo Lam 2018-06-09 20:19:49 +02:00
  • 5d1b35e867
    Merge pull request #7100 from lioncash/table Léo Lam 2018-06-09 20:18:07 +02:00
  • b5d89294f7 WiimoteHIDAttr: Make file-scope packet data arrays immutable Lioncash 2018-06-09 13:46:25 -04:00
  • 7b11ce3dd2 Compiler: Use [[maybe_unused]] in the Windows DOLPHIN_UNUSED macro Lioncash 2018-06-09 12:00:34 -04:00
  • d8f6d60189 Compiler: Rename UNUSED macro to DOLPHIN_UNUSED Lioncash 2018-06-09 11:54:52 -04:00
  • 3f210836ad Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINE Lioncash 2018-06-09 11:47:01 -04:00
  • 03414e8e84 Common: Add header for compiler-specifics Lioncash 2018-06-09 11:34:43 -04:00
  • fb3ae94acb Android: Add AlertDialog for files without Game IDs in Game Settings Ryan Meredith 2018-06-09 11:30:20 -04:00
  • e18824e3f3 PPCAnalyst: get rid of code buffer size variable Lioncash 2018-06-09 08:13:49 -04:00
  • a3f2941173 JitBase: Centralize location of code buffer Lioncash 2018-06-08 17:48:07 -04:00
  • 1d87584d69
    Merge pull request #7097 from lioncash/dsp-disas Léo Lam 2018-06-09 07:58:39 +02:00
  • bbc2253949
    Merge pull request #7095 from lioncash/cmake Léo Lam 2018-06-09 07:54:04 +02:00
  • 61ff11c266 DSPDisassembler: Remove unnecessary includes Lioncash 2018-06-08 18:46:52 -04:00
  • d1e278218e Common/CMakeLists: Link in libraries privately for traversal_server Lioncash 2018-06-08 17:40:42 -04:00
  • 0273cae3a2 Qt: Restore fullscreen resolution when regaining focus spycrab 2018-06-08 20:47:15 +02:00
  • 6c19b5947b Qt: Fix exclusive fullscreen not being entered on startup spycrab 2018-06-08 19:59:24 +02:00
  • 48b7cfa75c
    Merge pull request #7062 from robopilot99/master Léo Lam 2018-06-08 14:04:03 +02:00
  • ca3d68cee5
    Merge pull request #7076 from JosJuice/android-gamelist-uicommon JosJuice 2018-06-08 13:59:45 +02:00
  • 569454c961 Update Android Gradle to 3.1.3 Ryan Meredith 2018-06-07 22:15:11 -04:00
  • d23c3e9524
    Merge pull request #7093 from lioncash/log Léo Lam 2018-06-07 19:01:39 +02:00
  • 5db2137538 Interpreter_SystemRegisters: Change PanicAlert to INFO_LOG in mtspr() Lioncash 2018-06-07 11:32:57 -04:00
  • de0fe0e210
    Merge pull request #6928 from leoetlino/random Pierre Bourdon 2018-06-08 00:41:08 +09:00
  • b51fbaa5b0
    Merge pull request #7084 from lioncash/mask Léo Lam 2018-06-07 16:51:36 +02:00