Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | Allow for using LLVM from Homebrew and include its libc++ | Nadia Holmquist Pedersen | 2021-09-15 | |
| | ||||
* | misc. DSP fixoring | Arisotura | 2021-09-11 | |
| | | | | (still doesn't work) | |||
* | Misc fixes for dsiwifi BMI stage (#1216) | Max Thomas | 2021-09-06 | |
| | ||||
* | Rename contributing.md to CONTRIBUTING.md | WaluigiWare64 | 2021-09-03 | |
| | ||||
* | BAHAHAHAHAHAHAAAAA-+*~+ | Arisotura | 2021-09-02 | |
| | ||||
* | make extra extra extra EXTRA sure the goddamn libraries are writable | Nadia Holmquist Pedersen | 2021-09-01 | |
| | ||||
* | Fixing a typo (#1205) | techmuse | 2021-08-31 | |
| | ||||
* | more fixes for literal invalidation | RSDuck | 2021-08-31 | |
| | ||||
* | fix #1187 | RSDuck | 2021-08-31 | |
| | | | | how could this go on unnoticed for so long? | |||
* | DMA timing renovation (#1207) | Arisotura | 2021-08-31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make timers usable for measurement shito without being assfuckingly unreliable * bürp * Arisotura can you ever clean up your goddamn code also regroup the timer code instead of having it split weirdly * make the set-timing functions a tad less hacky * congrats Arisotura you made an ass-enum * add timing region tables, and separate timings for ARM9 DMA (exempt of 3c penalty) * temp work on DMA timings, not finished also, did you know? 'increment/reload' is also a thing for the source address * begin work * add some of the GBA slot/wifi timings * complete it, I guess * make some progress * getting somewhere * sdsdfs * see, Arisotura, was it that hard? blarg. | |||
* | * add TSC shito | Arisotura | 2021-08-30 | |
| | | | | * fix possible modcrypt shittiness | |||
* | maybe don't leave in debug code, you derp | Arisotura | 2021-08-30 | |
| | ||||
* | actually make DSi-mode direct boot work to some extent | Arisotura | 2021-08-30 | |
| | ||||
* | I'm a derp | Arisotura | 2021-08-27 | |
| | ||||
* | 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 | |
| | ||||
* | use std::swap 🔃 | RSDuck | 2021-08-21 | |
| | ||||
* | Pass filename to program in desktop entry | Philip Goto | 2021-08-18 | |
| | | | The desktop entry was already configured to handle DS rom file types, but the filename of such a rom was not passed to the program itself. The `%f` passes a single local filename to the program to handle these and allow to use the *open with* menu with melonDS. | |||
* | fark | Nadia Holmquist Pedersen | 2021-08-17 | |
| | ||||
* | SPU: Do clamping after applying SOUNDBIAS | Nadia Holmquist Pedersen | 2021-08-17 | |
| | ||||
* | 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) | |||
* | JIT: don't lengthen blocks on a skipped SVC | RSDuck | 2021-08-04 | |
| | | | | SVC would need special handling because of the bank switching | |||
* | addition to last commit | RSDuck | 2021-08-04 | |
| | ||||
* | handle changed VCount+threaded rasteriser more gracefully | RSDuck | 2021-08-04 | |
| | ||||
* | amend contributor guide | RSDuck | 2021-08-04 | |
| | ||||
* | add a contributor guide | RSDuck | 2021-08-04 | |
| | ||||
* | Make limit framerate default instead of audio sync | Nadia Holmquist Pedersen | 2021-08-04 | |
| | ||||
* | Fix for https://github.com/Arisotura/melonDS/issues/1169 (#1171) | DesperateProgrammer | 2021-08-02 | |
| | | | | | | | | | | | * Fix for https://github.com/Arisotura/melonDS/issues/1169 LoadNAND was storing the stage 2 bootloader, while NWRAM access was disabled by Bit25 of SCFG_EXT putting the stage 2 into old shared WRAM, while executing it later with the bit enabled and fetching from an empty NWRAM. * Fixed bug, where access to the NWRAM Bank A used the wrong page mask for write access * Remove spaces before comma Co-authored-by: Tim Seidel <t.seidel@kts-systeme.de> Co-authored-by: RSDuck <RSDuck@users.noreply.github.com> | |||
* | 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 | |
| | ||||
* | don't add constant cycles if they're 0 | RSDuck | 2021-07-24 | |
| | ||||
* | add support for JIT profiling with VTune | RSDuck | 2021-07-24 | |
| |