Commit Graph

  • dca201d5f3 DolphinQt/GameConfigWidget: Remove unimplemented EditUserConfig() member function Lioncash 2020-01-27 15:46:50 -05:00
  • 2fd628d017 DolphinQt/GameConfigEdit: Remove unimplemented SetReadOnly() member function Lioncash 2020-01-27 15:44:50 -05:00
  • c69cbceb59 DolphinQt/MainWindow: Surround prototype of OnSignal() with relevant ifdef Lioncash 2020-01-27 15:26:39 -05:00
  • e8ee4e835e DolphinQt/NetPlayDialog: Remove unimplemented SetGame() prototype Lioncash 2020-01-27 15:25:01 -05:00
  • f36c735856 Merge pull request #8586 from Techjar/d2s-no-pext Tilka 2020-01-27 03:15:43 +00:00
  • 3a3dc28d54 VertexLoaderX64: Don't use PDEP on AMD Zen Techjar 2020-01-26 21:42:56 -05:00
  • a106c99826 Jit64: Don't use PEXT in DoubleToSingle on AMD Zen Techjar 2020-01-26 17:59:56 -05:00
  • 185e49d2a9 x64CPUDetect: Add flag for slow PDEP/PEXT on AMD Zen Techjar 2020-01-26 22:08:55 -05:00
  • 52b52631c2 x64CPUDetect: Add detection for AMD Zen architecture Techjar 2020-01-26 21:38:51 -05:00
  • 47239ddaac Merge pull request #8587 from lioncash/const-qual Connor McLaughlin 2020-01-27 12:52:10 +10:00
  • b493bdb912 DolphinQt/TASCheckBox: Mark GetValue() as const Lioncash 2020-01-26 21:41:28 -05:00
  • 15b9b6e76b Translation resources sync with Transifex JosJuice 2020-01-26 14:18:39 +01:00
  • 5dfc9196ab Merge pull request #8548 from jordan-woyak/wiimote-source-cleanup Tilka 2020-01-25 23:04:50 +00:00
  • 9ac77dc91f Merge pull request #8552 from jordan-woyak/extension-calibration-data Tilka 2020-01-25 23:01:57 +00:00
  • 73aea8af6b Merge pull request #8539 from leoetlino/fs-accuracy Tilka 2020-01-25 23:00:10 +00:00
  • 2edcb29706 Merge pull request #8582 from jordan-woyak/osd-disabled-fix Tilka 2020-01-25 21:11:37 +00:00
  • a632bc7324 Merge pull request #8579 from jordan-woyak/rvalue-cleanups Tilka 2020-01-25 21:09:22 +00:00
  • 14ebdf0e9d Merge pull request #8585 from JosJuice/volumeverifier-read-error Tilka 2020-01-25 21:07:01 +00:00
  • b0e040431a Merge pull request #8581 from jordan-woyak/ciface-ar-aware Tilka 2020-01-25 20:28:01 +00:00
  • 9827aa7a37 Merge pull request #8577 from jordan-woyak/shared_mutex Tilka 2020-01-25 20:08:22 +00:00
  • 5e3472eba9 Common/Analytics: Replace mutex with shared_mutex and minor cleanups. Jordan Woyak 2020-01-23 20:42:52 -06:00
  • de26fec0af VolumeVerifier: Report read errors to the user JosJuice 2020-01-25 19:41:58 +01:00
  • 119ccc5e4f Merge pull request #8556 from Sintendo/bestrest Tilka 2020-01-25 19:10:47 +00:00
  • 709862b818 Merge pull request #8120 from MerryMage/cdts Tilka 2020-01-25 19:10:37 +00:00
  • c02e7de55a IOS/ES: Remove now unnecessary title sorting hack Léo Lam 2019-12-30 12:13:00 +01:00
  • 031c63eb8a UnitTests/FS: Improve deletion test Léo Lam 2019-12-29 22:27:28 +01:00
  • 150c832532 Tools: Add a small Python tool to print FSTs Léo Lam 2019-12-29 21:39:32 +01:00
  • af416c60b0 UnitTests/FS: Add ReadDirectory ordering test (issue 10234) Léo Lam 2019-12-29 21:19:11 +01:00
  • 8789a6ddb3 UnitTests/FS: Fix file rename tests Léo Lam 2019-12-29 18:14:51 +01:00
  • d4ba0acb3a UnitTests/FS: Add path validity and splitting tests Léo Lam 2019-12-29 16:13:26 +01:00
  • 484cfb9328 UnitTests/FS: Add metadata tests Léo Lam 2019-12-29 15:42:16 +01:00
  • 142b7e048b IOS/FS: Actually implement SetMetadata Léo Lam 2019-12-29 14:01:39 +01:00
  • e4dd582d1d IOS/FS: Implement GetMetadata properly and remove GID hack Léo Lam 2019-12-29 13:56:48 +01:00
  • 396429d582 IOS/FS: Implement ReadDirectory properly and remove sorting hack Léo Lam 2019-12-29 12:26:40 +01:00
  • a40f297d1d IOS/FS: Implement Rename properly Léo Lam 2019-12-28 21:32:35 +01:00
  • 53ceb6c693 IOS/FS: Implement Delete properly Léo Lam 2019-12-28 21:01:43 +01:00
  • 8517528f8c IOS/FS: Implement CreateFile and CreateDir properly Léo Lam 2019-12-28 20:44:16 +01:00
  • 8f74d02659 Core: Fix a few misuses of FS::CreateDirectory Léo Lam 2020-01-04 01:55:40 +01:00
  • 36676d2628 IOS/FS: Implement Format properly Léo Lam 2019-12-28 20:31:21 +01:00
  • a83d9e5600 IOS/FS: Make sure FS root directory exists Léo Lam 2019-12-29 17:29:53 +01:00
  • 0543598574 IOS/FS: Move /tmp clearing back to the IPC interface Léo Lam 2018-03-14 17:11:21 +01:00
  • f743f100b1 IOS/FS: Add base FST functions Léo Lam 2019-12-27 22:30:29 +01:00
  • d185bc6f09 IOS/FS: Move path validity check functions Léo Lam 2019-12-28 17:44:47 +01:00
  • e3a7922e12 Merge pull request #8336 from Ebola16/PS Connor McLaughlin 2020-01-25 11:52:14 +10:00
  • c08671c4ce VideoCommon/OSD: Process OSD messages even when they are disabled. Jordan Woyak 2020-01-24 11:00:58 -06:00
  • b92f6480a0 InputCommon: Make "Cursor" inputs aware of the rendered aspect ratio. Jordan Woyak 2020-01-24 00:06:39 -06:00
  • e5f6d9320f Add Dolphin version and current video backend to shader compilation logs Ryan Meredith 2020-01-24 03:29:38 -05:00
  • 732032cdb2 Common/Core: Minor rvalue reference related cleanups. Jordan Woyak 2020-01-23 22:58:23 -06:00
  • 42c03c4dad Merge pull request #8576 from lioncash/texture-cvt-shader-fmt Connor McLaughlin 2020-01-24 11:53:51 +10:00
  • a0b7c1beae Merge pull request #8366 from Techjar/high-dpi-auto-adjust Connor McLaughlin 2020-01-24 11:31:09 +10:00
  • 687f1f0330 VideoCommon/TextureConversionShader: Make use of fmt where applicable Lioncash 2020-01-23 14:11:28 -05:00
  • aa77dff3a2 VideoCommon/TextureConversionShader: Convert over to using ShaderCode Lioncash 2020-01-23 13:06:55 -05:00
  • ea9b96370d Merge pull request #8573 from JosJuice/ciso-size Pierre Bourdon 2020-01-22 19:20:36 +01:00
  • 956c63ef9b DiscIO: Fix CISOFileReader::GetDataSize() JosJuice 2020-01-22 18:57:50 +01:00
  • f0669f5aa6 Merge pull request #8570 from Techjar/always-sync-sram JMC47 2020-01-21 20:55:52 -05:00
  • 117ebb6de3 Merge pull request #8572 from jordan-woyak/patch-1 Pierre Bourdon 2020-01-21 02:24:09 +01:00
  • 83b9a11362 Update Readme.md to remove mention of Vista. Jordan Woyak 2020-01-20 17:46:57 -06:00
  • a63510a55a Merge pull request #8554 from stenzek/present-duplicate-frames Connor McLaughlin 2020-01-20 12:04:26 +10:00
  • f61d77a5e2 Merge pull request #8568 from jordan-woyak/imu-accel-ordering JMC47 2020-01-19 16:05:53 -05:00
  • de27dcebf6 Core/NetPlayServer: Sync SRAM on every game start Techjar 2020-01-19 03:42:23 -05:00
  • c74b1140a5 Merge pull request #8567 from tinyredpanda/fix-arm64-qt-path Connor McLaughlin 2020-01-19 11:48:10 +10:00
  • a61dff67da InputCommon: List IMUAccelerometer's Up/Down inputs first for consistency. Jordan Woyak 2020-01-18 13:56:11 -06:00
  • 8b1051abb9 Update Qt5_DIR path for ARM64 in CMake project tinyredpanda 2020-01-18 11:28:42 +00:00
  • dd7f9ed5da Merge pull request #8566 from leoetlino/isprint-ub JosJuice 2020-01-16 17:50:07 +01:00
  • 89b0ab2d22 StringUtil: Add IsPrintableCharacter and use it Léo Lam 2019-12-30 10:48:11 +01:00
  • 0a6a53e301 Always display the horizontal scroll bar when log word wrap is off Pokechu22 2020-01-15 13:59:09 -08:00
  • 1cc7ef356b Merge pull request #8558 from JosJuice/volume-oob Tilka 2020-01-15 13:48:00 +00:00
  • 1ac3264d5d Merge pull request #8545 from jordan-woyak/imu-cursor-centering Pierre Bourdon 2020-01-15 12:10:57 +01:00
  • ab07841e1b Merge pull request #8563 from Tilka/cook_wars_ini JMC47 2020-01-14 21:56:55 -05:00
  • ec3943054f GameSettings: fix Cook Wars main menu Tillmann Karras 2020-01-15 02:19:30 +00:00
  • dac881477d Merge pull request #8540 from leoetlino/unused-dspspy-stubs Léo Lam 2020-01-15 00:35:14 +01:00
  • d2efad58af Merge pull request #8562 from jordan-woyak/sens-slider Léo Lam 2020-01-15 00:29:24 +01:00
  • b416389248 Core/DolphinQt: Fix IR Sensitivity slider. Jordan Woyak 2020-01-14 17:08:21 -06:00
  • 297b790e4f DiscIO: Add out of bounds checks for blob reading JosJuice 2020-01-13 22:08:44 +01:00
  • 31d7b56c19 Merge pull request #8561 from JosJuice/di-wii-oob-2 Tilka 2020-01-14 17:51:21 +00:00
  • 21c152f51f Fix Error #001 (alternative solution) JosJuice 2020-01-14 16:09:38 +01:00
  • a2f2536a77 Merge pull request #8560 from Pokechu22/di-mios-fixes JosJuice 2020-01-14 11:44:14 +01:00
  • ddba80133a Fix launching DTK games with MIOS Pokechu22 2020-01-13 19:48:46 -08:00
  • d67c4f34d1 Fix crash when launching gamecube games with MIOS (from the Wii menu) Pokechu22 2020-01-13 19:48:19 -08:00
  • 9596fe75f1 Merge pull request #8559 from jordan-woyak/nunchuk-tabs-fix JMC47 2020-01-13 20:50:13 -05:00
  • 11ba623f26 Add an option to present/skip presenting duplicate frames Stenzek 2020-01-14 10:57:35 +10:00
  • f5d9b78a3c DolphinQt: Properly hide Wii remote extension motion tabs when no extension is selected. Jordan Woyak 2020-01-13 18:29:37 -06:00
  • efc1ee8e6a Merge pull request #8537 from degasus/fastmem Connor McLaughlin 2020-01-14 09:38:15 +10:00
  • 6106f780a7 ControllerInterface/DSUClient: Eliminate m_accl/m_gyro state by accessing the pad data directly like every other input. Jordan Woyak 2019-11-17 17:10:35 -06:00
  • eacbff76dd Merge pull request #8474 from jordan-woyak/dsu-battery JMC47 2020-01-13 18:30:53 -05:00
  • d5dcd91c94 Merge pull request #8473 from jordan-woyak/evdev-combine JMC47 2020-01-13 18:30:29 -05:00
  • e2d5c92c76 ControllerInterface: Remove and re-add device when combining nodes. Jordan Woyak 2019-11-17 09:33:26 -06:00
  • aabe8d2ccd ControllerInterface: Don't consider the empty string a valid unique ID. Jordan Woyak 2019-11-17 09:09:47 -06:00
  • ac907ef977 ControllerInterface: Combine evdev devices with the same unique ID. This works around Linux drivers for DS4 (Playstation 4) controllers splitting the device into three separate event nodes which makes configuration difficult. To prevent collisions of input names in combined devices more descriptive names are now used when possible. Jordan Woyak 2019-11-16 15:40:43 -06:00
  • 2b9fa0597a ControllerInterface: Minor DSU client device cleanups. Jordan Woyak 2019-11-17 10:49:54 -06:00
  • da59f97278 Merge pull request #8549 from leoetlino/clang-format-9 JosJuice 2020-01-13 23:30:26 +01:00
  • f0534cabc6 ControllerInterface: Exposse DSU client battery level as an input. Jordan Woyak 2019-11-17 10:42:49 -06:00
  • 48fd27cdab Merge pull request #8451 from rlnilsen/motion-input-nunchuk JMC47 2020-01-13 17:08:03 -05:00
  • 966e1b31ba Merge pull request #8394 from Pokechu22/misc-di-gpio JosJuice 2020-01-13 17:17:24 +01:00
  • ae6d3be449 Merge pull request #8530 from s-daveb/master Connor McLaughlin 2020-01-13 20:21:08 +10:00
  • bdcdd763fe x64Emitter: Remove unused macros Sintendo 2020-01-13 00:15:10 +01:00
  • f82c38e156 X64Emitter: Remove obsolete TODO Sintendo 2020-01-13 00:13:05 +01:00
  • bdfc472751 x64Emitter: Refactor OpArg::WriteRest Sintendo 2020-01-13 00:10:46 +01:00
  • cde3a3b448 x64Emitter: Avoid 8-bit displacement when possible Sintendo 2020-01-12 23:48:16 +01:00
  • d5cb858165 x64Emitter: Unit test memory addressing modes Sintendo 2020-01-12 22:45:34 +01:00