Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | wifi improvements: | Arisotura | 2024-04-12 |
| | | | | | | | * implement channels * rework power-down support, fixing bugs * fix bug when W_BeaconInterval is zero * fix potential missing IRQs when writing to W_IE | ||
* | Release all keyboard keys on focus loss (fixes #1987) | Nadia Holmquist Pedersen | 2024-02-25 |
| | |||
* | Check for write permissions for some key files (#1972) | Jaklyy | 2024-02-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * check if an nds save file can be opened for writing also add the ability to open a file in append mode * fix multi-instance saves also move the check for file writability into a separate function (probably uneeded?) * implement check for gba roms * move rom load error messages into the functions also finish gba slot (oops) * improve error string * check write perms before saving path settings * fix memory leak * check for writability of firmware/nand/sds * add secondary checks for nand/firmware * add check for config file being writable * Return the file write error as a QString to avoid the invalid char* causing a garbled error message. Qt wants it as QString either way. | ||
* | integrate OSD into ScreenPanel and make it nicer | Arisotura | 2023-12-28 |
| | |||
* | separate EmuThread to its own file | Arisotura | 2023-12-26 |
| | |||
* | start cleaning up: move OpenGL stuff out of EmuThread | Arisotura | 2023-12-26 |
| | |||
* | add convenience method to Window class for OSD messages | Arisotura | 2023-12-25 |
| | |||
* | move MainWindow and Screen stuff to separate files; WIP | Arisotura | 2023-12-24 |