Commit Graph

  • 0335f93186 MemoryWidget: Bugfix. Adjust size of address bar. Surprised this was previously working. TryTwo 2023-11-24 13:29:52 -07:00
  • bd08a3b424 Undo hack, implement better screen restoring method. Possibly breaks other things, such as restoring on multi-monitors. TryTwo 2023-11-24 00:02:53 -07:00
  • 4c081959a3 MemoryWidget: Save more settings. TryTwo 2023-11-23 23:06:09 -07:00
  • 65de2e87dd Codewidget Give address column a little more space. TryTwo 2023-11-23 22:46:58 -07:00
  • f775050352 Hack: Make QT load correct debugger width on startup. TryTwo 2023-11-23 22:46:23 -07:00
  • 2610d98bdc CodeViewWidget: Allow updates when game is running. Note: CodeWidget should NOT update while game is running (tries to check callstack, etc). TryTwo 2023-11-23 16:02:23 -07:00
  • 7998bd9acf CodeViewWidget: Turn off selection. Custom coloring for selecting and context menu. Header fixes. TryTwo 2020-07-19 07:00:51 -07:00
  • dcf1e33170 std::chrono fix for old windows builds TryTwo 2023-11-23 13:28:15 -07:00
  • 8438d89eaa Rebase Fixes TryTwo 2023-10-23 09:27:46 -07:00
  • d43cd9647b Game ini updates for specific bloom fixes TryTwo 2022-05-02 20:53:09 -07:00
  • c32083f72e Rewrite EFB Exclusions to Bloom Fixes and make blurring the default option, as it should probably be used more often. TryTwo 2022-04-30 10:55:47 -07:00
  • 2ad3ada539 Add optional Blur shader to apply to upscaled bloom efb copies. Looks better than preventing downscaling for some games. TryTwo 2022-05-02 20:36:16 -07:00
  • 63a7742398 Add options to advanced widget to fix bloom issues. Prevents EFB copies smaller than a set size from being upscaled, which prevents bloom from breaking and usually has no adverse effects. TryTwo 2022-05-02 20:31:13 -07:00
  • 12e4c5aa08 CodeViewWidget: Bugfix. Disable most context menu items when the game is playing. These aren't meant to be used unless paused and some weird bugs can happen if interacted with during play. TryTwo 2023-11-21 14:08:25 -07:00
  • f91c376a48 Codewidget / Memorywidget: Fix combobox placeholder text not appearing. Note - setEditable must be set to True first. TryTwo 2023-11-21 18:39:12 -07:00
  • 4457fd27f7 CodeWidgets: Address bar additions: 1. Make it a combo box that remembers address history. 2. Add a Save button to save the current m_address to address box. 3. Add a Pause toggle button to prevent the m_address from changing without user input (prevent pause/play/breakpoint from changing address). TryTwo 2023-11-21 18:36:33 -07:00
  • d2ca5e31b4 CodeWidget: Layout. Give left-side widgets more vertical space, taken from the oversized address bar. TryTwo 2023-11-21 18:29:07 -07:00
  • 853565eb64 Add trace widget. Adapt CodeTrace to new methods. Expand register widget trace options to be the same as CodeView TryTwo 2022-11-05 02:00:13 -07:00
  • 1a56b2d3ad GekkoDisassmbler: spacing consistency fixes for srawi - type, mtfsfi, mtb. TryTwo 2022-11-06 08:38:43 -07:00
  • f85372fc39 Merge fixes TryTwo 2023-11-23 12:50:32 -07:00
  • 15175fe318 MemoryTable notes TryTwo 2022-11-30 15:30:32 -07:00
  • 44b73bd2da MemoryWidget Notes TryTwo 2022-09-26 00:15:03 -07:00
  • 2ab748e732 Add Notes, which are like symbols, but for noting things. Add dialog poup for editing symbols and notes. Add notes to MemoryViewWidget and note search to MemoryView Add notes tab to CodeView symbols box. TryTwo 2022-09-26 00:15:03 -07:00
  • 6804999209 MemoryViewWidget: Add highlight coloring to recently changed cells. Add option to disable auto update. TryTwo 2023-11-22 01:35:18 -07:00
  • b3ed9058ac MemoryViewWidget: Add auto updating while running by using OnFrameEnd callback. TryTwo 2023-11-22 01:15:20 -07:00
  • 3ff4dd79c3 MemoryViewWidget: Refactor. Remove OnItemChanged signal and QSignalBlocker - replace with a signal that is only sent at the correct time. TryTwo 2023-11-22 00:51:27 -07:00
  • 0ec12f9e7e JitArm64: Add additional condition for lmw/stmw a discard JosJuice 2023-12-10 19:13:35 +01:00
  • db1620db42
    Merge pull request #12377 from JosJuice/jitarm64-a-d-discard-guard Mai 2023-12-10 12:19:41 -05:00
  • 13a4f1b799 JitArm64: Guard against discarding a in lmw/stmw JosJuice 2023-12-10 17:56:11 +01:00
  • d272b0ef84
    Merge pull request #12183 from t895/gradle-kotlin-dsl OatmealDome 2023-12-10 11:17:56 -05:00
  • f4b1a199e8 VFFUtil: Use std::span with WriteToVFF Lioncash 2023-12-10 10:12:00 -05:00
  • e2472e4f50
    Merge pull request #12352 from JosJuice/jitarm64-flush-in-long-inst Mai 2023-12-10 09:15:07 -05:00
  • f249e414ad
    Merge pull request #12366 from AdmiralCurtiss/exi-ipl-fixes Mai 2023-12-10 09:12:18 -05:00
  • c23febe947
    Merge pull request #12368 from AdmiralCurtiss/enet-submodule Mai 2023-12-10 09:08:10 -05:00
  • fb0934de71
    Merge pull request #11289 from AdmiralCurtiss/mmu-msi-ir Mai 2023-12-10 09:06:05 -05:00
  • 06fb698faf
    NetPlay: Add support for user-triggered events. Admiral H. Curtiss 2023-01-02 16:12:05 +01:00
  • 1ce5e2425d
    CoreTiming: Add support for secondary event type that does not affect timing. Admiral H. Curtiss 2023-01-02 03:27:45 +01:00
  • a0da6788a3
    MMU: Use MSR.IR for instruction reads. Admiral H. Curtiss 2022-11-19 02:29:04 +01:00
  • c12725c916
    MMU: Assert that the given XCheckTLBFlag is valid for the operation. Admiral H. Curtiss 2023-11-30 22:17:26 +01:00
  • 0d6a0724fd
    MMU: Always use data read for the PTE lookup in TranslatePageAddress. Admiral H. Curtiss 2023-11-30 22:15:50 +01:00
  • 5d2fc0147e
    MMU: Mark IsOpcodeFlag() and IsNoExceptionFlag() as constexpr. Admiral H. Curtiss 2023-11-30 22:17:10 +01:00
  • 8194b53166
    HW/CEXIIPL: Check for errors when reading font. Admiral H. Curtiss 2023-12-09 15:45:29 +01:00
  • 57e166dbef
    HW/CEXIIPL: Consider that the loaded file may not actually contain a nullterminated string. Admiral H. Curtiss 2023-12-09 15:43:03 +01:00
  • 7d53916466
    HW/CEXIIPL: Respect bounds in LoadFileToIPL(). Admiral H. Curtiss 2023-12-09 15:42:15 +01:00
  • 72dcd8442c
    Externals/enet: Convert to submodule. Admiral H. Curtiss 2023-12-09 18:05:05 +01:00
  • f284bfca45
    Merge pull request #12336 from AdmiralCurtiss/lazymemory-ringbuffer Admiral H. Curtiss 2023-12-10 13:00:09 +01:00
  • ab4f4c62ee Android: Fix crash when trying to edit gate size setting JosJuice 2023-12-10 10:49:16 +01:00
  • 02756be381 VideoCommon: prevent a potential custom texture crash that can occur when a shared_ptr gets released while a pointer to its member data is still being used iwubcode 2023-12-09 23:43:40 -06:00
  • ccedeb4936
    Merge pull request #12373 from lioncash/present Admiral H. Curtiss 2023-12-10 03:55:30 +01:00
  • 0df7908025 VideoCommon/Present: Remove use of g_presenter inside Presenter class Lioncash 2023-12-09 20:15:29 -05:00
  • 5f6c76af51 VideoCommon: Use std::span for BoundingBox::Write() Lioncash 2023-12-09 14:54:17 -05:00
  • 93a5df3b92 android: Compile and target Android 14 Charles Lombardo 2023-09-18 16:04:44 -04:00
  • 5d2e3de576 android Update dependencies Charles Lombardo 2023-09-18 15:56:28 -04:00
  • c5d81c1006 android: Regenerate baseline profile module for AGP 8.2.0 Charles Lombardo 2023-09-18 15:49:57 -04:00
  • 7d4db6603b android: Update AGP to 8.2.0 Charles Lombardo 2023-09-16 23:50:23 -04:00
  • bec4c77325
    Merge pull request #12367 from AdmiralCurtiss/mail-includes Mai 2023-12-09 15:25:24 -05:00
  • 3364d571cc
    Common/MemArenaWin: Rewrite LazyMemoryRegion to manually map memory blocks into the large memory region as needed. Admiral H. Curtiss 2023-11-28 21:17:12 +01:00
  • eb235d6ee3
    Common/MemArenaWin: Move the advanced Windows memory function address initialization into its own struct and function so it can be reused. Admiral H. Curtiss 2023-11-28 21:15:27 +01:00
  • 001089dbf4 android: Convert gradle files to kotlin gradle dsl Charles Lombardo 2023-09-16 23:49:22 -04:00
  • 57b33e9142 android: Remove benchmark module Charles Lombardo 2023-09-16 23:48:00 -04:00
  • 42a4630245 Android: Allow Coil image cache to use more memory t895 2023-12-09 14:55:58 -05:00
  • 78d22d8003
    Merge pull request #12343 from Tilka/cmake Admiral H. Curtiss 2023-12-09 18:25:38 +01:00
  • 6197902dc3
    IOS/KD/Mail: Add missing includes. Admiral H. Curtiss 2023-12-09 17:07:03 +01:00
  • a3f113dd7a
    VideoBackends:Vulkan: Clean up barriers Robin Kertels 2023-06-14 01:02:26 +02:00
  • dd227fea5a
    Merge pull request #12364 from JosJuice/android-emulation-settings-reload Mai 2023-12-08 21:24:05 -05:00
  • 636b892b7c
    Merge pull request #12360 from TryTwo/bugfix_wiimote_signal_spam Mai 2023-12-08 21:07:51 -05:00
  • 515bd10108
    Merge pull request #12365 from timetravelthree/master Admiral H. Curtiss 2023-12-09 02:26:15 +01:00
  • 3b8737d2d7
    Fix out of bound write in EfbCopy::ClearEfb timetravelthree 2023-12-08 09:51:32 -09:00
  • e77d8d57b7
    JitCache: Disable the 32GB JitBlock lookup table on Windows. Admiral H. Curtiss 2023-11-13 04:36:13 +01:00
  • a4eff2acc1 Android: Don't call Run before directory initialization JosJuice 2023-12-08 19:30:05 +01:00
  • a31214b8c6 Android: Fix EmulationActivity's handling of process recreation JosJuice 2023-03-14 21:41:27 +01:00
  • 5aa80603d7 Android: Reload EmulationActivity settings on title change JosJuice 2023-03-14 21:17:52 +01:00
  • 11041e950d Android: Combine reading cutout setting with updateOrientation JosJuice 2023-03-14 21:13:13 +01:00
  • 34be547b4a
    Merge d86a68e4bf6eb133e44151bfc99d8a277c75bb2f into 7eb02ecfa452578d9596501cc097d26b80a15931 PTwr 2023-12-08 16:18:03 +05:30
  • 13bf75b1df Add SYSCONF widescreen setting to dtm header CasualPokePlayer 2023-12-08 01:27:57 -08:00
  • 7eb02ecfa4
    Merge pull request #12361 from LillyJadeKatrin/retroachievements-bugfix Admiral H. Curtiss 2023-12-08 07:00:21 +01:00
  • e992225b88 Bugfix - small square in bottom right corner LillyJadeKatrin 2023-12-08 00:33:29 -05:00
  • e0f4111561
    Merge pull request #11663 from JosJuice/android-config-change-callback Mai 2023-12-07 16:48:02 -05:00
  • 3a4cf579ff
    Merge pull request #12247 from LillyJadeKatrin/retroachievements-challenges Mai 2023-12-07 16:46:43 -05:00
  • caa729f84a Display Active Challenges On Screen LillyJadeKatrin 2023-10-20 08:38:20 -04:00
  • 4203632c93 Android: Improve GameFileCacheManager comments JosJuice 2023-03-15 22:12:39 +01:00
  • 3e7a16f225 Android: Use config changed callback for tracking recursive scan setting JosJuice 2023-03-15 22:12:23 +01:00
  • d80f9d53fc Android: Expose config changed callbacks JosJuice 2023-03-15 21:53:29 +01:00
  • 6bd9488e0a WiimoteDevice. bugfix. Remove signal spam while starting a game. TryTwo 2023-12-07 11:54:50 -07:00
  • 8c973188ef Fix "Post-processing shader not found" when (off) is selected. (2nd version) rsgnz 2023-12-07 11:26:31 +01:00
  • a60a1e0a6c
    Merge ca4cbdba9b09a60a2aaeac129fff0bb4471f336d into 2ece642cf82b431a2612deb7afee7661aa6635be Malleo 2023-12-07 01:05:45 -07:00
  • 2ece642cf8
    Merge pull request #12357 from AdmiralCurtiss/ipl-bounds Mai 2023-12-06 19:57:26 -05:00
  • 8fbc5960e7 Handle Achievement Un/Primed Events LillyJadeKatrin 2023-10-20 08:35:41 -04:00
  • e670748bd7
    Common/MemArenaWin: Don't commit memory pages until they are accessed. Admiral H. Curtiss 2023-11-13 02:05:13 +01:00
  • b4276049fc
    Merge pull request #12216 from LillyJadeKatrin/retroachievements-rehash Mai 2023-12-05 18:22:38 -05:00
  • fff538e563
    Core/Boot: Check bounds in Load_BS2(). Admiral H. Curtiss 2023-12-05 22:34:35 +01:00
  • 2bf6ebcb90 Added achievement hash to non-disc boot paths. LillyJadeKatrin 2023-10-03 07:58:37 -04:00
  • ebf2ef1d82 Refactored hash process to check prior game ID LillyJadeKatrin 2023-10-02 08:27:59 -04:00
  • c8d8ca2ff7 Added Disabled flag to Achievement Manager LillyJadeKatrin 2023-10-01 23:21:59 -04:00
  • 148c2f3c0d Refactored AchievementManager hash code to take a volume. LillyJadeKatrin 2023-10-01 13:35:00 -04:00
  • a65246ec3f
    Merge pull request #11988 from JosJuice/jit-feature-flags Mai 2023-12-05 03:13:50 -05:00
  • 2199dd26bb
    Merge pull request #12345 from minhaferzz/startup-handler Mai 2023-12-05 03:10:41 -05:00
  • bf415f9b54
    Merge pull request #12350 from PatrickFerry/add_accurate_nans_game Mai 2023-12-05 01:35:00 -05:00
  • 6e6695c24b
    Merge pull request #11904 from LillyJadeKatrin/retroachievements-hardcore-v2 Mai 2023-12-05 01:31:54 -05:00
  • 7dfea144b9
    Merge pull request #12324 from Pokechu22/vertex-loader-dummy-tex-coords Tilka 2023-12-04 13:06:19 +00:00