Arisotura
1dfcf2010a
Merge branch 'master' of github.com:Arisotura/melonDS
2022-04-01 12:54:58 +02:00
Arisotura
d296f2832c
make display-capture blending accurate to hardware
2022-04-01 12:54:47 +02:00
Nadia Holmquist Pedersen
02b859ad9d
Disable firmware overrides UI when override checkbox isn't checked
2022-03-28 00:55:18 +02:00
Arisotura
5ca8728cbf
save WFC settings when using default firmware. fixes #1401 , also fixes #1336
2022-03-22 23:21:45 +01:00
Arisotura
599deeb2b8
default firmware: in DSi mode, emulate more compatible DWM-W015 instead of DWM-W024
2022-03-20 18:13:32 +01:00
Arisotura
709a5980ed
FreeBIOS: add VRAM-compliant LZ77 decompressor. fixes #1353
2022-03-14 19:42:30 +01:00
Arisotura
3756f3cb1f
make invalid SPI memory commands return 0xFF. fixes #1366 (Dementium II checks the results of RDSR, RDID and cmd 00 to determine what kind of backup memory is present)
2022-03-14 18:08:29 +01:00
Arisotura
5415f8a746
what.
2022-03-14 11:51:10 +01:00
Arisotura
d8f87df2b7
DISPCAPCNT is writable at any time
2022-03-14 01:09:07 +01:00
Arisotura
fb7bea06f8
fix some gaps in the SPI/cart implementations
2022-03-14 00:27:03 +01:00
Arisotura
89d33fedd2
Merge branch 'master' of github.com:Arisotura/melonDS
2022-03-12 21:52:46 +01:00
Arisotura
f7fa0dda50
* support patching multiple DLDI interfaces
...
* fix the DLDI size entry
fixes the Smash demo
2022-03-12 21:52:29 +01:00
Nadia Holmquist Pedersen
20c39eb3f1
Remove incorrect color profile from PNGs so libpng will shut up about it
2022-03-08 16:01:52 +01:00
Arisotura
cce9de5ee1
BLARG
2022-03-08 14:42:02 +01:00
Arisotura
fe96944fc0
insert wacky commit message
2022-03-08 12:03:16 +01:00
Arisotura
2eec033c72
save battery levels to config
2022-03-07 21:08:54 +01:00
Arisotura
532b1c967a
fix up the power management dialog
2022-03-07 21:08:54 +01:00
Arisotura
9394dde67a
fix copyright headers
2022-03-07 21:08:54 +01:00
Rayyan Ansari
2569c67a13
Add support for changing the DS and DSi battery level
...
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.
2022-03-07 21:08:54 +01:00
Pk11
c3adf6f606
Improve DSiWare save creation ( #1375 )
2022-03-07 21:08:29 +01:00
2jun0
c66df57256
Implement MainRAM management dialog 😁 ( #1248 )
...
* 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>
2022-03-06 22:33:11 +01:00
Arisotura
38c8b886ea
update .rc copyright years
2022-03-06 20:22:02 +01:00
Arisotura
ad7976c04e
update the TODO lists
2022-03-06 20:16:58 +01:00
Nadia Holmquist Pedersen
088d49b9cb
macOS: Use Qt 6 by default
2022-03-06 20:12:20 +01:00
Nadia Holmquist Pedersen
b1565ec87a
macOS: Bump minimum version to 10.15
2022-03-06 20:06:11 +01:00
Arisotura
2af8e65f23
we prolly don't need to init SDL video, given we don't use it
2022-03-06 10:49:05 +01:00
Arisotura
ef7dfb8872
fix the GBA cart save shito, I guess
2022-03-04 20:54:45 +01:00
Rayyan Ansari
f4f6f6dfc5
InputConfig: change Group Box titles to Labels
...
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.
2022-03-04 17:52:49 +00:00
Brankale
2c21787f33
fix typo in enum for screen sizing ( #1377 )
2022-02-25 20:28:21 +01:00
RSDuck
550db94a87
Use enum for screen sizing
2022-02-25 16:35:21 +01:00
ZackWeinstein
e3ad78e84f
Allowing Swap screens hotkey to swap between displaying only top screen and only bottom screen. ( #1283 )
2022-02-25 15:58:31 +01:00
RSDuck
bb67e186df
comment out debug printfs
2022-02-25 14:35:45 +01:00
RSDuck
0a1fb5ae50
Wifi power saving, hopefully enough!
2022-02-25 14:25:19 +01:00
RSDuck
03b5c48088
lower window update rate if rendering too fast
2022-02-14 00:27:00 +01:00
Arisotura
0761fe736f
add support for zero-address in AR codes 3-A
2022-01-28 20:56:08 +01:00
Arisotura
915edd777e
hopefully fix #1349
2022-01-24 12:16:39 +01:00
Nadia Holmquist Pedersen
2bda2f127b
nifi: Set SO_REUSEPORT on BSD and macOS to prevent creation of socket failing
2022-01-12 20:40:39 +01:00
Arisotura
dff8980a27
Merge branch 'master' of github.com:Arisotura/melonDS
2022-01-09 02:16:03 +01:00
Arisotura
35cc79787d
update copyright headers
2022-01-09 02:15:50 +01:00
Nadia Holmquist Pedersen
0a8f3c9344
Make the message when SDL2 fails to init more descriptive
2022-01-08 19:35:21 +01:00
Arisotura
10d7831917
can we, please, FINALLY, be done with this stupid issue
2022-01-08 12:53:06 +01:00
Arisotura
5c719a774f
fdsfdfdgdfgfgdfg
2022-01-08 12:18:24 +01:00
Arisotura
80564ba947
explicitly eject the cart before a load with reset, preventing a spurious cart-eject IRQ on startup
...
also fix possible KEY1 issues when using internal BIOS
2022-01-08 11:20:21 +01:00
Arisotura
e665e25bd3
Custom path support ( #1333 )
...
also including:
* getting rid of shitty strings
* all new, cleaner ROM handling code
* base for DSi savestates
* GBA slot addons (for now, memory cart)
2022-01-07 14:00:43 +01:00
gal20
dfb2111a00
Fix screen scaling
...
The screen gap wasn't multiplied by the scaling factor, causing the result to be too low
Additionally, results of division should be rounded up
2022-01-05 21:03:13 +02:00
Charlene Campbell
c4cd9da674
don't link rt when oglrenderer disabled on apple
2021-12-29 18:28:27 +01:00
Nadia Holmquist Pedersen
3d24057155
CI: Fix Ubuntu aarch64 build again
...
* Use a clean Ubuntu Docker container to hopefully have a more stable environment
* Remove old workarounds
2021-12-28 18:26:52 +01:00
Nadia Holmquist Pedersen
08a19d930c
CI: macOS 10.14 is no longer supported, use 10.15
2021-12-28 15:20:50 +01:00
Nadia Holmquist Pedersen
f39eeeb9dd
title import: create all title/ subdirectories
2021-12-18 02:56:27 +01:00
Nadia Holmquist Pedersen
203cf5164b
Create ticket subdirectory if missing during title import
2021-12-16 06:33:32 +01:00