CasualPokePlayer
e70d92c1c4
Implement AAC decoder for melonDS
2025-08-15 23:12:18 -07:00
CasualPokePlayer
e79d7c3b48
fix permissions of newly added files
2025-08-15 16:54:21 -07:00
CasualPokePlayer
426a32309c
Update melonDS (after DSP HLE merge)
...
A bit more work is needed (for the AAC decoder)
2025-08-15 16:51:36 -07:00
CasualPokePlayer
1e08789fe6
Add support for full DSi BIOS booting, DLDI, and DSi SD card
2025-08-10 04:56:33 -07:00
CasualPokePlayer
e8322dc5d6
melonDS unmanaged side changes for previous commit
2025-07-28 21:35:22 -07:00
CasualPokePlayer
a05c16d89b
Workaround compiler crash
2025-07-16 15:45:49 -07:00
Morilli
a2cf4e0797
clarify semantics and implementation of ISaveRam.SaveRamModified
2025-06-04 18:51:04 +02:00
CasualPokePlayer
b7265e2f39
Update melonDS
2024-06-05 23:37:53 -07:00
CasualPokePlayer
c2e8bda5e2
fix loading gba saves re-allocating buffer (thus invalidating its memory domain)
2023-12-07 22:52:48 -08:00
CasualPokePlayer
3cbdbf7cd4
fix importing/exporting dsi savs
2023-11-02 10:11:59 -07:00
CasualPokePlayer
659ff2e8de
update melonDS
...
lots of changes needed here as core has done quite a bit of changes (which in any case has reduced needed changes in upstream for our fork, so easier merging in the future)
gl crap is better done with fancy template classes to wrap around the msabi/sysvabi runtime check (so comparing with nullptr or using it as a bool works as expected)
c# changes pending (API has changed)
2023-11-02 09:17:48 -07:00
CasualPokePlayer
3d5c2120f2
Use upstream melonDS's code for doing screen control madness. This means too that both the OpenGL and software renderer will *present* frames with OpenGL (and if this is unavailable, screen control madness will be unavailable)
...
also fix up this code so upscaling works properly
c# changes pending
2023-09-25 05:21:53 -07:00
CasualPokePlayer
f71f2fafc6
OpenGL renderer support in melonDS!
2023-09-24 04:26:55 -07:00
CasualPokePlayer
9c389eadf7
fix seeking not working, put this back to shared_ptr (no make_shared<T[]> in c++17 :( )
2023-09-17 12:23:53 -07:00
CasualPokePlayer
fe3d34dbd3
fix most cursed UAF
2023-09-17 03:23:07 -07:00
CasualPokePlayer
e222dbc554
fix space/tabbing here
2023-09-17 02:45:08 -07:00
CasualPokePlayer
f7786e81b9
Merge melonDS master, do massive cleanup/splitup of code
...
also, get rid of the GBA SRAM hack where it was inserted in ROMs (gross), instead figure out the size and give melonDS a blank save of the correct size
GBA SRAM is also now in SaveRAM
also add in more memory domains (SRAM/ROM/DSi BIOS)
2023-09-17 00:58:05 -07:00