Commit Graph

  • 9f817911fd
    HLE_OS: Manually handle printfs from emulated software to prevent emulated software from crashing Dolphin with an invalid printf formatting string. Admiral H. Curtiss 2023-07-17 22:33:18 +02:00
  • 30c4ac34b0
    Merge pull request #12073 from AdmiralCurtiss/wiimote-win32error JosJuice 2023-07-29 18:54:10 +02:00
  • 7f29f0398c
    MMU: Add a HostGetU16String() function for wide strings used by emulated software. Admiral H. Curtiss 2023-07-17 22:31:22 +02:00
  • 163c97e242
    Merge pull request #12078 from iwubcode/imgui_netplay_fix Admiral H. Curtiss 2023-07-29 13:54:21 +02:00
  • dca7c67105 VideoCommon: update NetplayChatUI's chat message input to use a hidden label. This avoids an error thrown by imgui iwubcode 2023-07-29 00:27:07 -05:00
  • a2a6473962
    Merge pull request #12065 from iwubcode/imgui_update JMC47 2023-07-28 17:22:20 -04:00
  • ed8911b204
    Merge pull request #12019 from Dentomologist/gekkodisassembler_remove_unused_member_and_parameter JosJuice 2023-07-28 20:02:19 +02:00
  • bed3874497
    Merge pull request #12076 from JosJuice/android-when-or JosJuice 2023-07-28 19:13:16 +02:00
  • b5b8282ca9 Android: Fix SettingsActivity.onActivityResult JosJuice 2023-07-28 18:45:07 +02:00
  • 8bfcd2deb7 JitArm64/Jit64: Load the memory register without jumps and only when necessary. Franz-Josef Haider 2023-07-14 17:10:51 +03:00
  • fb9274c359
    WiimoteReal/IOWin: Use correct error type in the default case. Admiral H. Curtiss 2023-07-28 08:10:54 +02:00
  • cd923718c3
    CommonFuncs: Add GetWin32ErrorString(). Admiral H. Curtiss 2023-07-28 08:10:01 +02:00
  • 3c6ea825c2 GekkoDisassembler: Remove unused parameter dmode from fdabc function Dentomologist 2023-07-01 18:08:22 -07:00
  • 33dc2a9e6a GekkoDisassembler: Remove unused parameter dmode from ldst function Dentomologist 2023-07-01 18:07:41 -07:00
  • b3c5021fc4 GekkoDisassembler: Remove unused parameter dmode from rrn function Dentomologist 2023-07-01 18:06:08 -07:00
  • a177c8bcb1 GekkoDisassembler: Remove unused parameter dmode from dab function Dentomologist 2023-07-01 18:04:27 -07:00
  • a732647e5a GekkoDisassembler: Remove unused parameter dmode from nooper function Dentomologist 2023-07-01 16:51:47 -07:00
  • 317bb629b9 GekkoDisassembler: Remove unread variable m_flags Dentomologist 2023-06-13 11:19:49 -07:00
  • e3453ea23d Update GameTDB files JosJuice 2023-07-27 19:45:52 +02:00
  • c2b495586d Externals: add misc/cpp/imgui_stdlib to imgui build in order to use std::string in InputText iwubcode 2023-07-27 11:59:40 -05:00
  • 350e51951b VideoCommon: update imgui to 1.89.7 (and implot to 0.15); fix issues with upgrade; keep the demo code in case someone wants to reference it but don't compile it by enabling 'IMGUI_DISABLE_DEMO_WINDOWS' in config iwubcode 2023-07-23 13:43:50 -05:00
  • 17fa9dfc4e
    Merge pull request #12046 from AdmiralCurtiss/nand-stats-unit-test JosJuice 2023-07-27 18:44:34 +02:00
  • 8f1b2280ae
    Merge pull request #12068 from SuperSamus/manual-texture-game JosJuice 2023-07-27 16:54:59 +02:00
  • ec5d2a4f41 [Core] Prevent SD data loss from silent resync failure riidefi 2023-07-26 13:01:10 -06:00
  • 44d25602a0 Translation resources sync with Transifex JosJuice 2023-07-26 15:31:51 +02:00
  • 1e5e319783 Qt/GameConfigWidget: Add Manual Texture Sampling Martino Fontana 2023-07-24 20:12:44 +02:00
  • 41f81aca69 Qt/GameConfigWidget: Rename m_enable_fast_disc to m_emulate_disc_speed Martino Fontana 2023-07-24 20:51:02 +02:00
  • 0892998af1 Qt/GameConfigWidget: Add reverse argument for {Save,Load}CheckBox Martino Fontana 2023-07-24 20:12:32 +02:00
  • 0a2afa48b7
    Merge pull request #12045 from tupfold/master Admiral H. Curtiss 2023-07-24 03:55:45 +02:00
  • 553824e5aa
    Merge pull request #11853 from noahpistilli/update-curl Admiral H. Curtiss 2023-07-24 02:27:36 +02:00
  • 2b80605e7e
    Merge pull request #12067 from Pokechu22/debugging-ui-text-show-enable Admiral H. Curtiss 2023-07-24 01:15:04 +02:00
  • c468ca2107
    Merge pull request #12057 from iwubcode/config_core_timing_refresh_only Admiral H. Curtiss 2023-07-24 01:14:18 +02:00
  • 7e38ff496c Rename "Show Debugging UI" to "Enable Debugging UI" Pokechu22 2023-07-23 15:17:04 -07:00
  • e54b7ac356 Core: save core timing parameters into variables updated during refresh iwubcode 2023-07-20 19:23:34 -05:00
  • eb79bf37e2
    Merge pull request #12052 from mitaclaw/profiling-is-something JosJuice 2023-07-23 20:12:43 +02:00
  • a76cc146e1
    Merge pull request #12055 from iwubcode/skip_dump_async Admiral H. Curtiss 2023-07-23 19:53:25 +02:00
  • c1a4b3f350
    Merge pull request #12051 from mandar1jn/J-documentation-improvements Admiral H. Curtiss 2023-07-23 19:23:29 +02:00
  • dd3caa48b2
    Merge pull request #12063 from SuperSamus/audio-name Admiral H. Curtiss 2023-07-23 19:15:24 +02:00
  • a486168448 JitArm64: Use LogicalImm in boolX Bram Speeckaert 2023-07-21 14:50:13 +02:00
  • 8c2a1c191e Remove force disable WC24 Standby Sketch 2023-07-22 22:24:09 -04:00
  • e3ef3cb752
    Merge pull request #12062 from iwubcode/custom_textures_debug Admiral H. Curtiss 2023-07-23 03:45:22 +02:00
  • b5be399fd4 cubeb: Change name to "Dolphin Emulator" To avoid conflicts with KDE's file manager. Martino Fontana 2023-07-22 23:12:34 +02:00
  • 3d9bc85912
    Merge pull request #12058 from noahpistilli/android-wiilink JosJuice 2023-07-22 08:14:18 +02:00
  • 6f55e44365 Update libcurl to 8.1.2 Sketch 2023-05-27 21:37:33 -04:00
  • fb2b3753b5
    Merge pull request #12015 from nyanpasu64/gc-adapter-sleep-detach Admiral H. Curtiss 2023-07-22 03:38:45 +02:00
  • fd74244339 VideoCommon: add custom texture message to provide a dirty means of debugging whether custom textures are installed correctly iwubcode 2023-07-21 20:13:27 -05:00
  • e892b7f1ac VideoBackends: add support for cube maps for OGL, Vulkan, and D3D iwubcode 2023-07-21 19:09:40 -05:00
  • 2569d10b3d Add Enable WiiLink checkbox to Android GUI SketchMaster2001 2023-07-20 20:58:58 -04:00
  • 7a7e0ab2f5 Fixed Leaderboard Scored message format LillyJadeKatrin 2023-06-17 15:27:23 -04:00
  • eba5291ec7 Skylanders: Update J command documentation I initially thought the 0x01 side was both sides (equavalent to just C. However, this turned out to be something I forgot I implemented in my personal interface. 0x01 does not seem to change any colors. Mandar1jn 2023-07-19 22:16:13 +02:00
  • f7e78742cf VideoCommon: skip the texture dump if the texture is using a custom texture, regardless of whether or not it is loaded yet iwubcode 2023-07-19 23:44:41 -05:00
  • 2764978beb
    Merge pull request #12054 from noahpistilli/forecast-patch JMC47 2023-07-19 19:28:54 -04:00
  • 84e8516341
    Add Forecast Channel buffer patch Sketch 2023-07-19 18:30:40 -04:00
  • d1ce2e51ff
    Merge pull request #12050 from iwubcode/custom_asset_compiler_warning_fixes Admiral H. Curtiss 2023-07-20 00:26:54 +02:00
  • 70b3db93e0 Announce RSCRATCH clobbering in Jit64 when profiling is enabled mitaclaw 2023-07-19 14:15:42 -07:00
  • 79f202ea5c VideoCommon: fix some compiler warnings for CustomAsset. FreeBSD compiler complained about a defaulted move constructor due to the mutex being implicitly deleted. Additionally, the const owning library deleted the copy constructor. iwubcode 2023-07-16 19:44:15 -05:00
  • 9ebfcebdde
    Merge pull request #12049 from iwubcode/initialize_asset_load_info Admiral H. Curtiss 2023-07-16 23:32:13 +02:00
  • 2814e4e283
    Merge pull request #12033 from mbc07/ColorCorrectionGUI_fixes Admiral H. Curtiss 2023-07-16 23:31:59 +02:00
  • dfdaeb18d7
    Merge pull request #11747 from Mystro256/heads/zlib-shared Admiral H. Curtiss 2023-07-16 23:31:19 +02:00
  • d7e79683cc Qt: Color Correction window fixes Mateus B. Cassiano 2023-07-16 16:48:08 -04:00
  • 5740be15f9 VideoCommon: initialize load info variables iwubcode 2023-07-16 12:56:03 -05:00
  • d867e2baeb
    Merge pull request #12043 from sepalani/strerror Admiral H. Curtiss 2023-07-16 19:46:00 +02:00
  • 6dad8f8372 Allow shared zlib-ng Jeremy Newton 2023-04-10 17:49:38 -04:00
  • cd5aebe5ac
    Qt: Add file size stats to NAND Check. Admiral H. Curtiss 2023-07-14 05:10:18 +02:00
  • efae5827f2
    IOS/FS: Implement GetExtendedDirectoryStats(). Admiral H. Curtiss 2023-07-14 04:16:56 +02:00
  • 0d9e027a0b
    IOS/FS: Move NAND size related constants to FileSystem.h. Admiral H. Curtiss 2023-07-14 04:13:31 +02:00
  • 17f2072e1c
    UnitTests: Enable cluster check in FileSystemTest.GetDirectoryStats. Admiral H. Curtiss 2023-07-14 04:20:42 +02:00
  • c4978edaf6 Fixed a bug where in the extremely unlikely change that HostIDs collide, a new HostID is generated. Upfoldian 2023-07-13 21:33:36 +10:00
  • 550b9782e1
    Do not try portmapping when using traversal server jmlee337 2023-07-13 01:15:12 -07:00
  • cbb76c1d4f Common/Network: Use StrErrorWrapper Sepalani 2023-07-12 19:29:35 +04:00
  • 92be54d57a Common/CommonFuncs: Add StrErrorWrapper function Sepalani 2023-07-12 19:18:03 +04:00
  • 7f40c6f2f8
    Merge pull request #12041 from bemug/master Admiral H. Curtiss 2023-07-12 15:14:23 +02:00
  • 423c7c58cd
    Merge pull request #12042 from JosJuice/logic-op-no-win7 OatmealDome 2023-07-11 20:23:16 -04:00
  • 5acebc71c4 D3D: Remove Windows 7 mention in logic ops warning JosJuice 2023-07-11 22:41:51 +02:00
  • ad3b8b649b readme: Add '--recursive' to git submodule command Benjamin Mugnier 2023-07-11 20:48:31 +02:00
  • 559611d9a4
    Merge pull request #12039 from deReeperJosh/skylanders-list-fixes JosJuice 2023-07-11 17:58:57 +02:00
  • 93c8db66d6 Skylanders: More List Fixes Joshua de Reeper 2023-07-10 09:47:59 +01:00
  • fe8a9ac707
    Merge pull request #12024 from iwubcode/material_asset Admiral H. Curtiss 2023-07-09 21:49:16 +02:00
  • 77511e8e7c VideoCommon: add material asset. A material is similar to other graphics engines where it provides data to be used in conjunction with a shader asset to generate a runtime AbstractShader iwubcode 2023-07-02 21:27:24 -05:00
  • bd90f6be78
    Merge pull request #12017 from Dentomologist/remove_unused_flowlayout JosJuice 2023-07-09 16:06:35 +02:00
  • 90b1f5c60a
    Merge pull request #12020 from Dentomologist/gekkodisassembler_remove_unread_variables JosJuice 2023-07-09 16:00:26 +02:00
  • 80c44ea597
    Merge pull request #12034 from MaverickAmon02/controller-update-race Admiral H. Curtiss 2023-07-09 14:13:44 +02:00
  • 7bb04ff1dc
    Merge pull request #12022 from iwubcode/texture_create_gmod_impl Admiral H. Curtiss 2023-07-09 04:20:43 +02:00
  • 1e7268c04b
    Merge pull request #12021 from deReeperJosh/skylanders-list-fixes JosJuice 2023-07-08 14:40:54 +02:00
  • d122492db7 Fix unsafe netplay code in SI_DeviceGCController Amon Neander 2023-07-06 11:34:08 -04:00
  • c8df26554b Fix GC adapter not being detected when you enable controller in settings nyanpasu64 2023-06-29 22:50:01 -07:00
  • 5d0f1bd10b Switch libusb_config_descriptor to RAII type nyanpasu64 2023-07-02 20:07:37 -07:00
  • c893ccca58 Workaround GC adapter detection breaking when reset fails nyanpasu64 2023-07-02 22:24:08 -07:00
  • 559a16da49 Reset GC adapter upon IO error after sleep-wake nyanpasu64 2023-06-18 14:28:26 -07:00
  • afb5eff426 Don't burn a CPU core and spam logs when GC Adapter fails nyanpasu64 2023-06-18 14:28:26 -07:00
  • 54850e936c Fix memory leak in libusb code nyanpasu64 2023-06-18 14:31:01 -07:00
  • 79a4b91d68 Skylander Portal: Simple List Fixes Joshua de Reeper 2023-07-02 16:08:13 +01:00
  • 0366122306
    Merge pull request #12009 from iwubcode/shader_asset Admiral H. Curtiss 2023-07-03 03:24:11 +02:00
  • da2784a391
    Merge pull request #11878 from LillyJadeKatrin/retroachievements-achievements-tab Admiral H. Curtiss 2023-07-03 03:23:18 +02:00
  • da1a3d364e
    Merge pull request #12023 from iwubcode/graphics_mod_action_copies Admiral H. Curtiss 2023-07-03 02:00:41 +02:00
  • a2ad3ca6f7 VideoCommon: don't do pointer copies during graphics mod callback iteration iwubcode 2023-07-02 13:58:07 -05:00
  • 0539bb4a3e VideoCommon: call into graphics mods create texture callback, providing additional asset dependencies that trigger the texture to be reloaded iwubcode 2023-07-02 13:35:05 -05:00
  • 6d7bf60071
    Merge pull request #11991 from iwubcode/tcache_multiple_texture_dependencies Admiral H. Curtiss 2023-07-02 20:14:32 +02:00
  • a93e6e7397 VideoCommon: add support for allowing a TextureCache entry to be associated with multiple assets iwubcode 2023-06-24 02:02:53 -05:00
  • c8e276c6f5 GekkoDisassembler: Remove unread variable m_displacement Dentomologist 2023-06-13 12:59:46 -07:00