Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add option to hide mouse on inactivity (#955) | WaluigiWare64 | 2021-01-21 |
| | | | Also allow user to specify how long to wait before hiding | ||
* | fix ARM64 again | RSDuck | 2021-01-21 |
| | |||
* | fix last commit for ARM64 | RSDuck | 2021-01-20 |
| | |||
* | JIT: handle STR post with rd == rn | RSDuck | 2021-01-19 |
| | | | | fixes Zelda Four Swords | ||
* | Merge pull request #954 from WaluigiWare64/cmake-melonds-ver | Arisotura | 2021-01-19 |
|\ | | | | | Define melonDS version in CMake | ||
| * | Define melonDS version in CMake | WaluigiWare64 | 2021-01-19 |
|/ | | | | Prevents having to update multiple files (melon.rc, melon.plist, version.h) when a new version is released. | ||
* | Add hotkey to swap screens (#953) | gal20 | 2021-01-18 |
| | |||
* | implement swapping the position of both screens | RSDuck | 2021-01-17 |
| | | | | closes #855 | ||
* | keep only one handle of the NAND file around | RSDuck | 2021-01-17 |
| | |||
* | pad ShaderConfig to a multiple of 16 | RSDuck | 2021-01-17 |
| | |||
* | Change all mentions of qt5 to qt@5 on macOS (#937) | WaluigiWare64 | 2021-01-13 |
| | | | | | | | | | * Change all mentions of qt5 to qt@5 on macOS * Use temporary workaround to get macOS brew updating https://github.com/actions/virtual-environments/issues/2322#issuecomment-749211076 * Don't install CMake, it is already installed in the macOS runner | ||
* | Also include Homebrew on ARM64 Mac location in CMake (#938) | WaluigiWare64 | 2021-01-11 |
| | |||
* | quit on sigint (#934) | Ben Morris | 2021-01-10 |
| | | | | | * quit on sigint * formatting | ||
* | Update melonDS version in melonDS.plist (used on macOS) (#932) | WaluigiWare64 | 2021-01-09 |
| | |||
* | Improved SRAM performance (#925) | Kimmy Andersson | 2021-01-09 |
| | | | | | | | | | * Offload NDS SRAM writing to separate thread, debounce writes to two seconds after last flush or DeInit. * Fixed printf messages. * Fixes after CR. * Fixed potential portability issue with time_t | ||
* | handle edge cases properly | RSDuck | 2021-01-09 |
| | |||
* | mask off upper bits when incrementing RX addr | RSDuck | 2021-01-09 |
| | | | | fixes #931 | ||
* | readd vram invalidation through display capture | RSDuck | 2021-01-07 |
| | | | | also remove stray printf | ||
* | fix out of bounds read | RSDuck | 2021-01-07 |
| | |||
* | Merge pull request #926 from WaluigiWare64/fix/freebsd-include-aflink | Arisotura | 2021-01-07 |
|\ | | | | | Fix FreeBSD undefined identifier issues in Lan_PCap.cpp | ||
| * | Fix FreeBSD undefined identifier issues in Lan_PCap.cpp | WaluigiWare64 | 2021-01-05 |
| | | | | | | | | FreeBSD requires net/if.h to be included as well. | ||
* | | Merge pull request #678 from WaluigiWare64/feature/zip-support | Arisotura | 2021-01-07 |
|\ \ | | | | | | | Add support for loading ROMs from a variety of compressed files | ||
| * | | Add Open ROM inside Archive function | WaluigiWare64 | 2021-01-07 |
| | | | | | | | | | | | | instead of using file extensions | ||
| * | | Properly fix macOS finding libarchive | WaluigiWare64 | 2021-01-05 |
| | | | | | | | | | (i hope) | ||
| * | | Allow melonDS to write the file | WaluigiWare64 | 2021-01-05 |
| | | | | | | | | | | | | The directory wasn't created, so the file was not being written | ||
| * | | Fix libarchive being found on macOS | WaluigiWare64 | 2021-01-04 |
| | | | | | | | | | properly this time | ||
| * | | Fix mistake in merge commit | WaluigiWare64 | 2021-01-03 |
| | | | |||
| * | | Merge branch 'master' into feature/zip-support | WaluigiWare64 | 2021-01-03 |
| |\ \ | |||
| * | | | Fix return value of Archive::ExtractFileFromArchive | WaluigiWare64 | 2021-01-03 |
| | | | | |||
| * | | | Allow pkg-config to find libarchive on macOS | WaluigiWare64 | 2020-12-19 |
| | | | | | | | | | | | | | | | | macOS already provides the libarchive libraries, so Homebrew doesn't link it. However, macOS does not provide the headers. | ||
| * | | | Update workflow files | WaluigiWare64 | 2020-12-19 |
| | | | | |||
| * | | | fix for the last commit | WaluigiWare64 | 2020-12-19 |
| | | | | |||
| * | | | Merge branch 'master' into feature/zip-support | WaluigiWare64 | 2020-12-19 |
| |\ \ \ | |||
| * | | | | Extract ROM to new folder next to archive | WaluigiWare64 | 2020-12-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For example if DS_ROMS.zip had game.nds, the directory structure would be: ├── DS_ROMS │ └── game.nds └── DS_ROMS.zip | ||
| * | | | | Merge branch 'master' into feature/zip-support | WaluigiWare64 | 2020-10-23 |
| |\ \ \ \ | |||
| * | | | | | Switch to libarchive | WaluigiWare64 | 2020-10-22 |
| | | | | | | |||
| * | | | | | Update CMakeLists.txt | WaluigiWare64 | 2020-08-06 |
| | | | | | | |||
| * | | | | | Update README.md | WaluigiWare64 | 2020-08-05 |
| | | | | | | |||
| * | | | | | Merge branch 'master' into feature/zip-support | WaluigiWare64 | 2020-08-05 |
| |\ \ \ \ \ | |||
| * | | | | | | Statically link libzip | U-RAYYAN-PC\Rayyan | 2020-08-05 |
| | | | | | | | |||
| * | | | | | | part 2 of fix Linux invalid encoding | WaluigiWare64 | 2020-07-24 |
| | | | | | | | |||
| * | | | | | | Fix Linux "invalid encoding" filename | WaluigiWare64 | 2020-07-24 |
| | | | | | | | |||
| * | | | | | | Change binary stream to u8 and cast to char* | WaluigiWare64 | 2020-07-22 |
| | | | | | | | |||
| * | | | | | | fix | WaluigiWare64 | 2020-07-22 |
| | | | | | | | |||
| * | | | | | | Fix indentation + delete contents | WaluigiWare64 | 2020-07-22 |
| | | | | | | | |||
| * | | | | | | Fix Ubuntu ARM64 libzip dependency | WaluigiWare64 | 2020-07-22 |
| | | | | | | | |||
| * | | | | | | Link it up to onOpenFile() | U-RAYYAN-PC\Rayyan | 2020-07-22 |
| | | | | | | | |||
| * | | | | | | Add the extractROM function | U-RAYYAN-PC\Rayyan | 2020-07-22 |
| | | | | | | | |||
| * | | | | | | Add libzip dependency in the workflow files and to CMakeLists.txt | U-RAYYAN-PC\Rayyan | 2020-07-22 |
| | | | | | | | |||
* | | | | | | | fix JIT block hash after a merged thumb BL | RSDuck | 2021-01-05 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #928 |