Commit Graph

  • 7b516d6396 Add some comments in VideoSettingsDialog Gess1t 2024-10-28 03:19:44 +0100
  • bdcb7f6d26 Fix Vsync never being editable (from master) Gess1t 2024-10-28 03:02:24 +0100
  • 54902989a1 Check if required renderer is available before disabling options Gess1t 2024-10-28 03:01:43 +0100
  • 2f6a740b65 works on Linux x64 still needs to be fixed for everything else RSDuck 2024-10-28 01:52:06 +0100
  • dfd6338992 it shouldn't be ifdef... How did that even compile here? Nadia Holmquist Pedersen 2024-10-28 01:28:52 +0100
  • 58ab33210a handle address wrap around in texture cache fixes out of bounds access in Mario 64 also slightly optimise paletted texture conversion RSDuck 2024-10-27 23:32:05 +0100
  • b60f42b281
    Fix gdb break on start & gdb ports not closing after restarting/crashing (#2167) GalaxyShard 2024-10-27 21:06:59 +0000
  • 98d969ab15 only apply windows11 theme workaround to Qt6. Qt5 doesn't have it anywya. Nadia Holmquist Pedersen 2024-10-27 21:23:15 +0100
  • b03bceb5c1 flake: shell should also use qt6's stdenv Nadia Holmquist Pedersen 2024-10-27 21:22:49 +0100
  • 7beb6133e6
    actually fix windows builds GalaxyShard 2024-10-27 14:41:00 -0400
  • d88b46e6d9 rework and fix bursts Jaklyy 2024-10-27 14:30:29 -0400
  • 7ef61100c4
    fix windows builds GalaxyShard 2024-10-27 14:27:55 -0400
  • fe0b084b28
    fix break on startup GalaxyShard 2024-10-27 02:26:48 -0400
  • e3f53e2309
    allow gdb ports to be reused after melonDS stops and/or restarts GalaxyShard 2024-10-23 00:00:27 -0400
  • 12b207d915 remember which windows are opened Arisotura 2024-10-27 18:49:17 +0100
  • 3d309a316a
    Merge f6b73decc7 into e42829ea81 Jakly 2024-10-27 17:29:45 +0100
  • 7dce9edc0f
    Merge 9da9c9ae7e into e42829ea81 Jakly 2024-10-27 17:29:45 +0100
  • e42829ea81 pause emu during file select prompts Arisotura 2024-10-27 17:21:41 +0100
  • 238c552599 limit to 4 windows, and disable 'new window' menu item when that amount is reached Arisotura 2024-10-27 16:26:29 +0100
  • d79d45a117 properly sync up menus between windows of a same instance Arisotura 2024-10-27 16:21:09 +0100
  • 94955aee81 fix another OpenGL bug (when closing secondary window) Arisotura 2024-10-27 14:51:11 +0100
  • f2dce621ce proof all dialogs against use-after-free when closing main window while a dialog is open Arisotura 2024-10-27 14:24:59 +0100
  • a61754bb58 fix possible crash when closing window while video settings dialog is open Arisotura 2024-10-27 13:53:12 +0100
  • 6d345cc1ea correctly propagate video settings changes to all windows Arisotura 2024-10-27 13:43:26 +0100
  • b16912a96c Changed MelonPrint to print, NPO 2024-10-27 08:33:03 -0400
  • e576538268 synchronize pause/unpause across all instances Arisotura 2024-10-27 11:21:30 +0100
  • 7cddfcf018 Add code for identifying the current DSP ucode CasualPokePlayer 2024-10-27 02:58:12 -0700
  • e6f0d77aa0 fix freeze when starting new emu instance while using OpenGL Arisotura 2024-10-27 10:17:59 +0100
  • 24ca1a5fdb lay base for keeping config in sync across multiple instances Arisotura 2024-10-27 10:02:57 +0100
  • 2bf0eb7ead
    Handle failure of OpenGL context creation (#2172) Gess1t 2024-10-27 09:20:51 +0100
  • 2d561a60c8 fix Qt5 compatibility (sdffdf) Arisotura 2024-10-27 09:16:46 +0100
  • 7eed2bcc90 Handle failure of OpenGL context creation Gess1t 2024-10-27 05:46:36 +0100
  • 4ae4397547 properly update display type across all windows Arisotura 2024-10-27 02:42:27 +0200
  • b2ae4c7dc5 lay base for a window with no menubar Arisotura 2024-10-27 02:07:33 +0200
  • 881a740cab start actually implementing multi-window feature, still rough around the edges Arisotura 2024-10-27 01:14:29 +0200
  • ca674b6372 "fix" icache linefill disable timings Jaklyy 2024-10-26 18:42:31 -0400
  • f375099613
    Update EmuThread.h (#2171) Citrodata 2024-10-26 23:03:36 +0200
  • bbb2580397
    Update AboutDialog.cpp Citrodata 2024-10-26 22:59:36 +0200
  • 23506d6d75
    Update EmuThread.h Citrodata 2024-10-26 22:56:55 +0200
  • ba904b4d81 redo cache streaming disable implementation Jaklyy 2024-10-26 11:20:55 -0400
  • e1f22bd511 writing back dirty cache lines should be done in one burst if both halves are dirty Jaklyy 2024-10-25 23:58:18 -0400
  • e783e778eb fix an oopsie Jaklyy 2024-10-25 19:35:58 -0400
  • ebb63dcdb2 implement dcache streaming Jaklyy 2024-10-25 18:53:22 -0400
  • d31f652fc8 implement icache streaming Jaklyy 2024-10-25 18:15:54 -0400
  • 1d284f6f1e as promised, reroute dropEvent() through EmuThread Arisotura 2024-10-25 16:16:23 +0200
  • fc3c7440d1 fix that crash Arisotura 2024-10-25 12:33:04 +0200
  • 979f1ed615 same shit with Import Savefile Arisotura 2024-10-25 10:52:47 +0200
  • 8b6628b070 Work around Qt windows11 theme menu bar padding Nadia Holmquist Pedersen 2024-10-25 01:15:59 +0200
  • 62f3490720
    Merge fdf0fa2301 into 287f6642fc Jakly 2024-10-24 22:59:50 +0200
  • 287f6642fc
    Add an About dialog with build info (#2138) Nadia Holmquist Pedersen 2024-10-24 22:05:30 +0200
  • a97463b0ac nix: update inputs Nadia Holmquist Pedersen 2024-10-24 21:02:41 +0200
  • 9ebc96d121 vcpkg 2024.10.21 Nadia Holmquist Pedersen 2024-10-24 19:55:41 +0200
  • 75e6856af4 route savestate stuff through EmuThread Arisotura 2024-10-24 19:27:45 +0200
  • 80989bc7f4 fix weird invalid changes Qt Designer made to the file Nadia Holmquist Pedersen 2024-10-24 18:13:45 +0200
  • b7a9fa58c5 ensure the dialog isn't resizable Nadia Holmquist Pedersen 2024-10-24 18:07:39 +0200
  • 3fc065d72d fix ROM preloading to also go through EmuThread Arisotura 2024-10-24 17:48:34 +0200
  • 1787235e09 fix more shit Arisotura 2024-10-24 17:20:14 +0200
  • 5d117822e2 simplify credits and link to all contributors Nadia Holmquist Pedersen 2024-10-24 16:58:41 +0200
  • 9f543e2a17 what, why Nadia Holmquist Pedersen 2024-08-18 11:44:44 +0200
  • 18bcd3163e embed the build info Nadia Holmquist Pedersen 2024-08-18 11:27:17 +0200
  • 6984b63024 small layout fixes Nadia Holmquist Pedersen 2024-08-18 11:03:56 +0200
  • b7d3b0f63e Continue about dialog: Nadia Holmquist Pedersen 2024-08-18 08:51:07 +0200
  • ab9b2fd9f8 Make build info embeddable into the build Nadia Holmquist Pedersen 2024-08-18 08:23:16 +0200
  • d752dc2087 WIP about dialog Nadia Holmquist Pedersen 2024-05-14 11:32:31 +0200
  • 13b4cea171 move screen layout/etc options to new View menu Arisotura 2024-10-24 16:08:04 +0200
  • 1666049531 fix shit Arisotura 2024-10-24 14:00:11 +0200
  • 6d3ea6a485 fix bug with the GBA addon menu (and make it a proper list so we don't have to hardcode the length all over) Arisotura 2024-10-24 13:49:43 +0200
  • 079341f102 take this a bit further Arisotura 2024-10-24 11:44:21 +0200
  • 47b4df3d63 Implement BizHawk's touch input interpolation changes in the core CasualPokePlayer 2024-10-23 16:11:52 -0700
  • 82f38f0b7a start moving ROM/firmware loading to the emuthread to avoid cursed bugs Arisotura 2024-10-24 00:27:05 +0200
  • 576e91b6ca
    Merge c3f171f781 into 1428bfb2cf embr 2024-10-24 00:24:56 +0300
  • 1428bfb2cf fix one of the cursed bugs Arisotura 2024-10-23 20:33:31 +0200
  • a6dd2362c2 Code Clean Up NPO 2024-10-23 13:27:12 -0400
  • c1921f9a2e Clean LuaMain NPO 2024-10-23 13:14:49 -0400
  • cc8b7f0083 Merge branch 'master' of https://github.com/NPO-197/melonDS-lua NPO 2024-10-23 12:44:23 -0400
  • db78366131 Code Clean Up NPO 2024-10-23 12:44:21 -0400
  • d68b58f37e fix DSi wifi hang Arisotura 2024-10-23 14:55:02 +0200
  • b993ec10cd remove "Test" menu item Arisotura 2024-10-23 11:57:37 +0200
  • d6d76c824c commit unfinished shit. see you later or smth season4 Arisotura 2024-10-23 11:54:42 +0200
  • e5501e555f
    fix: set default mode to 24 hours (#2166) kaitou 2024-10-23 05:13:55 +1100
  • b828181922
    Update Lua_Docs.md NPO 2024-10-22 10:54:16 -0400
  • f16fe763a3 Create Lua_Docs.md NPO 2024-10-22 10:48:24 -0400
  • 54dd4e5913 git hates me Jaklyy 2024-10-21 13:15:15 -0400
  • e93381dfa4 Merge branch 'less-ambitious-timing-rework' into chemical-x Jaklyy 2024-10-21 12:31:54 -0400
  • af09e37d53 attempt at twl timings Jaklyy 2024-10-21 11:38:26 -0400
  • 596681480f
    fix: set default mode to 24 hours kaitou 2024-10-21 02:35:41 +1100
  • 744f5c9fcd small fixes Jaklyy 2024-10-19 16:51:40 -0400
  • a32d59774e Merge branch 'less-ambitious-timing-rework' into chemical-x Jaklyy 2024-10-19 12:35:39 -0400
  • e254ac3240 fix ldrd/strd itcm timings Jaklyy 2024-10-19 12:35:27 -0400
  • fbf753257b cmake: Add easy sanitizers option Nadia Holmquist Pedersen 2024-10-19 18:29:05 +0200
  • 8fff17f03f fix resets Jaklyy 2024-10-19 11:01:16 -0400
  • d4216309a2 hdfg Jaklyy 2024-10-19 11:00:51 -0400
  • d92fb25ecb replaced QString with const char* while passing args NPO 2024-10-19 09:17:49 -0400
  • 051b236839 Merge branch 'less-ambitious-timing-rework' into chemical-x Jaklyy 2024-10-18 21:10:39 -0400
  • e33d19cf14 fix a few misc things? Jaklyy 2024-10-18 21:08:56 -0400
  • 9ed4c66592 add support for 1 reg ldm/stm a9 timings and fix a bug Jaklyy 2024-10-18 17:56:56 -0400
  • 8ff0946b8a mrc causes interlocks Jaklyy 2024-10-18 17:10:00 -0400
  • 0e6d3fd834 fix bad logical leaps Jaklyy 2024-10-18 16:32:02 -0400
  • bc40d89fad Update LuaMain.cpp NPO 2024-10-18 16:06:41 -0400
  • cc031cd4b8 Merge branch 'less-ambitious-timing-rework' into chemical-x Jaklyy 2024-10-18 15:01:14 -0400