Commit Graph

  • b56e6cc03d Android: Update the comment for the targets line in build.gradle.kts JosJuice 2023-12-30 14:16:28 +01:00
  • b5f41e0742 Android: Fix syntax of the targets line in build.gradle.kts JosJuice 2023-12-30 14:14:40 +01:00
  • 2a89a1d27a Merge pull request #12461 from blakbin/DocumentProvider JosJuice 2023-12-30 12:50:46 +01:00
  • 26760cf8a8 Merge pull request #12467 from AdmiralCurtiss/codepage-convert-linkage JosJuice 2023-12-30 12:13:53 +01:00
  • 2beaaf608d Merge pull request #12363 from luc-git/mouse_ir Admiral H. Curtiss 2023-12-29 20:47:20 +01:00
  • 6b166f1819 DolphinQt/Mapping: Add "Use Mouse Controlled Pointing" button. luc-git 2023-11-28 19:53:25 +01:00
  • 99fbc4b97e Merge pull request #11885 from Filoppi/devices_deadlock_fix_v2 Admiral H. Curtiss 2023-12-29 20:17:04 +01:00
  • 4f04ac5858 Common/StringUtil: Use internal linkage for codepage conversion functions. Admiral H. Curtiss 2023-12-29 19:50:55 +01:00
  • bf0ac9de0c Merge pull request #12466 from JosJuice/win32-error-string-encoding Admiral H. Curtiss 2023-12-29 19:48:00 +01:00
  • 0c7359e150 Common: Fix encoding handling in GetWin32ErrorString JosJuice 2023-12-29 14:11:35 +01:00
  • 68250afa08 Merge pull request #12465 from Tilka/zelda Tilka 2023-12-29 08:14:55 +01:00
  • f1d446da3f Merge pull request #12452 from Tilka/efb24 Jules Blok 2023-12-29 03:51:59 +01:00
  • 594b55c448 DSPHLE/Zelda: fix use of wrong reverb buffer Tillmann Karras 2023-12-29 02:24:37 +01:00
  • ca69c60e1b DSPHLE/Zelda: add another 32-bit getter/setter (NFC) Tillmann Karras 2023-12-28 23:57:42 +01:00
  • 1c68f4231b Qt: Handle Overridden Graphics Backend Patrick Ferry 2023-12-23 23:31:52 +00:00
  • 3ba333fd34 Merge pull request #12434 from Filoppi/fix_sharp_bilinear Admiral H. Curtiss 2023-12-27 21:53:15 +01:00
  • e212d1c395 Merge pull request #12463 from Dentomologist/netkdrequestdevice_fix_crashes Admiral H. Curtiss 2023-12-27 21:47:18 +01:00
  • 8fcf9969eb Jit: Reload RMEM/MEM_REG on ISI exception JosJuice 2023-12-27 16:39:00 +01:00
  • 3cb5d3455f Merge pull request #12462 from sepalani/net-force-shutdown Admiral H. Curtiss 2023-12-25 04:01:04 +01:00
  • ecf4f1b1f9 NetKDRequestDevice: Fix nullptr dereference crash Dentomologist 2023-12-24 14:55:11 -08:00
  • dd1f5f9726 NetKDRequestDevice: Fix use-after-free crash Dentomologist 2023-12-21 15:24:31 -08:00
  • 45d3c41d68 Make DocumentProvider Support Thumbnail BlakDulz 2023-12-24 15:34:10 +07:00
  • e9fa335fbe Socket: Fix a nullptr dereference when operations are pending Sepalani 2023-12-23 23:28:49 +04:00
  • d667fca8d3 Implement Refresh on DocumentProvider BlakDulz 2023-12-23 20:42:00 +07:00
  • 57327be7f3 Merge pull request #12460 from lioncash/pix Tilka 2023-12-22 20:07:06 +00:00
  • a23cf2121d VideoCommon/PixelEngine: Generify lock guards Lioncache 2023-12-22 14:07:13 -05:00
  • 0505f057ca VideoCommon/PixelEngine: Remove global system accessor in UpdateInterrupts() Lioncache 2023-12-22 14:06:11 -05:00
  • e539dbba4c VideoCommon/PixelEngine: Passthrough system instance in constructor Lioncache 2023-12-22 13:54:24 -05:00
  • b1438c224f Merge pull request #12439 from lioncash/sprintf Mai 2023-12-21 17:17:21 -05:00
  • 6c2da5229e Merge pull request #12458 from JosJuice/jitarm64-logic-i2r-not-nothing Mai 2023-12-21 17:13:20 -05:00
  • d8c78f2a92 JitArm64: Fix the "do nothing" cases of ANDI2R and friends JosJuice 2023-12-21 20:51:32 +01:00
  • 8d4575cfd8 Merge pull request #12454 from lioncash/proc Tilka 2023-12-21 17:46:28 +00:00
  • f7b655e5da Merge pull request #12456 from iwubcode/android_reduce_pixel_samplers_to_8 Mai 2023-12-21 10:35:48 -05:00
  • b669580aeb VideoCommon: handle asset memory going over reserved limit correctly by erroring when the memory is exceeded and not allowing more assets to load until memory is released iwubcode 2023-12-21 00:55:51 -06:00
  • 79648e1c24 VideoCommon: revert max pixel shader samplers back to 8 for Android devices. iwubcode 2023-12-21 00:22:16 -06:00
  • f97b2d472a VideoCommon/CommandProcessor: Pass system instance through constructor Lioncache 2023-12-20 08:40:38 -05:00
  • 70b7a59456 Merge pull request #12451 from lioncash/fifo Tilka 2023-12-20 12:45:38 +00:00
  • 01340d7f8d Merge pull request #12442 from lioncash/hle Tilka 2023-12-20 12:41:09 +00:00
  • 3c00689bd6 docs: update CustomPipeline graphics mod docs based on changes in syntax to support new functionality iwubcode 2023-12-19 19:21:15 -06:00
  • fcfcf14e07 VideoCommon: when loading a texture asset, set sampler to linear sampler if the texture type is not defined and the 2d texture is assumed iwubcode 2023-12-19 21:50:56 -06:00
  • ae758f489a VideoCommon: update custom pipeline action to support a variety of texture samplers (2D, 2D array, and cube maps) iwubcode 2023-12-17 23:37:23 -06:00
  • ddb4566a41 VideoCommon: apply "force 24-bit color" to EFB-to-VRAM copies as well Tillmann Karras 2023-12-19 15:07:15 +00:00
  • acd76918d7 Merge pull request #12448 from lioncash/es Admiral H. Curtiss 2023-12-19 04:26:08 +01:00
  • b0d244b772 VideoCommon/Fifo: Pass system instance through FifoManager constructor Lioncache 2023-12-18 21:31:32 -05:00
  • 186b2f4e92 Merge pull request #12450 from lioncash/cheats OatmealDome 2023-12-18 20:10:48 -05:00
  • 475c142e22 Merge pull request #12449 from lioncash/uicommon OatmealDome 2023-12-18 20:10:23 -05:00
  • dec53848f5 CheatSearch: Get rid of global system accessors Lioncache 2023-12-18 19:24:32 -05:00
  • 00f494307f UICommon: Remove global system accessor in TriggerSTMPowerEvent() Lioncache 2023-12-18 19:17:13 -05:00
  • c0b7e9cd94 Core/HLE/HLE: Remove global system accessor from ExecuteFromJIT() Lioncache 2023-12-18 14:33:34 -05:00
  • f4277a901a Core/HLE/HLE: Remove global system accessors Lioncache 2023-12-18 14:05:03 -05:00
  • f1b18d8ae3 Core/IOS/ES: Remove global system accessor in InitializeEmulationState() Lioncache 2023-12-18 19:05:37 -05:00
  • 251c7a1030 Merge pull request #12445 from lioncash/gecko Admiral H. Curtiss 2023-12-18 23:54:22 +01:00
  • 57b4379364 Merge pull request #12441 from lioncash/ios Admiral H. Curtiss 2023-12-18 23:30:38 +01:00
  • 7f01c1ed5b Merge pull request #12446 from lioncash/patch Admiral H. Curtiss 2023-12-18 23:24:51 +01:00
  • ccedd45c11 Merge pull request #12447 from lioncash/ppc Admiral H. Curtiss 2023-12-18 23:23:13 +01:00
  • ca5695aef2 Core/Debugger/PPCDebugInterface: Remove global system accessor Lioncache 2023-12-18 16:57:48 -05:00
  • 3802c7bf11 Core/PatchEngine: Get rid of global system accessors Lioncache 2023-12-18 16:44:39 -05:00
  • cea58759d9 Core/GeckoCode: unsigned int -> u32 Lioncache 2023-12-18 16:39:02 -05:00
  • bb866248cf Core/GeckoCode: Avoid signed conversion in RunCodeHandler() Lioncache 2023-12-18 16:37:33 -05:00
  • 1ceaa8c52a Core/GeckoCode: Remove global system accessor Lioncache 2023-12-18 16:34:10 -05:00
  • 0cab6583a9 Merge pull request #12444 from lioncash/map Tilka 2023-12-18 21:07:32 +00:00
  • 472c65ed35 Core/Debugger_SymbolMap: Make GetCallstack() less verbose Lioncache 2023-12-18 15:40:03 -05:00
  • 75ec350dc4 Core/Debugger_SymbolMap: Remove redundant system parameters from interface Lioncache 2023-12-18 15:34:15 -05:00
  • 514b3e6f55 Core/Debugger_SymbolMap: Remove AddAutoBreakpoints() Lioncache 2023-12-18 15:24:28 -05:00
  • c188dc2788 Merge pull request #12430 from Tilka/cnk_c4 Tilka 2023-12-18 20:11:24 +00:00
  • e456bef163 Input: Improve Controller Interface devices threading Filoppi 2023-05-24 22:58:30 +03:00
  • 04300114f7 Core/HLE/HLE_OS: Mark helpers as static where applicable Lioncache 2023-12-18 13:44:52 -05:00
  • c4df659e21 HLE_OS: Get rid of global system accessors Lioncache 2023-12-18 13:39:31 -05:00
  • c3c39de212 HLE_Misc: Get rid of global system accessors Lioncache 2023-12-18 13:33:05 -05:00
  • e498759d14 Merge pull request #12440 from lioncash/memcard Tilka 2023-12-18 18:11:02 +00:00
  • affe928987 Common/TraversalServer: Make use of fmt more Lioncache 2023-12-18 10:55:31 -05:00
  • dc85194fac Common/TraversalServer: Make use of fmt over sprintf where applicable Lioncache 2023-12-18 10:48:42 -05:00
  • 1764b13423 Core/DSP/DSPTables: Make pdregname() and pdregnamelong() return std::string Lioncache 2023-12-18 12:55:11 -05:00
  • 62740d97a8 Core/DSP/DSPTables: Make use of fmt::format in pdname() Lioncache 2023-12-18 10:20:26 -05:00
  • 9abcc1c08b Core/NetPlayServer: Use fmt::format_to_n in GetInterfaceHost() Lioncache 2023-12-18 10:16:10 -05:00
  • 2b877fc92b Core/IOS/Top: Make use of fmt::format_to_n where applicable Lioncache 2023-12-18 10:11:47 -05:00
  • 04822d5a2c Core/IOS/ES: Make use of fmt::format where applicable Lioncache 2023-12-18 10:05:48 -05:00
  • e6db08e03a Core/IOS/IOS: Remove global system accessor from Init() Lioncache 2023-12-18 12:28:18 -05:00
  • 1f50a2fd5b Core/IOS/IOS: Remove global system accessor from WriteReturnValue() Lioncache 2023-12-18 12:21:58 -05:00
  • b8c657b06f Core/IOS/IOS: Remove global system accessor from RAMOverrideForIOSMemoryValues() Lioncache 2023-12-18 12:10:22 -05:00
  • a13bcd87d4 Core/IOS/IOS: Remove global system accessors from internal functions Lioncache 2023-12-18 12:04:56 -05:00
  • 0c9f9ca8b6 Core/IOS/IOS: Remove global system accessor from destructor Lioncache 2023-12-18 11:55:28 -05:00
  • 0d75d658b1 Core/IOS/IOS: Remove system parameters from BootstrapPPC() and BootIOS() Lioncache 2023-12-18 11:43:49 -05:00
  • 69523de5d5 Core/EXI/EXI_DeviceMemoryCard: Remove global system accessor Lioncache 2023-12-18 11:15:48 -05:00
  • 715a551dac Merge pull request #12170 from Filoppi/custom_aspect_ratio Admiral H. Curtiss 2023-12-18 05:19:06 +01:00
  • a6dfeed318 Video: make the "Auto" resolution setting also follow the max res setting, to avoid trying to create texture bigger than the maximum supported one Filoppi 2023-09-09 18:34:32 +03:00
  • ff03189a60 Video: fix auto resolution scale calculations Filoppi 2023-09-07 02:37:34 +03:00
  • fdd1934f12 Video: fix Auto Resolution Scale not updating when the window was resized. Also fixes the widescreen hack not fully updating when the aspect ratio setting changed on the spot. Filoppi 2023-09-07 02:36:31 +03:00
  • b3aa6ad93b Video: implement custom aspect ratio support (already exposed to Qt). This also renamed some variables/functions. Filoppi 2023-12-13 00:27:01 +02:00
  • 315992f254 Fix sharp bilinear using ceil instead of floor Filoppi 2023-12-18 00:33:00 +02:00
  • f96bea95d8 Video: rename Presenter::SetWindowSize() Filoppi 2023-09-07 02:30:48 +03:00
  • 24004af814 Video: polish aspect ratio related code comments to make it clearer Filoppi 2023-09-09 15:48:37 +03:00
  • de8bc32dc5 Merge pull request #12362 from CasualPokePlayer/sysconf_widescreen Mai 2023-12-17 15:19:02 -05:00
  • 51a44aa5d2 Merge pull request #12431 from JosJuice/jitarm64-rlwnmx-call-rlwinmx Mai 2023-12-17 15:18:00 -05:00
  • bcd74a81a9 Merge pull request #12370 from iwubcode/more_samplers Mai 2023-12-17 14:50:23 -05:00
  • 559ea0593c Merge pull request #12432 from JosJuice/jitarm64-logic-i2r-opt Mai 2023-12-17 14:45:55 -05:00
  • f0f0f97554 Merge pull request #12433 from mitaclaw/windows-arm-debug-fix Mai 2023-12-17 14:43:55 -05:00
  • 0125b5182f Merge pull request #12409 from iwubcode/custom_material_graphics_mod_action_data Mai 2023-12-17 14:42:34 -05:00
  • b27c15fab6 Merge pull request #12382 from iwubcode/shader_asset_default_value Mai 2023-12-17 14:41:55 -05:00
  • f589c04aa7 Merge pull request #12372 from iwubcode/texture_usage_flag Mai 2023-12-17 14:40:39 -05:00