Commit Graph

  • 2a5147a19b Dark style: add QTableCornerButton. Fix padding for tables. CodeDiffDialog: Fix QTableWidget UI issues TryTwo 2023-11-02 22:34:25 -07:00
  • 43e69d3e6a DolphinQt: Remove unnecessary qOverloads Dentomologist 2023-11-04 14:01:39 -07:00
  • b7b8f46832 Merge pull request #12259 from Sintendo/frsqrte-unit-test Tilka 2023-11-04 20:10:23 +00:00
  • 9cc1df6c14 JitArm64: Optimize frsqrte denormal path (in an "interesting" way) JosJuice 2023-10-11 21:48:41 +02:00
  • 9b21046dfc JitArm64: Read X1 instead of X3 in frsqrte denormal path JosJuice 2023-10-11 20:54:17 +02:00
  • 9807cf0b82 JitArm64: Stop using X4 in frsqrte JosJuice 2023-10-11 20:17:08 +02:00
  • 4b2f73774f JitArm64: Optimize frsqrte denormal path JosJuice 2023-10-11 19:38:46 +02:00
  • e5bd8019f6 JitArm64: Read X1 instead of X3 in frsqrte normal path JosJuice 2023-10-11 19:23:51 +02:00
  • 31d751b6da JitArm64: Read X1 in frsqrte normal path JosJuice 2023-10-11 18:48:47 +02:00
  • 6b2d801ed7 Merge pull request #12267 from JosJuice/contributing-leaks JosJuice 2023-11-03 22:37:50 +01:00
  • a2a733f4a3 Contributing.md: Make our stance on leaked information explicit JosJuice 2023-11-02 20:08:05 +01:00
  • c7243c368f Merge pull request #12270 from AdmiralCurtiss/clang-enum-out-of-range-2 Admiral H. Curtiss 2023-11-03 16:34:50 +01:00
  • b181842092 Netplay: Fix building on clang 17. Admiral H. Curtiss 2023-11-03 16:15:04 +01:00
  • 7dae4dd3d2 Merge pull request #12266 from noahpistilli/kd-junk-data Admiral H. Curtiss 2023-11-03 15:27:44 +01:00
  • ad2044993d IOS/KD: Disable download and mail when files are invalid Sketch 2023-11-02 14:13:17 -04:00
  • 482da7975b Jit: Define new terms related to fastmem JosJuice 2023-11-02 20:54:34 +01:00
  • b4c0da30bd Merge pull request #12244 from DacoTaco/feature/crypto Admiral H. Curtiss 2023-11-02 19:36:40 +01:00
  • 2241aaf168 IOS: implement /dev/aes DacoTaco 2023-10-17 20:09:04 +02:00
  • d4c18f3f31 IOS: implement /dev/sha DacoTaco 2023-10-18 21:48:19 +02:00
  • 13c70eeb31 Merge pull request #12257 from Wack0/patch-1 JosJuice 2023-11-01 21:10:39 +01:00
  • c248a69268 JitArm64: Add utility for calling a function with arguments JosJuice 2023-06-03 09:24:10 +02:00
  • 17122f171a Merge pull request #12260 from Pokechu22/multiple-fifo-recording-regression Admiral H. Curtiss 2023-11-01 12:01:52 +01:00
  • ff009dd8b5 Merge pull request #12258 from skyfloogle/traversal-logging Admiral H. Curtiss 2023-11-01 11:56:39 +01:00
  • 166d8a1aa3 Merge pull request #12211 from JosJuice/toggle-dcache Admiral H. Curtiss 2023-11-01 11:53:56 +01:00
  • 9230266529 CheatSearchWidget: Add checkbox to toggle Current Value autoupdate Dentomologist 2023-10-29 15:20:23 -07:00
  • fdb7328c73 CheatSearch: Update Current Values at end of frame Dentomologist 2023-10-28 16:30:22 -07:00
  • d04e67be3d Add fastmem arena setting JosJuice 2023-10-01 22:54:09 +02:00
  • 8686536d7d Jit: Always initialize fastmem arena JosJuice 2023-09-30 19:38:09 +02:00
  • 0606433404 JitArm64: Check fastmem instead of fastmem_arena JosJuice 2023-10-01 21:57:28 +02:00
  • b3bfcc5d7f PowerPC: Allow toggling write-back cache during emulation JosJuice 2023-09-09 16:19:47 +02:00
  • 899d61bc7d Jit64: Recompile asm routines on cache clear JosJuice 2023-09-30 17:32:51 +02:00
  • 5e74a8b850 Jit64: Don't make use of fastmem arena when dcache is enabled JosJuice 2023-09-30 19:13:52 +02:00
  • b32ac9353e Merge pull request #12262 from AdmiralCurtiss/last-state-order-refactor JosJuice 2023-10-31 19:39:47 +01:00
  • 8e51f0c054 Merge pull request #12264 from Dentomologist/cheats_manager_fix_factory_widget_spacing Admiral H. Curtiss 2023-10-31 19:02:58 +01:00
  • 74d3ba7c46 Cheats Manager: Fix factory widget spacing Dentomologist 2023-10-30 17:41:40 -07:00
  • 7dfb23d38c CheatSearchWidget: Don't recreate table when refreshing values Dentomologist 2023-10-28 12:25:41 -07:00
  • ef7f3b5bac UnitTests: Test ApproximateReciprocalSquareRoot Sintendo 2023-10-29 20:57:41 +01:00
  • fa7c969e15 CheatSearch: Use index range for ClonePartial Dentomologist 2023-10-26 13:06:16 -07:00
  • 437946fb1a Core/State: Refactor logic for determining the relative age of existing savestates. Admiral H. Curtiss 2023-10-30 18:49:58 +01:00
  • 99a3bbc055 Core/State: Return an empty string on invalid input to SystemTimeAsDoubleToString(). Admiral H. Curtiss 2023-10-30 19:16:59 +01:00
  • 03f8ec09eb Merge pull request #12261 from TryTwo/Bugfix_GetAddress Admiral H. Curtiss 2023-10-30 10:49:13 +01:00
  • 045868bbb4 Merge pull request #12256 from malleoz/savestate_read_header_fix Admiral H. Curtiss 2023-10-30 10:45:14 +01:00
  • 490e4b78a7 Bugfixes for PPCDebugInterface::GetMemoryAddressFromInstruction FromChars cannot return a value prefixed with 0x. Possible regex failures on rX, rY, rZ TryTwo 2023-10-29 22:54:45 -07:00
  • 35831f342e Fix regression when recording multiple fifologs Pokechu22 2023-10-29 15:23:31 -07:00
  • bee6d5bfb6 Netplay: Don't log skippable events as errors Floogle 2023-10-28 17:57:22 +02:00
  • 220988d064 Merge pull request #12161 from krnlyng/tools_no_show_raw_insn Tilka 2023-10-28 03:28:28 +01:00
  • 2ccc2bfb2e Merge pull request #12250 from Sintendo/dcbx-nit Tilka 2023-10-28 02:33:51 +01:00
  • 9bea807732 Merge pull request #12249 from Sintendo/frsqrte-nit Tilka 2023-10-28 02:15:05 +01:00
  • 2212a5b225 Merge pull request #12254 from AdmiralCurtiss/savestate-no-xfb-stride Tilka 2023-10-28 02:14:30 +01:00
  • 7c243a110a Merge pull request #12253 from TellowKrinkle/AsahiGL Tilka 2023-10-28 02:12:40 +01:00
  • ef447bb40b Merge pull request #12248 from Dentomologist/cheatsearch_use_std_comparison_functions Tilka 2023-10-28 02:11:18 +01:00
  • ce895f1205 Merge pull request #12255 from jordan-woyak/sdl-360 Tilka 2023-10-28 02:10:46 +01:00
  • 6bac012001 Merge pull request #12251 from Dentomologist/skylanderportal_make_protected_variables_private Tilka 2023-10-28 02:09:28 +01:00
  • c9cd0b626b JIT64: for twx instruction, raise exception with correct SRR0 Rairii 2023-10-27 13:27:36 +01:00
  • cddc75c28b Core: Fix UI slowdown for savestate timestamp reads sowens99 2023-10-26 19:34:26 -04:00
  • 30ce1f2ec2 ControllerInterface/SDL: Remove Xbox 360 controller disabling hack. Jordan Woyak 2023-10-26 18:04:11 -05:00
  • 3454bc4c3c Translation resources sync with Transifex JosJuice 2023-10-25 22:43:24 +02:00
  • 4f0c8b1657 VideoCommon: Don't swap on state load when there's no XFB. Admiral H. Curtiss 2023-10-25 18:23:00 +02:00
  • 4f2a79058a VideoBackends:OGL: Handle when SSBOs are only supported in some shader stages TellowKrinkle 2023-10-24 23:18:26 -05:00
  • 323aea60d6 VideoCommon: Fix VS point/line on older GLSL TellowKrinkle 2023-10-24 23:18:01 -05:00
  • 171f76ae07 Jit_LoadStore: Another minor dcbx optimization Sintendo 2023-10-24 00:42:30 +02:00
  • 3ba5cd30ff SkylanderPortal: Make protected variables private Dentomologist 2023-10-22 11:55:31 -07:00
  • dd58a8d65e Jit_LoadStore: Minor dcbx register optimization Sintendo 2023-10-22 15:13:46 +02:00
  • 3c3168706c PowerPC: Negate m_dec values in frsqrte table Sintendo 2023-10-10 22:47:31 +02:00
  • c5a8a3fd4a CheatSearch: Use std comparison function objects Dentomologist 2023-08-07 13:59:19 -07:00
  • 60e3b4c093 Merge pull request #12196 from LillyJadeKatrin/retroachievements-on-screen-images Admiral H. Curtiss 2023-10-19 19:29:56 +02:00
  • db78437498 Refactored welcome message to render after game start LillyJadeKatrin 2023-10-07 00:09:47 -04:00
  • a3d561fdff Add badges to achievement messages LillyJadeKatrin 2023-10-07 00:05:45 -04:00
  • c87b2e46b4 Merge pull request #12242 from AdmiralCurtiss/osd-icons Admiral H. Curtiss 2023-10-17 12:46:36 +02:00
  • 53ea7aee1b Merge pull request #12239 from AdmiralCurtiss/achievementprogresswidget-clearlayout Admiral H. Curtiss 2023-10-17 12:45:40 +02:00
  • cb13ad7a5f VideoCommon: Add support for icons in OSD messages. Admiral H. Curtiss 2023-10-17 01:42:22 +02:00
  • 7122c7e872 Merge pull request #12243 from iwubcode/tolower_assets Admiral H. Curtiss 2023-10-17 02:34:18 +02:00
  • b292022bc7 VideoCommon: use ToLower function in assets when parsing json, for proper locale independent behavior iwubcode 2023-10-16 19:23:00 -05:00
  • 2ae9771a30 Merge pull request #12241 from iwubcode/shader_asset_additoinal_properties Admiral H. Curtiss 2023-10-17 02:16:40 +02:00
  • fec2a8af8c VideoCommon: add additional properties to ShaderAsset to support custom shader uniforms iwubcode 2023-10-15 16:49:31 -05:00
  • 3873664143 DolphinQt/AchievementProgressWidget: Use ClearLayoutRecursively() to clear layout. Admiral H. Curtiss 2023-10-15 18:36:11 +02:00
  • bbf3fed93c Merge pull request #12027 from LillyJadeKatrin/retroachievements-leaderboards-tab Admiral H. Curtiss 2023-10-15 21:40:58 +02:00
  • b824d55093 Add Leaderboards tab to Achievement dialog LillyJadeKatrin 2023-06-17 11:47:56 -04:00
  • 04df930e0d Added FetchBoardInfo to AchievementManager LillyJadeKatrin 2023-06-17 11:19:16 -04:00
  • 61dded7043 Added Leaderboard info map to AchievementManager LillyJadeKatrin 2023-06-17 10:56:11 -04:00
  • daf9ff012a Merge pull request #12229 from AdmiralCurtiss/achievement-load-async-lock Admiral H. Curtiss 2023-10-15 21:27:41 +02:00
  • b3b660b446 Merge pull request #12236 from AdmiralCurtiss/qt-clear-layout JosJuice 2023-10-15 19:17:01 +02:00
  • 1645b1ed62 AchievementManager: Call ActivateDeactivateLeaderboards() and ActivateDeactivateRichPresence() under lock. Admiral H. Curtiss 2023-10-11 10:31:59 +02:00
  • ab562553f6 DolphinQt/AchievementHeaderWidget: Remove unused member variables. Admiral H. Curtiss 2023-10-15 18:56:28 +02:00
  • 923fc00777 DolphinQt/AchievementHeaderWidget: Fix wrong label for hard unlock count. Admiral H. Curtiss 2023-10-15 18:38:18 +02:00
  • 4b2dad074a DolphinQt: Move GraphicsModListWidget::ClearLayoutRecursively() to QtUtils. Admiral H. Curtiss 2023-10-15 18:35:12 +02:00
  • 2677fd9a8e Merge pull request #12185 from iwubcode/custom_shader_uniform_backend_support Admiral H. Curtiss 2023-10-15 00:21:56 +02:00
  • 5195446ddb Merge pull request #12233 from AdmiralCurtiss/libcurl840 Admiral H. Curtiss 2023-10-14 18:42:00 +02:00
  • 47396650bf Merge pull request #12232 from Dentomologist/convert_objectsubtype_to_enum_class JosJuice 2023-10-13 21:54:23 +02:00
  • ac0f1b8b0d Externals: Update libcurl to 8.4.0 Admiral H. Curtiss 2023-10-12 21:26:53 +02:00
  • b2a8f7e276 IOS: Convert ObjectSubType to enum class Dentomologist 2023-10-10 15:33:44 -07:00
  • 1c0605d1c4 Merge pull request #12228 from AdmiralCurtiss/achievement-callback-scope Admiral H. Curtiss 2023-10-11 14:40:06 +02:00
  • 111c1ab531 AchievementManager: Don't store pointer to rc_runtime_event_t in lambda. Admiral H. Curtiss 2023-10-11 10:20:05 +02:00
  • 601767c1c8 Merge pull request #12227 from iwubcode/wait_on_gpu_when_config_changes Admiral H. Curtiss 2023-10-11 09:44:20 +02:00
  • b251194a7e VideoCommon: wait for the GPU to be finished doing any work before invalidating pipelines when graphic config changes iwubcode 2023-10-10 17:45:52 -05:00
  • 6aadfd522b Merge pull request #12225 from AdmiralCurtiss/resolution-dropdown-fix Admiral H. Curtiss 2023-10-10 19:29:22 +02:00
  • a2f21da877 Merge pull request #12167 from iwubcode/use_texture_data_for_texture_assets Admiral H. Curtiss 2023-10-10 17:11:03 +02:00
  • 0e8f8ea930 VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData' for texture assets, this allows us to provide additional metadata for textures. Such as a sampler or type information (to distinguish cube maps) iwubcode 2023-09-06 00:16:26 -05:00
  • 7b32530de6 Qt/EnhancementsWidget: Fix size of resolution dropdown. Admiral H. Curtiss 2023-10-10 15:03:49 +02:00
  • 1b7a590b4b Merge pull request #12209 from JosJuice/frsqrte-exp-lsb Admiral H. Curtiss 2023-10-10 10:38:07 +02:00