Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Create ticket subdirectory if missing during title import | Nadia Holmquist Pedersen | 2021-12-16 |
| | |||
* | ScreenPanelNative: Don't try to render the framebuffer if the emulator is ↵ | Nadia Holmquist Pedersen | 2021-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 macOS | Nadia Holmquist Pedersen | 2021-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) | andrigamerita | 2021-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? | Arisotura | 2021-11-28 |
| | |||
* | SPU: block reads from ARM7 BIOS region. fixes #1267 (and prolly whatever ↵ | Arisotura | 2021-11-25 |
| | | | | other stupid game tries to play sound from NULL) | ||
* | SPU: correctly read negative ADPCM initial values. fixes #1261 | Arisotura | 2021-11-23 |
| | |||
* | what. | Arisotura | 2021-11-22 |
| | |||
* | ensure shit doesn't asplode atleast until this code is redone | Arisotura | 2021-11-21 |
| | |||
* | remove remains of SDIOFile | Arisotura | 2021-11-21 |
| | |||
* | add valid wifi data to the default firmware | Arisotura | 2021-11-20 |
| | |||
* | ASGYHFDUHDIUIHSJODHSIJDHSIYGDHSJKDSDSDSDSD | Arisotura | 2021-11-20 |
| | |||
* | make firmware settings override also apply in DSi mode | Arisotura | 2021-11-20 |
| | |||
* | hopefully fix Qt6 | Arisotura | 2021-11-19 |
| | |||
* | move 'randomize MAC' setting to firmware settings, and add setting for ↵ | Arisotura | 2021-11-19 |
| | | | | | | changing the MAC. make things overall betterer. | ||
* | better suited entry method for the firmware birthday | Arisotura | 2021-11-18 |
| | |||
* | fix potential crash with firmware dialog (when closing dialog via X and ↵ | Arisotura | 2021-11-18 |
| | | | | opening it again) | ||
* | make external-BIOS toggle also explicitly control external firmware | Arisotura | 2021-11-18 |
| | | | | make things a tad more consistent and explicit | ||
* | finally decouple Config from the core. baahhahahahah | Arisotura | 2021-11-18 |
| | |||
* | oops | Arisotura | 2021-11-17 |
| | |||
* | what | Arisotura | 2021-11-17 |
| | |||
* | prevent out of bounds write | RSDuck | 2021-11-17 |
| | |||
* | decouple more config shit from the core. bahahah | Arisotura | 2021-11-17 |
| | |||
* | remove some more shitty strings | Arisotura | 2021-11-17 |
| | |||
* | * remove more Config dependencies from the core | Arisotura | 2021-11-17 |
| | | | | * also use less shitty strings | ||
* | blfdlkgdfgdf | Arisotura | 2021-11-17 |
| | |||
* | decouple JIT from Config. bahahahahah | Arisotura | 2021-11-17 |
| | |||
* | nicerer firmware color picker | Arisotura | 2021-11-17 |
| | | | | also consistency aaaaaaaaaa | ||
* | UI consistency!!!! | Arisotura | 2021-11-10 |
| | |||
* | make the firmware dialog consistent with the rest of the UI | Arisotura | 2021-11-08 |
| | |||
* | make the Windows rc entries less stupid | Arisotura | 2021-11-04 |
| | |||
* | dtcm not dtcb | RSDuck | 2021-10-29 |
| | |||
* | get rid of DTCMSize | RSDuck | 2021-10-29 |
| | |||
* | fix more bugs in the DLDI machine | Arisotura | 2021-10-29 |
| | |||
* | add the PU checks. bahahahah | Arisotura | 2021-10-29 |
| | |||
* | more UTF8 shenanigans huh | Arisotura | 2021-10-28 |
| | |||
* | also don't try to save if there's no folder to sync to | Arisotura | 2021-10-28 |
| | |||
* | don't explode if the folder-sync path points to a non-existing folder | Arisotura | 2021-10-28 |
| | |||
* | oops! | Arisotura | 2021-10-28 |
| | |||
* | more accurate DTCM check | Arisotura | 2021-10-28 |
| | |||
* | blarg | Arisotura | 2021-10-28 |
| | |||
* | more complete (and accurate) CP15 setup for direct boot | Arisotura | 2021-10-28 |
| | |||
* | MCR/MRC aren't available in user mode | Arisotura | 2021-10-28 |
| | |||
* | fix some gaps in CPU modes | Arisotura | 2021-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) | ||
* | zarg | Arisotura | 2021-10-28 |
| | |||
* | DLDI/SD folder-sync apparatus (#1251) | Arisotura | 2021-10-28 |
| | | | guess we can finally have DLDI that isn't obtuse | ||
* | InputConfigDialog: more DRY (#1238) | scurest | 2021-10-10 |
| |