Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | Fix icon URL in README | Rayyan Ansari | 2021-10-03 | |
| | ||||
* | Move resources to res/ directory (#1204) | Nadia Holmquist Pedersen | 2021-10-03 | |
| | | | | | * Move resources to res/ directory and update CMake scripts accordingly Co-authored-by: Rayyan Ansari <68647953+RayyanAnsari@users.noreply.github.com> | |||
* | Generate a simple non-bootable firmware when not provided. (v2) (#1175) | Adrian Siekierka | 2021-10-02 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Generate a simple non-bootable firmware when not provided. * Expose Username and Language into settings dialog. * Add firmware overrides for more settings. Also make override optionals when a firmware is provided. * Refactor firmware settings into separate dialog. * use usernameLength instead of u16Username.length() (#3) * Fix curly braces code-style. * LoadUserSettingsFromConfig: convert from UTF-8 to UTF-16 via wstring_convert * Fix firmware username capitalization. * cleanup firmware backup logic * Put brace where it should be Co-authored-by: Rayyan Ansari <68647953+RayyanAnsari@users.noreply.github.com> Co-authored-by: Filippo Scognamiglio <flscogna@gmail.com> Co-authored-by: kyandora <71771686+kyandora@users.noreply.github.com> Co-authored-by: Filippo Scognamiglio <filippo.scognamiglio@felgo.com> Co-authored-by: RSDuck <RSDuck@users.noreply.github.com> Co-authored-by: Rayyan Ansari <68647953+RayyanAnsari@users.noreply.github.com> | |||
* | Revert "Misc fixes for dsiwifi BMI stage (#1216)" | Nadia Holmquist Pedersen | 2021-10-02 | |
| | | | | This reverts commit a54b076b0659abc00820985fccbfa9ac095e3358. | |||
* | Fallback to FreeBIOS when BIOS files are not found. (v2) (#1174) | Adrian Siekierka | 2021-10-02 | |
| | | | | | | | | | | | | * Fallback to FreeBIOS when BIOS files are not found. * Add sources of drastic bios files. * Move FreeBIOS/external BIOS choice to configuration option/checkbox. * Fix indentation Co-authored-by: Filippo Scognamiglio <flscogna@gmail.com> Co-authored-by: Filippo Scognamiglio <filippo.scognamiglio@felgo.com> | |||
* | Update version in README.md (#1221) | MysticExile | 2021-10-02 | |
| | | | oops! | |||
* | Redesign the Input dialog (#1226) | Rayyan Ansari | 2021-09-30 | |
| | ||||
* | implement margins for scheduler | RSDuck | 2021-09-27 | |
| | | | | hopefully this does not break anything | |||
* | buttonClicked workaround for old Qt | Nadia Holmquist Pedersen | 2021-09-17 | |
| | ||||
* | Use Homebrew LLVM for tha CI builds | Nadia Holmquist Pedersen | 2021-09-15 | |
| |