aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* Create ticket subdirectory if missing during title importNadia Holmquist Pedersen2021-12-16
|
* ScreenPanelNative: Don't try to render the framebuffer if the emulator is ↵Nadia Holmquist Pedersen2021-12-09
| | | | | | not actually active. This fixes an issue where the window draws with a gray background in macOS, and is see-through on Wayland-based desktops.
* Manually center the window after setting its size on macOSNadia Holmquist Pedersen2021-12-09
| | | | | | Qt's default window positioning is somewhat unreliable, and since we don't currently remember the window position, let's at least make sure that it's properly centered on open.
* Treat SDL_INIT_JOYSTICK fail as non-critical (#1277)andrigamerita2021-12-01
| | | Treating the fail of SDL_INIT_JOYSTICK as non-critical, because on some systems that SDL feature can for some reason fail. This leads to the emulator closing with a critical error, even though it would work perfectly fine with just a keyboard.
* really, Arisotura?Arisotura2021-11-28
|
* SPU: block reads from ARM7 BIOS region. fixes #1267 (and prolly whatever ↵Arisotura2021-11-25
| | | | other stupid game tries to play sound from NULL)
* SPU: correctly read negative ADPCM initial values. fixes #1261Arisotura2021-11-23
|
* what.Arisotura2021-11-22
|
* ensure shit doesn't asplode atleast until this code is redoneArisotura2021-11-21
|
* remove remains of SDIOFileArisotura2021-11-21
|
* add valid wifi data to the default firmwareArisotura2021-11-20
|
* ASGYHFDUHDIUIHSJODHSIJDHSIYGDHSJKDSDSDSDSDArisotura2021-11-20
|
* make firmware settings override also apply in DSi modeArisotura2021-11-20
|
* hopefully fix Qt6Arisotura2021-11-19
|
* move 'randomize MAC' setting to firmware settings, and add setting for ↵Arisotura2021-11-19
| | | | | | changing the MAC. make things overall betterer.
* better suited entry method for the firmware birthdayArisotura2021-11-18
|
* fix potential crash with firmware dialog (when closing dialog via X and ↵Arisotura2021-11-18
| | | | opening it again)
* make external-BIOS toggle also explicitly control external firmwareArisotura2021-11-18
| | | | make things a tad more consistent and explicit
* finally decouple Config from the core. baahhahahahahArisotura2021-11-18
|
* oopsArisotura2021-11-17
|
* whatArisotura2021-11-17
|
* prevent out of bounds writeRSDuck2021-11-17
|
* decouple more config shit from the core. bahahahArisotura2021-11-17
|
* remove some more shitty stringsArisotura2021-11-17
|
* * remove more Config dependencies from the coreArisotura2021-11-17
| | | | * also use less shitty strings
* blfdlkgdfgdfArisotura2021-11-17
|
* decouple JIT from Config. bahahahahahArisotura2021-11-17
|
* nicerer firmware color pickerArisotura2021-11-17
| | | | also consistency aaaaaaaaaa
* UI consistency!!!!Arisotura2021-11-10
|
* make the firmware dialog consistent with the rest of the UIArisotura2021-11-08
|
* make the Windows rc entries less stupidArisotura2021-11-04
|
* dtcm not dtcbRSDuck2021-10-29
|
* get rid of DTCMSizeRSDuck2021-10-29
|
* fix more bugs in the DLDI machineArisotura2021-10-29
|
* add the PU checks. bahahahahArisotura2021-10-29
|
* more UTF8 shenanigans huhArisotura2021-10-28
|
* also don't try to save if there's no folder to sync toArisotura2021-10-28
|
* don't explode if the folder-sync path points to a non-existing folderArisotura2021-10-28
|
* oops!Arisotura2021-10-28
|
* more accurate DTCM checkArisotura2021-10-28
|
* blargArisotura2021-10-28
|
* more complete (and accurate) CP15 setup for direct bootArisotura2021-10-28
|
* MCR/MRC aren't available in user modeArisotura2021-10-28
|
* fix some gaps in CPU modesArisotura2021-10-28
| | | | | | | * non-defined CPU modes are actually possible * bit4 of all PSRs is forced to one (modes 00-0F aren't possible) * modes 14/15/16 and 18/19/1A share a SPSR with modes 17 and 1B respectively (but they don't share the register banks) * modes 10 and 1C/1D/1E don't have a SPSR (MRS returns the CPSR always)
* zargArisotura2021-10-28
|
* DLDI/SD folder-sync apparatus (#1251)Arisotura2021-10-28
| | | guess we can finally have DLDI that isn't obtuse
* InputConfigDialog: more DRY (#1238)scurest2021-10-10
|