Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | make the firmware dialog consistent with the rest of the UI | Arisotura | 2021-11-08 | |
| | ||||
* | 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 | |
| | ||||
* | 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> | |||
* | 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> | |||
* | Redesign the Input dialog (#1226) | Rayyan Ansari | 2021-09-30 | |
| | ||||
* | buttonClicked workaround for old Qt | Nadia Holmquist Pedersen | 2021-09-17 | |
| | ||||
* | ROM Info dialog - Only read 128 characters from each title | WaluigiWare64 | 2021-08-27 | |
| | | | | Titles should be zero-terminated, but this is for additional safety | |||
* | use NDSHeader struct, and expand it with the DSi shit | Arisotura | 2021-08-26 | |
| | ||||
* | Allow picking .dmg files as SD image | Nadia Holmquist Pedersen | 2021-08-26 | |
| | ||||
* | fix capitalization of DSiWare. heh | Arisotura | 2021-08-25 | |
| | ||||
* | having fun with fatfs (#1189) | Arisotura | 2021-08-24 | |
| | | | | * patch TSC coords in DSi mode * DSiware importer and shit | |||
* | Fix a touchless issue in hybrid layout (#1182) | 2jun0 | 2021-08-24 | |
| | | | | In the previous commit, there was a touchless error on the hybrid screen. This commit fix a touchless issue in hybrid layout. | |||
* | Call emuPause before loading a ROM so we don't crash if one is already loaded | Nadia Holmquist Pedersen | 2021-08-23 | |
| | ||||
* | macOS: Allow opening ROMs with melonDS from Finder. | Nadia Holmquist Pedersen | 2021-08-23 | |
| | ||||
* | SPU: Emulate SOUNDBIAS and 10-bit degrade | Nadia Holmquist Pedersen | 2021-08-17 | |
| | ||||
* | tidbits | Arisotura | 2021-08-08 | |
| | ||||
* | factor duplicate code in micLoadWav(). also add support for all sorts of WAV ↵ | Arisotura | 2021-08-08 | |
| | | | | formats SDL can support. | |||
* | fix pissfucking touchscreen (again) | Arisotura | 2021-08-08 | |
| | ||||
* | Audio interpolation (#1176) | Arisotura | 2021-08-08 | |
| | | | add audio interpolation (emulation improvement) | |||
* | Make limit framerate default instead of audio sync | Nadia Holmquist Pedersen | 2021-08-04 | |
| | ||||
* | fix pause when inactive | RSDuck | 2021-08-02 | |
| | ||||
* | Fix for #1119 'Add "frame step" hotkey' | gal20 | 2021-07-30 | |
| | ||||
* | only open microphone when actually needed. fixes #1165 | Arisotura | 2021-07-29 | |
| | ||||
* | Merge branch 'master' of https://github.com/Arisotura/melonDS | Arisotura | 2021-07-20 | |
|\ | ||||
| * | enable undo savestate load in the gui | RSDuck | 2021-07-17 | |
| | | ||||
* | | oopsies | Arisotura | 2021-07-20 | |
|/ | ||||
* | Add ROM Header struct and ROM info dialog (#1095) | WaluigiWare64 | 2021-07-02 | |
| | ||||
* | UI: detect and save when window is maximized, and restore it as such. fixes ↵ | Arisotura | 2021-06-20 | |
| | | | | #1135 | |||
* | Add "frame step" hotkey and function (#1119) | cat | 2021-06-05 | |
| | ||||
* | Explicitly set NoRole on the setup cheats option so Qt on mac will stop ↵ | Nadia Holmquist Pedersen | 2021-06-05 | |
| | | | | stealing it | |||
* | frontend: handle tablet and touch events | RSDuck | 2021-05-24 | |
| | | | | fixes #654 and #548 | |||
* | fix #906 | RSDuck | 2021-05-24 | |
| | ||||
* | Remove outdated frontend solar sensor code (#1102) | Raphaël Zumer | 2021-05-16 | |
| | ||||
* | ASSFUCKING STUPID SHITPILE. | Arisotura | 2021-05-06 | |
| | | | | | | fixes #1044 (also add separator for cleaner menu) | |||
* | Explicitly include ${SDL2_PREFIX}/include | Nadia Holmquist Pedersen | 2021-05-02 | |
| | | | | this only accidentally worked before | |||
* | Fix minimum Darwin version for targeting 10.15 | Nadia Holmquist Pedersen | 2021-05-02 | |
| | ||||
* | fix touchscreen code in non-hybrid layout mode, fixes #1087 | Arisotura | 2021-05-01 | |
| | | | | (also what the fuck is that code) | |||
* | Fix macOS right modifier detection. | Nadia Holmquist Pedersen | 2021-04-29 | |
| | | | | | | Turns out my system was affected by a bug with modifier remapping in macOS causing some of my left/right modifiers to be swapped. This commit fixes them to be the correct values. | |||
* | request repaint instead of update after each frame | RSDuck | 2021-04-29 | |
| | ||||
* | macOS: Assign "Preferences..." to emu settings without also removing it from ↵ | Nadia Holmquist Pedersen | 2021-04-27 | |
| | | | | the config menu | |||
* | asfdasdas you'd better not give me shit now | Arisotura | 2021-04-26 | |
| | ||||
* | fix some more case sensitive shito | Arisotura | 2021-04-26 | |
| | ||||
* | more of the same (actually fix the bug I was having) | Arisotura | 2021-04-26 | |
| | ||||
* | make extension checks case-insensitive | Arisotura | 2021-04-26 | |
| | ||||
* | 'aight | Arisotura | 2021-04-25 | |
| | ||||
* | add more Mac crap. hoping the weird characters made it through. | Arisotura | 2021-04-25 | |
| | ||||
* | try to cover right-mod keys under MacOS I guess | Arisotura | 2021-04-25 | |
| |