Commit Graph

  • 61836e5d8e
    Merge pull request #13077 from Dentomologist/graphicswindow_fix_first_opening_during_emulation_startup_crash Tilka 2024-09-27 05:38:37 +01:00
  • 0a1084fad5 VideoBackendBase: Check Core state in PopulateBackendInfo Dentomologist 2024-09-26 15:11:26 -07:00
  • 2b82c34ea8 Core: Remove redundant call to PopulateBackendInfo Dentomologist 2024-09-26 13:33:16 -07:00
  • 91f7b776ca GraphicsWindow: Fix crash when opening during emulation startup Dentomologist 2024-09-24 12:55:43 -07:00
  • b1cd4a6690
    Merge pull request #13068 from mitaclaw/redundant-case-insensitive JMC47 2024-09-26 18:24:36 -04:00
  • d4d3acb796
    Merge pull request #13065 from mitaclaw/ppc-breakpoints-signal JMC47 2024-09-26 18:20:43 -04:00
  • 0d7e94e8b3
    Merge pull request #13070 from mitaclaw/remove-join-strings JMC47 2024-09-26 18:20:14 -04:00
  • 4bc1546596
    Merge pull request #13071 from Pokechu22/cheat-search-crash JMC47 2024-09-25 15:05:19 -04:00
  • e9e4ae5a34
    Merge pull request #13049 from PatrickFerry/gameini_remove_broken_cheat JMC47 2024-09-25 14:18:30 -04:00
  • 7b0b03b687
    Merge 0e633892fd4ad5e0764629282441799936c402c7 into ec6f5e1104ddd899a18edf4e9c12a5292ecc6d5b Guilherme Janczak 2024-09-25 16:22:29 +01:00
  • ec6f5e1104
    Merge pull request #13072 from Tilka/videosw Tilka 2024-09-25 10:57:05 +01:00
  • 59704505c5 SWVertexLoader: statefulness test Tillmann Karras 2024-09-25 00:15:56 +01:00
  • 0a299a4e1e Sw/Tev: drop unused macro Tillmann Karras 2024-09-21 21:53:34 +01:00
  • 98add9faf0 Sw/Rasterizer: fix two elder typos, AD 2009 Tillmann Karras 2024-09-21 20:11:37 +01:00
  • b34b7f63ee Fix random crash when using the cheat search Pokechu22 2024-09-23 22:47:44 -07:00
  • 1252eba1cc Unlink shm file on close Alex Sanchez-Stern 2024-09-22 22:11:31 -07:00
  • 5f90673686 StringUtil: Remove JoinStrings mitaclaw 2024-09-22 00:24:21 -07:00
  • 0c1070a07b Android: Add the "Real Balance Board" setting JosJuice 2024-09-22 21:51:12 +02:00
  • a81a31c981 CMake: Determine version for CPack during generation time Neui 2024-06-08 16:11:08 +02:00
  • de67c4c93b
    Merge pull request #13013 from duckymomo360/rgh-tattoos-fix JosJuice 2024-09-22 09:10:09 +02:00
  • 508ccc2054 IniFile: Migrate Common::CaseInsensitiveLess to StringUtil mitaclaw 2024-09-21 22:32:24 -07:00
  • 067bdaa3dd
    Merge pull request #13067 from mitaclaw/dead-code-3 Tilka 2024-09-22 05:00:26 +01:00
  • d55d844eda
    use timestamping when downloading appimage packaging tools GT190 2024-09-22 05:14:09 +02:00
  • 671958f141 GeckoCode: Remove Dead Code mitaclaw 2024-09-21 15:32:52 -07:00
  • 7e70bbdbb6 Data: add Fishing Resort, Silent Hill, Super Smash Bros Brawl, and Wind Waker mods to avoid users having to enable frame buffer copies to Ram manually. iwubcode 2023-09-03 19:10:24 -05:00
  • 8c6e6ec19e VideoCommon: add graphics mod that can set XFB or EFB to ram when textures or efb/xfb are seen iwubcode 2024-09-21 15:35:32 -05:00
  • 3b9a70a435
    Merge pull request #13053 from Dentomologist/texture_dumping_show_osd_on_startup_and_toggle JMC47 2024-09-21 15:17:54 -04:00
  • 18ccd157cd
    Merge pull request #13058 from Dentomologist/gamesettings_disable_gpu_texture_decoding_when_needed JMC47 2024-09-21 15:15:23 -04:00
  • 4f821f4332 BreakpointWidget: Update when Host::PPCSymbolsChanged mitaclaw 2024-09-20 18:39:20 -07:00
  • 7c2a39706e DolphinQt: A Ubiquitous Signal For When Breakpoints Change mitaclaw 2024-09-20 18:37:39 -07:00
  • f2ffd95e49
    properly set the environmental variable in apprun-hook GT190 2024-09-21 00:05:25 +02:00
  • 21e930db20
    fix: update lib name to slippi_rust_extensions for Cargo 1.79 compat (#24) Nikhil Narayana 2024-09-16 22:19:54 -07:00
  • 6851ed73f4
    Merge pull request #13064 from PatrickFerry/gameini_fixing_mistakes Tilka 2024-09-16 23:24:56 +01:00
  • af921685f7
    Merge pull request #13035 from retroNUC/cheevo-hash Tilka 2024-09-15 22:18:58 +01:00
  • 5dac174972 GameINI: Disable Broken Enhancements for Solvalou Patrick Ferry 2024-09-15 21:49:06 +01:00
  • 8c24b4745a GameINI: Enable Vertex Rounding for "Teenage Mutant Ninja Turtles 3: Mutant Nightmare" Patrick Ferry 2024-09-15 21:48:55 +01:00
  • a51d87bc3d GameINI: Enable Vertex Rounding for "Teenage Mutant Ninja Turtles 2: Battle Nexus" Patrick Ferry 2024-09-15 21:48:40 +01:00
  • a5209738fe GameINI: Disable ICache for Happy Feet Patrick Ferry 2024-09-15 21:48:22 +01:00
  • a74b2a4dde Add generation of rcheevos hash to DolphinTool retroNUC 2024-09-15 15:52:04 +01:00
  • ce010a6560 Metainfo -- remove hash from version string Carles Pastor 2024-09-12 20:51:31 +02:00
  • ef512aae6d Flatpak -- bump libevdev to 1.13.3 Carles Pastor 2024-09-12 19:39:56 +02:00
  • 521446c111 Add script to build an AppImage GT190 2024-09-07 00:53:59 +02:00
  • 9d439f091a Add manifest for building as a flatpak Carles Pastor 2024-09-11 19:22:36 +02:00
  • b1d54e416b GameSettings: Disable GPU Texture Decoding when needed Dentomologist 2024-09-08 11:36:22 -07:00
  • 694f2ee995 Graphics: Clarify relationship between incompatible settings Dentomologist 2024-09-10 10:44:22 -07:00
  • 28cd3e732d Properly Toggle Hardcore When Enabling RA LillyJadeKatrin 2024-09-10 08:18:38 -04:00
  • d8d8b5a847
    Don't unlink shared memory on Unix Alex Sanchez-Stern 2024-09-09 18:20:07 -07:00
  • b02ee8d5e4
    Update GMS.ini jeremyie 2024-09-09 01:37:21 +02:00
  • 2ee8482a60
    Merge branch 'dolphin-emu:master' into master jeremyie 2024-09-09 01:31:36 +02:00
  • 5fe9e2f6ed
    Merge pull request #13057 from JosJuice/rvzpack-typo Tilka 2024-09-08 16:08:57 +01:00
  • 4eec061824
    Merge pull request #12813 from Geotale/interpreter-subnormal-rounding JosJuice 2024-09-08 14:22:02 +02:00
  • e72b23df91 DiscIO: Fix a typo in an RVZPack comment JosJuice 2024-09-08 12:38:10 +02:00
  • 0c1cd13b23
    Merge pull request #12981 from Geotale/proper-integer-rounding JosJuice 2024-09-08 12:09:58 +02:00
  • 353676e211
    Merge c57ec2258f4bc596c14ab30ab571c4e00703fcf6 into 2c15d7af7fdf33e1fabab7911bb5e1e5a704304d nyanpasu64 2024-09-08 14:21:06 +08:00
  • acb4a4be64 Eliminate hacky setup states Pokechu22 2020-09-15 17:51:24 -07:00
  • bb432b6a9e Only return SD device when CS is 0 Pokechu22 2020-09-12 17:58:05 -07:00
  • d53407252e Call SetCS for all devices Pokechu22 2020-09-12 17:57:03 -07:00
  • 74d72198cc Print the file SD data is being read from Pokechu22 2020-09-12 17:13:42 -07:00
  • 68e07b11fc Re-add ConfigManager.h include Pokechu22 2020-09-10 17:36:52 -07:00
  • 43ec859219 Handle GoIdleState and SendInterfaceCond exceptions Pokechu22 2020-09-07 11:12:58 -07:00
  • bc82653fea More documentation references Pokechu22 2020-09-05 15:01:48 -07:00
  • a4bde13b57 Fix SD Media Launcher Pokechu22 2020-09-05 13:44:55 -07:00
  • f8e57a9de3 Partially implement configuring the SD card path Pokechu22 2020-09-04 15:58:43 -07:00
  • 8d7d7ab5e9 Allow configuring SP2 Pokechu22 2020-08-30 22:56:27 -07:00
  • 76d4fc4541 NOTE: EXI_DeviceMemoryCard could still use some cleanup Pokechu22 2020-08-30 21:19:59 -07:00
  • ba343bdbdc Actually functional block read Pokechu22 2020-08-28 16:19:46 -07:00
  • 8db60f54e2 WIP fix block reads Pokechu22 2020-08-27 23:24:38 -07:00
  • b2c15e0fdb Implement ReadOCR Pokechu22 2020-08-27 18:18:26 -07:00
  • d958605a1e Undo some test stuff Pokechu22 2020-08-27 13:57:45 -07:00
  • 58347cc795 More work on multi-block reads; not fully functional Pokechu22 2020-08-25 19:12:51 -07:00
  • 1dd9ac2727 Fix multi-block reads Pokechu22 2020-08-25 15:54:00 -07:00
  • 6e5e8694c4 Implement SendStatus Pokechu22 2020-08-25 15:50:16 -07:00
  • 167d87e5cb Fix CRC handling Pokechu22 2020-08-25 14:41:27 -07:00
  • 40c4f3e8c1 Initial implementation of reads and writes Pokechu22 2020-08-24 20:04:03 -07:00
  • bd895d0a15 WriteBlock -> WriteSingleBlock Pokechu22 2020-08-24 13:42:29 -07:00
  • 33407f8a70 Remove hardcoded CRCs; validate incoming CRC7 Pokechu22 2020-08-24 13:36:01 -07:00
  • d0d8661f9b Add Common::HashCrc16 and Common::HashCrc7 Pokechu22 2020-08-24 13:17:03 -07:00
  • 4f6cd4f535 Restructure code; start implementing read/write commands Pokechu22 2020-08-23 20:01:47 -07:00
  • d98be4bdc9 Use correct CRC16s Pokechu22 2020-08-23 16:23:02 -07:00
  • c80c323a26 Implement STOP_TRANSMISSION and APP_CMD SD_SEND_OP_COND Pokechu22 2020-08-23 15:40:23 -07:00
  • 251c330c6d Implement last few commands, enough to get it detected by libogc (though not enough to be useful) Pokechu22 2020-08-23 00:09:46 -07:00
  • 9d145decf8 Hardcode data for CMD9 and CMD10 Pokechu22 2020-08-22 23:30:22 -07:00
  • b29c8a1c2a CMD9 and CMD10 - early version Pokechu22 2020-08-22 23:25:13 -07:00
  • 9d0007f979 Implement CMD8 Pokechu22 2020-08-21 20:49:32 -07:00
  • 45205c3a56 Reply -- make it to the next part at least Pokechu22 2020-08-21 19:20:02 -07:00
  • 38e56c1e36 Basic command detection Pokechu22 2020-08-21 18:07:56 -07:00
  • fcb86ce1c1 Adjust SD getid thing Pokechu22 2020-08-21 17:52:29 -07:00
  • 333636d404 HACK to select SD - this will need to be tidied Pokechu22 2020-08-21 17:33:49 -07:00
  • 91536a09c5 EXI_DeviceDummy: Log ImmReadWrite Pokechu22 2020-08-21 16:43:51 -07:00
  • 4885706903 Advance reading Pokechu22 2020-08-18 16:24:05 -07:00
  • d8bd634729 Add SetCS - amend dummy Pokechu22 2020-08-18 16:09:56 -07:00
  • 5bdbb85231 HLE kprintf Pokechu22 2020-08-18 16:08:01 -07:00
  • d49d1197f6 Dummy EXI_DeviceSD Pokechu22 2020-08-16 22:02:43 -07:00
  • 0f33eda90f Create EXI_DeviceSD Pokechu22 2020-08-16 13:29:27 -07:00
  • 2c15d7af7f
    Merge pull request #12966 from Dentomologist/cheatsmanager_create_code_widgets_only_once JMC47 2024-09-07 15:13:18 -04:00
  • 887adda8c4
    Remove unused binaries with BuildLinuxAppImage.sh GT190 2024-09-07 16:36:01 +02:00
  • ee90b38b03
    Update GMS.ini jeremyie 2024-09-07 16:19:20 +02:00
  • f9f832fa88
    Merge pull request #13051 from mitaclaw/dead-config-code-2 JosJuice 2024-09-07 13:40:34 +02:00
  • 2417545b63
    Merge pull request #13052 from Tilka/ax Tilka 2024-09-07 11:36:06 +01:00
  • 60862397e9 Add script to build an AppImage TGP17 2024-09-07 01:44:57 +02:00