Commit Graph

  • c1f985a07f
    style updates Admiral H. Curtiss 2023-07-30 16:33:02 +02:00
  • 5a1ab86974
    more window decorations Admiral H. Curtiss 2023-07-30 15:48:21 +02:00
  • d2c5d79614 JitArm64: Use farcode in WriteLinkBlock JosJuice 2022-10-22 16:30:12 +02:00
  • e91b1d0815
    style updates Admiral H. Curtiss 2023-07-30 14:47:43 +02:00
  • 1813f0fdb5 Jit: Remove checkedEntry JosJuice 2022-10-22 14:09:03 +02:00
  • f78ba9ac55 JitArm64: Never check downcount on block entry JosJuice 2022-10-22 14:04:00 +02:00
  • 33b8bec0a6
    style updates Admiral H. Curtiss 2023-07-30 03:27:21 +02:00
  • 62b6a3e7fb
    qtmoc defines fix maybe Admiral H. Curtiss 2023-07-29 21:17:53 +02:00
  • c7311db436
    DolphinQt: Add dark theme for Windows Admiral H. Curtiss 2023-03-19 04:23:34 +01:00
  • 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
  • 7333ae8561
    msbuild: auto generate and embed qt rcc files Shawn Hoffman 2023-03-07 18:39:26 -08: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
  • 98cbea7e23 SDL: Set SDL_HINT_JOYSTICK_HIDAPI_VERTICAL_JOY_CONS hint. Jordan Woyak 2023-07-28 13:06:16 -05: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
  • 2ebf61f177 Don't get HTTP response code twice Sketch 2023-07-28 08:45:16 -04: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
  • 8cc67761b8
    Update TASInputWindow.cpp xujibbs 2023-07-28 11:36:18 +08:00
  • 248a799d8c DolphinQt: Update stylesheet loading to work with AutoRCC FearlessTobi 2023-03-21 21:28:13 +01:00
  • 8017d3222a msbuild: Auto generate and embed QT rcc files FearlessTobi 2023-03-21 20:13:13 +01:00
  • 28777bcd21 DolphinQt: Enable AutoRCC for theming FearlessTobi 2023-03-21 20:10:23 +01:00
  • 174d519fbd DolphinQt: Auto-select dark mode when enabled in Windows FearlessTobi 2023-02-27 22:17:31 +01:00
  • 4b9e32ed4d Data/Sys: Adjust dark theme colors FearlessTobi 2023-01-21 17:13:08 +01:00
  • 12734e9a2c DolphinQt: Add dark theme, register QResources properly FearlessTobi 2023-01-15 19:28:41 +01:00
  • 0036c55ad6 Data/Sys: Add files for dark theme FearlessTobi 2023-01-15 19:23:41 +01:00
  • dde6a616ca Reset audio buffer when you finish fast-forwarding nyanpasu64 2023-07-08 15:00:10 -07:00
  • f3ad246fff PPCAnalyst: Simplify gprBlockInputs calculation JosJuice 2023-07-27 23:10:59 +02:00
  • 8c2d73e8c2 PPCAnalyst: Fix gprBlockInputs calculation JosJuice 2023-07-27 23:09:46 +02:00
  • 3b70d47256
    grade-mini.glsl - Fixed DX11 support Dogway 2023-07-27 20:22:00 +01: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
  • d367cd713e
    Merge 40695c53a1798b759a9e8083b54b31e4a4cde92e into 44d25602a0e4400fdfbb79344c9c8a47e313eb78 dreamsyntax 2023-07-26 20:05:41 +02:00
  • 44d25602a0 Translation resources sync with Transifex JosJuice 2023-07-26 15:31:51 +02:00
  • 0472960f1a Fix data races on Get/SetIsThrottlerTempDisabled() nyanpasu64 2023-07-08 23:37:37 -07:00
  • 9b72524511 Fix delay before throttling emulation after fast-forward ends nyanpasu64 2023-07-08 21:05:40 -07: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
  • fb7c54fb78 Nested multipart parsing + basic friend registration stuff Sketch 2023-07-22 15:17:16 -04:00
  • 991e0c8175 Correctly calculate mail flag Sketch 2023-06-01 17:36:43 -04:00
  • b609e0c00a Very early work of implementing saving Sketch 2023-05-09 20:02:32 -04:00
  • 04bde62c21 Implement receiving mail Sketch 2023-05-02 18:34:37 -04:00
  • 2e3fa5040f Fix dangling pointer with mail sent Sketch 2023-04-28 10:45:40 -04:00
  • c5e201c120 Add mail functions into the Ioctl switch-case Sketch 2023-04-21 14:38:46 -04:00
  • 1ef17f3419 Add HTTP response header functions Sketch 2023-04-20 16:51:10 -04:00
  • f5b2484e2a Add support for sending mail Sketch 2023-04-19 19:31:46 -04:00
  • 2e57b06570 Start basic implementation of scheduler Sketch 2023-04-10 16:32:13 -04: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
  • d80c1b880e
    Merge 7c98a5a984613d13490423c792691afd80febced into eb79bf37e20ad94b4d4d7d2528f6f9f7ad6e63f5 Sam Belliveau 2023-07-23 14:18:20 -04: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
  • d5500a7674
    Override FastTextureSampling Marijn Kneppers 2023-07-21 14:12:56 +02: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
  • 12bad5cd08 Move algorithms to a seperate file Mandar1jn 2023-07-20 10:38:02 +02:00
  • 5c0a1908b8 Cache QueryPerformanceFrequency() result mitaclaw 2023-07-19 23:24:38 -07: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
  • 013cd637b5 Add accurate keys to figure data Mandar1jn 2023-07-19 23:34:50 +02:00
  • 70b3db93e0 Announce RSCRATCH clobbering in Jit64 when profiling is enabled mitaclaw 2023-07-19 14:15:42 -07:00
  • dc49d3ce61 Start working on skylanders data Mandar1jn 2023-07-19 22:40:08 +02:00
  • 12ed6cc816 fix: nametag display in old replays 86c3e16 Nikhil Narayana 2023-07-15 14:11:45 -07:00
  • 2ea0319f96 feat: support ordered injection list traversal 1852ee5 Nikhil Narayana 2023-07-15 14:10:59 -07:00
  • 8b98657d57 Load scenes via MxScn.dat d275af7 Nikhil Narayana 2023-07-15 14:08:00 -07:00