aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remove some cruftArisotura2022-04-08
|
* make blending/fade accurate too (not quite sure about the 3D one)Arisotura2022-04-01
|
* Merge branch 'master' of github.com:Arisotura/melonDSArisotura2022-04-01
|\
| * Disable firmware overrides UI when override checkbox isn't checkedNadia Holmquist Pedersen2022-03-28
| |
* | make display-capture blending accurate to hardwareArisotura2022-04-01
|/
* save WFC settings when using default firmware. fixes #1401, also fixes #1336Arisotura2022-03-22
|
* default firmware: in DSi mode, emulate more compatible DWM-W015 instead of ↵Arisotura2022-03-20
| | | | DWM-W024
* FreeBIOS: add VRAM-compliant LZ77 decompressor. fixes #1353Arisotura2022-03-14
|
* make invalid SPI memory commands return 0xFF. fixes #1366 (Dementium II ↵Arisotura2022-03-14
| | | | checks the results of RDSR, RDID and cmd 00 to determine what kind of backup memory is present)
* what.Arisotura2022-03-14
|
* DISPCAPCNT is writable at any timeArisotura2022-03-14
|
* fix some gaps in the SPI/cart implementationsArisotura2022-03-14
|
* Merge branch 'master' of github.com:Arisotura/melonDSArisotura2022-03-12
|\
| * Remove incorrect color profile from PNGs so libpng will shut up about itNadia Holmquist Pedersen2022-03-08
| |
* | * support patching multiple DLDI interfacesArisotura2022-03-12
|/ | | | | * fix the DLDI size entry fixes the Smash demo
* BLARGArisotura2022-03-08
|
* insert wacky commit messageArisotura2022-03-08
|
* save battery levels to configArisotura2022-03-07
|
* fix up the power management dialogArisotura2022-03-07
|
* fix copyright headersArisotura2022-03-07
|
* Add support for changing the DS and DSi battery levelRayyan Ansari2022-03-07
| | | | | | The DS battery level is configured via the SPI Power Management Device, and the DSi's is configured via the I2C BPTWL. Add support for changing these registers and add the "Power Management" dialog in the UI.
* Improve DSiWare save creation (#1375)Pk112022-03-07
|
* Implement MainRAM management dialog😁 (#1248)2jun02022-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement MainRAM management dialog * Modify RAMInfoDialog - use emuThread to avoid a race condition. - replace RAMUpdateThread to QTimer Co-Authored-By: RSDuck <RSDuck@users.noreply.github.com> * Update src/frontend/qt_sdl/RAMInfoDialog.cpp small typo Co-authored-by: Rayyan Ansari <68647953+RayyanAnsari@users.noreply.github.com> * Update src/frontend/qt_sdl/RAMInfoDialog.h small typo Co-authored-by: Rayyan Ansari <68647953+RayyanAnsari@users.noreply.github.com> * typo errors in RAMInfoDialog Rrevious->Previous * add new line to the end of the file Co-authored-by: Rayyan Ansari <rayyan@ansari.sh> * enable raminfo when cart is inserted * Modify that only the 'value' item can be edited in RAMinfoDialog * fix: function name incorrect error * fix: function name incorrect error2 * fix: wrong way to get ram value Co-authored-by: RSDuck <RSDuck@users.noreply.github.com> Co-authored-by: Rayyan Ansari <68647953+RayyanAnsari@users.noreply.github.com> Co-authored-by: Rayyan Ansari <rayyan@ansari.sh>
* update .rc copyright yearsArisotura2022-03-06
|
* update the TODO listsArisotura2022-03-06
|
* macOS: Use Qt 6 by defaultNadia Holmquist Pedersen2022-03-06
|
* macOS: Bump minimum version to 10.15Nadia Holmquist Pedersen2022-03-06
|
* we prolly don't need to init SDL video, given we don't use itArisotura2022-03-06
|
* fix the GBA cart save shito, I guessArisotura2022-03-04
|
* InputConfig: change Group Box titles to LabelsRayyan Ansari2022-03-04
| | | | | On GNOME, the Group Box's titles don't align with the text in the buttons. This commit removes the Group Box titles and instead uses Labels to fix this.
* fix typo in enum for screen sizing (#1377)Brankale2022-02-25
|
* Use enum for screen sizingRSDuck2022-02-25
|
* Allowing Swap screens hotkey to swap between displaying only top screen and ↵ZackWeinstein2022-02-25
| | | | only bottom screen. (#1283)
* comment out debug printfsRSDuck2022-02-25
|
* Wifi power saving, hopefully enough!RSDuck2022-02-25
|
* lower window update rate if rendering too fastRSDuck2022-02-14
|
* add support for zero-address in AR codes 3-AArisotura2022-01-28
|
* hopefully fix #1349Arisotura2022-01-24
|
* nifi: Set SO_REUSEPORT on BSD and macOS to prevent creation of socket failingNadia Holmquist Pedersen2022-01-12
|
* Merge branch 'master' of github.com:Arisotura/melonDSArisotura2022-01-09
|\
| * Make the message when SDL2 fails to init more descriptiveNadia Holmquist Pedersen2022-01-08
| |
* | update copyright headersArisotura2022-01-09
|/
* can we, please, FINALLY, be done with this stupid issueArisotura2022-01-08
|
* fdsfdfdgdfgfgdfgArisotura2022-01-08
|
* explicitly eject the cart before a load with reset, preventing a spurious ↵Arisotura2022-01-08
| | | | | | cart-eject IRQ on startup also fix possible KEY1 issues when using internal BIOS
* Custom path support (#1333)Arisotura2022-01-07
| | | | | | | also including: * getting rid of shitty strings * all new, cleaner ROM handling code * base for DSi savestates * GBA slot addons (for now, memory cart)
* don't link rt when oglrenderer disabled on appleCharlene Campbell2021-12-29
|
* CI: Fix Ubuntu aarch64 build againNadia Holmquist Pedersen2021-12-28
| | | | * Use a clean Ubuntu Docker container to hopefully have a more stable environment * Remove old workarounds
* CI: macOS 10.14 is no longer supported, use 10.15Nadia Holmquist Pedersen2021-12-28
|
* title import: create all title/ subdirectoriesNadia Holmquist Pedersen2021-12-18
|