Commit Graph

  • 4e7b0f2129 Android: Add divider to landscape version of User Data activity JosJuice 2022-07-15 19:16:52 +02:00
  • 004a793c30 Wii GameConfig INI change for Kirby's Return to Dreamland (see description) RedStoneMatt 2022-07-15 03:16:08 +02:00
  • 537fe33997 Merge pull request #10843 from Pokechu22/freelook-background-input Admiral H. Curtiss 2022-07-14 19:08:29 +02:00
  • a739f63d96 Merge pull request #10840 from AdmiralCurtiss/cmake-windows-sdl Admiral H. Curtiss 2022-07-14 19:05:25 +02:00
  • 869dab5173 CMake: Use system C library for SDL from externals. Admiral H. Curtiss 2022-07-14 18:40:18 +02:00
  • 6ab24e6c17 VideoCommon: Better driver bug handling TellowKrinkle 2022-06-11 21:03:09 -05:00
  • e237aa1435 Merge pull request #10777 from tellowkrinkle/EFBFlush JMC47 2022-07-13 19:45:31 -04:00
  • 25aa30ac69 Free Look: Add background input setting (disabled by default) Pokechu22 2022-07-13 15:22:40 -07:00
  • 5663a44962 Merge pull request #10842 from tellowkrinkle/ClearBackendInfo JMC47 2022-07-13 16:40:46 -04:00
  • 385f010d4a Merge pull request #10837 from SilentHeII/master JMC47 2022-07-13 13:59:17 -04:00
  • bae715f396 Merge pull request #10838 from AdmiralCurtiss/volume-verifier-out-of-bounds-read Admiral H. Curtiss 2022-07-13 18:49:24 +02:00
  • 10407cc8c1 DiscIO/VolumeVerifier: Don't try to verify data that would read out of bounds. Admiral H. Curtiss 2022-07-13 13:35:07 +02:00
  • cb350aed53 Merge pull request #10841 from tellowkrinkle/FBFetchLogicOpMasking JMC47 2022-07-13 03:56:14 -04:00
  • f83015649c VideoCommon: Clear backend_info before populating TellowKrinkle 2022-07-13 02:55:54 -05:00
  • 6bd0fc86ba VideoCommon: Properly mask fbfetch logic op emulation TellowKrinkle 2022-07-13 02:27:45 -05:00
  • e2e7bc2fa3 CMake: Disable warnings and only build static lib for SDL from externals. Admiral H. Curtiss 2022-07-13 01:42:54 +02:00
  • e79c7d4985 InputCommon: Don't force-link against SDL2.lib on Windows. Admiral H. Curtiss 2022-07-13 01:37:05 +02:00
  • 76fe7b6497 NetworkCaptureLogger: Add GameCube BBA support Sepalani 2022-07-10 23:17:46 +04:00
  • e5aa5214ed Add bloom definitions for Sonic Colors SilentHeII 2022-07-11 22:46:07 -05:00
  • aa29433754 Merge pull request #10590 from AdmiralCurtiss/sdcard-folder-sync JMC47 2022-07-11 17:38:34 -04:00
  • 2d8d3358c4 FatFsUtil: Skip past entries with invalid filenames. Admiral H. Curtiss 2022-06-26 02:08:58 +02:00
  • de9c9f2281 FatFsUtil: Improve error handling and error reporting. Admiral H. Curtiss 2022-06-26 00:42:31 +02:00
  • d2910b5753 Qt: Add 'convert now' buttons for the SD card in the WiiPane. Admiral H. Curtiss 2022-06-16 14:13:19 +02:00
  • f40eeebcf0 FatFsUtil: Add some path traversal attack protection when unpacking. Admiral H. Curtiss 2022-06-16 04:15:28 +02:00
  • a621fdf857 Core: In deterministic mode, build SD cards with a consistent filename order and dummy timestamps. Admiral H. Curtiss 2022-06-16 03:59:14 +02:00
  • 1d12e95404 Qt: Put Wii SD card path and SD sync folder fields in the WiiPane. Admiral H. Curtiss 2022-06-16 03:26:14 +02:00
  • a5b1bfef68 Common: Change default path for Wii SD cards to not be inside the Wii NAND. Admiral H. Curtiss 2022-06-15 23:51:25 +02:00
  • 4bf75c950b Qt/WiiPane: Add checkbox for SD card folder syncing. Admiral H. Curtiss 2022-04-18 00:48:39 +02:00
  • 77d4591fb4 Core: If configured, sync SD card image with SD card folder on emulation start and end. Admiral H. Curtiss 2022-04-17 06:08:59 +02:00
  • b66cc1caf6 Config and UICommon: Add config option and user path for Wii SD card sync folder. Admiral H. Curtiss 2022-04-17 04:10:36 +02:00
  • 96751c4457 Treewide: Rename references to SD Card image path to clarify they mean the image file, not the folder. Admiral H. Curtiss 2022-04-17 03:28:34 +02:00
  • fdc327c252 Externals/FatFs: Build as part of Dolphin. Admiral H. Curtiss 2022-04-17 03:06:55 +02:00
  • 4ad00e84e7 Externals/FatFs: Configure for Dolphin. Admiral H. Curtiss 2022-04-17 07:20:16 +02:00
  • f43ffca488 Externals/FatFs: Avoid conflicts with Windows.h. Admiral H. Curtiss 2022-04-17 02:39:06 +02:00
  • bd02356e49 Externals: Add FatFs R0.14b, including the UTF-8 fix from April 4, 2022 at http://elm-chan.org/fsw/ff/patches.html Admiral H. Curtiss 2022-04-17 02:19:18 +02:00
  • 322f19e9e9 Merge pull request #10822 from SilentHeII/master Admiral H. Curtiss 2022-07-11 23:04:31 +02:00
  • 32523f155b Merge pull request #10825 from Rudolchr/fix_build_with_libfmt-9 Admiral H. Curtiss 2022-07-11 23:02:08 +02:00
  • 20059776d9 Merge pull request #10831 from sepalani/BBA-cleanup Admiral H. Curtiss 2022-07-11 23:00:21 +02:00
  • b2be9b40cc Merge pull request #10561 from shuffle2/sdl-motion JMC47 2022-07-11 16:28:30 -04:00
  • 6cc8adb3ae DVDInterface: Mask upper bits of DIMAR in GC mode Pokechu22 2022-07-08 18:47:10 -07:00
  • 99eef44765 Merge pull request #10832 from tellowkrinkle/FixCTZ Admiral H. Curtiss 2022-07-11 02:12:45 +02:00
  • cce6133ef6 Merge pull request #10749 from tellowkrinkle/IntelUbershaders JMC47 2022-07-10 19:35:55 -04:00
  • 54b4ad8f55 ci/sdl: pump messages for SDL_hidapi so device detection works Shawn Hoffman 2022-04-18 04:09:38 -07:00
  • ddf83462ac sdl: enable SDL_HINT_JOYSTICK_THREAD fixes window message pumping Shawn Hoffman 2022-04-18 03:31:07 -07:00
  • 655fb94e61 ci/win32: give the wndclass a unique name other things (like SDL) may try to use "Message" Shawn Hoffman 2022-04-18 03:01:36 -07:00
  • dd20c7cf78 ci/sdl: re-add the x360 controller block Shawn Hoffman 2022-04-18 03:01:03 -07:00
  • 3f7a2c6d4d ci/sdl: minor cleanup Shawn Hoffman 2022-04-16 09:00:00 -07:00
  • ceed42a0ee Add SDL as a submodule Jun Bo Bi 2021-08-06 15:22:18 -04:00
  • 3d34a20105 Common: Fix CountTrailingZeros for weird compilers TellowKrinkle 2022-06-06 21:03:28 -05:00
  • 6cb936d0cf Add SDL motion input and rumble support Jun Bo Bi 2021-08-06 11:10:44 -04:00
  • 38cb76dea5 Merge pull request #10807 from merryhime/LogicalImm JMC47 2022-07-10 17:27:47 -04:00
  • 0d947ed6fe Arm64Emitter: Simplify LogicalImm further Merry 2022-07-07 23:04:56 +01:00
  • 20ccc38f0f BitUtils: Implement CountTrailingZeros Merry 2022-07-07 22:57:21 +01:00
  • 4d99506b4c UnitTests/MovI2R: Test all logical immediates Merry 2022-07-03 17:48:14 +01:00
  • be2ede6109 BBA/BuiltIn: Move functions to anonymous namespace Sepalani 2022-07-10 20:57:35 +04:00
  • b950d038b9 Common/Network: Update IP checksum since total_len might have changed Sepalani 2022-07-10 20:34:15 +04:00
  • 5fdf255a2d Common/Network: Make Build() methods const Sepalani 2022-07-10 20:12:07 +04:00
  • d902b04ae0 Common/Network: Remove unused offset variables Sepalani 2022-07-10 14:11:50 +04:00
  • b206f98261 Common/Network: Remove unnecessary size checks Sepalani 2022-07-10 14:04:03 +04:00
  • 6238834c05 Common/Network: Add InsertObj helper Sepalani 2022-07-10 13:56:33 +04:00
  • 4efe1e7ca7 Common/Network: Ensure offsetof is valid Sepalani 2022-07-10 12:48:12 +04:00
  • b7bd2a4001 Common/Network: Use member initializer list Sepalani 2022-07-10 12:31:59 +04:00
  • 13957a627c Common/Network: Remove unused constructors Sepalani 2022-07-10 11:42:58 +04:00
  • 6e09b13ce3 Merge pull request #10829 from AdmiralCurtiss/spirv-cross-cmake-fix JosJuice 2022-07-10 09:08:24 +02:00
  • 5ce73d9d2e Merge pull request #10830 from OatmealDome/vk-compute-shader-header Admiral H. Curtiss 2022-07-10 01:16:20 +02:00
  • 1c6a0073d2 ShaderCompiler: Use compute shader header in compute shaders OatmealDome 2022-07-09 19:01:58 -04:00
  • cdd3571491 D3DCommon: Add glslang include directories in CMake. Admiral H. Curtiss 2022-07-10 00:59:32 +02:00
  • cdd8c00159 Externals: Disable warnings-as-errors for spirv_cross. Admiral H. Curtiss 2022-07-10 00:57:37 +02:00
  • 5a7759e359 Merge pull request #10690 from schthack/BBA-tapless Admiral H. Curtiss 2022-07-09 23:20:53 +02:00
  • 087020b23a Refactoring of the code to match dolphin style schthack 2022-07-08 10:20:18 -04:00
  • 0ebc510e6f JitArm64: Pass 32-bit temp GPR to WriteConditionalExceptionExit JosJuice 2022-07-09 21:19:25 +02:00
  • 5337943785 Merge pull request #10827 from JosJuice/jitarm64-psqst-unlock Admiral H. Curtiss 2022-07-09 20:27:40 +02:00
  • 6f40981ac0 JitArm64: Fix GPR unlocking in psq_stXX JosJuice 2022-07-09 20:10:00 +02:00
  • 77f8e98fee Merge pull request #10824 from AdmiralCurtiss/optional-palette-format-fix JosJuice 2022-07-09 17:19:22 +02:00
  • 66f330e573 Add a check for libfmt version so that in case libfmt-9 is used the function is_compile_string is called under it's new namespace Christopher Rudolph 2022-07-09 17:02:09 +02:00
  • e072aaa769 ShaderCache: Fix inverted usage of palette_format. Admiral H. Curtiss 2022-07-09 13:17:53 +02:00
  • e6cbc8f631 Add Bloom Definitions for Sin and Punishment 2 SilentHeII 2022-07-09 01:13:09 -05:00
  • fac66897af Merge pull request #10819 from Dentomologist/fix_shader_compilation_warnings JMC47 2022-07-08 18:46:29 -04:00
  • f50e7e6e6d Merge pull request #10287 from OatmealDome/re0-xfb JMC47 2022-07-08 18:43:36 -04:00
  • 7853b72c46 Merge pull request #10430 from OatmealDome/mac-portable JMC47 2022-07-08 18:41:14 -04:00
  • 59e8aacf42 Merge pull request #10745 from JosJuice/softmmu JMC47 2022-07-08 15:55:49 -04:00
  • 828afc6735 Merge pull request #10673 from iwubcode/spirv-backends JMC47 2022-07-08 15:29:58 -04:00
  • e1e0f42b37 VideoCommon: Fix D3D shader warning X3557 (single iteration loop) Dentomologist 2022-07-07 17:00:21 -07:00
  • 71541c1324 VideoCommon: Fix D3D shader warning X4000 (uninitialized variables) Dentomologist 2022-07-07 13:54:31 -07:00
  • 0fac1d6e87 VideoCommon: Fix D3D shader warning X3571 (negative base for pow()) Dentomologist 2022-06-13 13:07:20 -07:00
  • 32d90d5080 Fixing the github wiki link maxdunbar 2022-07-07 21:07:44 -07:00
  • 5ed06c2b03 Changing link to github wiki maxdunbar 2022-07-07 21:04:46 -07:00
  • 7cc89f5642 Merge pull request #10816 from iwubcode/super_mario_galaxy_bloom_def JMC47 2022-07-07 19:57:52 -04:00
  • 32a5b8bfd2 Merge pull request #10805 from iwubcode/runefactory_frontier_bloom_definition JMC47 2022-07-07 19:49:26 -04:00
  • 1ded9ef246 Merge pull request #10817 from Techjar/sms-goop-mod JMC47 2022-07-07 19:48:22 -04:00
  • 3092f40e9f Arm64Emitter: Simplify LogicalImm logic Merry 2022-07-03 15:26:50 +01:00
  • eccf527bf6 Merge pull request #9147 from jordan-woyak/imu-accel-weight-setting Admiral H. Curtiss 2022-07-07 23:17:47 +02:00
  • ccdb909d06 Merge pull request #10710 from jordan-woyak/rename-range Admiral H. Curtiss 2022-07-07 23:04:11 +02:00
  • 6104ee09a9 Data: Add Super Mario Sunshine goop map graphics mod Techjar 2022-07-07 15:02:51 -04:00
  • 958354e285 Data: add Super Mario Galaxy bloom definition graphics mod iwubcode 2022-07-06 21:51:39 -05:00
  • 3ee4b89a46 VideoCommon: Remember to flush command buffers after multiple EFB copies TellowKrinkle 2022-06-23 02:55:46 -05:00
  • 7321802b4b Merge pull request #10811 from Pokechu22/bs2-dfi-typo JMC47 2022-07-06 03:23:55 -04:00
  • 263d2a419a BS2Emu: Fix DFI typo Pokechu22 2022-07-05 17:15:59 -07:00
  • 3cd82b6193 Merge pull request #10810 from OatmealDome/fileutil-copy-mac-updater JMC47 2022-07-05 18:08:00 -04:00
  • c3b7019eb3 Translation resources sync with Transifex JosJuice 2022-07-05 23:36:12 +02:00