Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove some cruft | Arisotura | 2022-04-08 |
| | |||
* | make blending/fade accurate too (not quite sure about the 3D one) | Arisotura | 2022-04-01 |
| | |||
* | Merge branch 'master' of github.com:Arisotura/melonDS | Arisotura | 2022-04-01 |
|\ | |||
| * | Disable firmware overrides UI when override checkbox isn't checked | Nadia Holmquist Pedersen | 2022-03-28 |
| | | |||
* | | make display-capture blending accurate to hardware | Arisotura | 2022-04-01 |
|/ | |||
* | save WFC settings when using default firmware. fixes #1401, also fixes #1336 | Arisotura | 2022-03-22 |
| | |||
* | default firmware: in DSi mode, emulate more compatible DWM-W015 instead of ↵ | Arisotura | 2022-03-20 |
| | | | | DWM-W024 | ||
* | FreeBIOS: add VRAM-compliant LZ77 decompressor. fixes #1353 | Arisotura | 2022-03-14 |
| | |||
* | make invalid SPI memory commands return 0xFF. fixes #1366 (Dementium II ↵ | Arisotura | 2022-03-14 |
| | | | | checks the results of RDSR, RDID and cmd 00 to determine what kind of backup memory is present) | ||
* | what. | Arisotura | 2022-03-14 |
| | |||
* | DISPCAPCNT is writable at any time | Arisotura | 2022-03-14 |
| | |||
* | fix some gaps in the SPI/cart implementations | Arisotura | 2022-03-14 |
| | |||
* | Merge branch 'master' of github.com:Arisotura/melonDS | Arisotura | 2022-03-12 |
|\ | |||
| * | Remove incorrect color profile from PNGs so libpng will shut up about it | Nadia Holmquist Pedersen | 2022-03-08 |
| | | |||
* | | * support patching multiple DLDI interfaces | Arisotura | 2022-03-12 |
|/ | | | | | * fix the DLDI size entry fixes the Smash demo | ||
* | BLARG | Arisotura | 2022-03-08 |
| | |||
* | insert wacky commit message | Arisotura | 2022-03-08 |
| | |||
* | save battery levels to config | Arisotura | 2022-03-07 |
| | |||
* | fix up the power management dialog | Arisotura | 2022-03-07 |
| | |||
* | fix copyright headers | Arisotura | 2022-03-07 |
| | |||
* | Add support for changing the DS and DSi battery level | Rayyan Ansari | 2022-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) | Pk11 | 2022-03-07 |
| | |||
* | Implement MainRAM management dialog😁 (#1248) | 2jun0 | 2022-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 years | Arisotura | 2022-03-06 |
| | |||
* | update the TODO lists | Arisotura | 2022-03-06 |
| | |||
* | macOS: Use Qt 6 by default | Nadia Holmquist Pedersen | 2022-03-06 |
| | |||
* | macOS: Bump minimum version to 10.15 | Nadia Holmquist Pedersen | 2022-03-06 |
| | |||
* | we prolly don't need to init SDL video, given we don't use it | Arisotura | 2022-03-06 |
| | |||
* | fix the GBA cart save shito, I guess | Arisotura | 2022-03-04 |
| | |||
* | InputConfig: change Group Box titles to Labels | Rayyan Ansari | 2022-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) | Brankale | 2022-02-25 |
| | |||
* | Use enum for screen sizing | RSDuck | 2022-02-25 |
| | |||
* | Allowing Swap screens hotkey to swap between displaying only top screen and ↵ | ZackWeinstein | 2022-02-25 |
| | | | | only bottom screen. (#1283) | ||
* | comment out debug printfs | RSDuck | 2022-02-25 |
| | |||
* | Wifi power saving, hopefully enough! | RSDuck | 2022-02-25 |
| | |||
* | lower window update rate if rendering too fast | RSDuck | 2022-02-14 |
| | |||
* | add support for zero-address in AR codes 3-A | Arisotura | 2022-01-28 |
| | |||
* | hopefully fix #1349 | Arisotura | 2022-01-24 |
| | |||
* | nifi: Set SO_REUSEPORT on BSD and macOS to prevent creation of socket failing | Nadia Holmquist Pedersen | 2022-01-12 |
| | |||
* | Merge branch 'master' of github.com:Arisotura/melonDS | Arisotura | 2022-01-09 |
|\ | |||
| * | Make the message when SDL2 fails to init more descriptive | Nadia Holmquist Pedersen | 2022-01-08 |
| | | |||
* | | update copyright headers | Arisotura | 2022-01-09 |
|/ | |||
* | can we, please, FINALLY, be done with this stupid issue | Arisotura | 2022-01-08 |
| | |||
* | fdsfdfdgdfgfgdfg | Arisotura | 2022-01-08 |
| | |||
* | explicitly eject the cart before a load with reset, preventing a spurious ↵ | Arisotura | 2022-01-08 |
| | | | | | | cart-eject IRQ on startup also fix possible KEY1 issues when using internal BIOS | ||
* | Custom path support (#1333) | Arisotura | 2022-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 apple | Charlene Campbell | 2021-12-29 |
| | |||
* | CI: Fix Ubuntu aarch64 build again | Nadia Holmquist Pedersen | 2021-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.15 | Nadia Holmquist Pedersen | 2021-12-28 |
| | |||
* | title import: create all title/ subdirectories | Nadia Holmquist Pedersen | 2021-12-18 |
| |