aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* quit on sigint (#934)Ben Morris2021-01-10
| | | | | * quit on sigint * formatting
* Update melonDS version in melonDS.plist (used on macOS) (#932)WaluigiWare642021-01-09
|
* Improved SRAM performance (#925)Kimmy Andersson2021-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 properlyRSDuck2021-01-09
|
* mask off upper bits when incrementing RX addrRSDuck2021-01-09
| | | | fixes #931
* readd vram invalidation through display captureRSDuck2021-01-07
| | | | also remove stray printf
* fix out of bounds readRSDuck2021-01-07
|
* Merge pull request #926 from WaluigiWare64/fix/freebsd-include-aflinkArisotura2021-01-07
|\ | | | | Fix FreeBSD undefined identifier issues in Lan_PCap.cpp
| * Fix FreeBSD undefined identifier issues in Lan_PCap.cppWaluigiWare642021-01-05
| | | | | | | | FreeBSD requires net/if.h to be included as well.
* | Merge pull request #678 from WaluigiWare64/feature/zip-supportArisotura2021-01-07
|\ \ | | | | | | Add support for loading ROMs from a variety of compressed files
| * | Add Open ROM inside Archive functionWaluigiWare642021-01-07
| | | | | | | | | | | | instead of using file extensions
| * | Properly fix macOS finding libarchiveWaluigiWare642021-01-05
| | | | | | | | | (i hope)
| * | Allow melonDS to write the fileWaluigiWare642021-01-05
| | | | | | | | | | | | The directory wasn't created, so the file was not being written
| * | Fix libarchive being found on macOSWaluigiWare642021-01-04
| | | | | | | | | properly this time
| * | Fix mistake in merge commitWaluigiWare642021-01-03
| | |
| * | Merge branch 'master' into feature/zip-supportWaluigiWare642021-01-03
| |\ \
| * | | Fix return value of Archive::ExtractFileFromArchiveWaluigiWare642021-01-03
| | | |
| * | | Allow pkg-config to find libarchive on macOSWaluigiWare642020-12-19
| | | | | | | | | | | | | | | | macOS already provides the libarchive libraries, so Homebrew doesn't link it. However, macOS does not provide the headers.
| * | | Update workflow filesWaluigiWare642020-12-19
| | | |
| * | | fix for the last commitWaluigiWare642020-12-19
| | | |
| * | | Merge branch 'master' into feature/zip-supportWaluigiWare642020-12-19
| |\ \ \
| * | | | Extract ROM to new folder next to archiveWaluigiWare642020-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-supportWaluigiWare642020-10-23
| |\ \ \ \
| * | | | | Switch to libarchiveWaluigiWare642020-10-22
| | | | | |
| * | | | | Update CMakeLists.txtWaluigiWare642020-08-06
| | | | | |
| * | | | | Update README.mdWaluigiWare642020-08-05
| | | | | |
| * | | | | Merge branch 'master' into feature/zip-supportWaluigiWare642020-08-05
| |\ \ \ \ \
| * | | | | | Statically link libzipU-RAYYAN-PC\Rayyan2020-08-05
| | | | | | |
| * | | | | | part 2 of fix Linux invalid encodingWaluigiWare642020-07-24
| | | | | | |
| * | | | | | Fix Linux "invalid encoding" filenameWaluigiWare642020-07-24
| | | | | | |
| * | | | | | Change binary stream to u8 and cast to char*WaluigiWare642020-07-22
| | | | | | |
| * | | | | | fixWaluigiWare642020-07-22
| | | | | | |
| * | | | | | Fix indentation + delete contentsWaluigiWare642020-07-22
| | | | | | |
| * | | | | | Fix Ubuntu ARM64 libzip dependencyWaluigiWare642020-07-22
| | | | | | |
| * | | | | | Link it up to onOpenFile()U-RAYYAN-PC\Rayyan2020-07-22
| | | | | | |
| * | | | | | Add the extractROM functionU-RAYYAN-PC\Rayyan2020-07-22
| | | | | | |
| * | | | | | Add libzip dependency in the workflow files and to CMakeLists.txtU-RAYYAN-PC\Rayyan2020-07-22
| | | | | | |
* | | | | | | fix JIT block hash after a merged thumb BLRSDuck2021-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #928
* | | | | | | JIT A64: fixesRSDuck2021-01-05
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | also update Switch code for latest libnx
* | | | | | Set menubar height to 0 in fullscreen (#924)Madhav Kanbur2021-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set menubar height to 0 in fullscreen * Avoid using hide() on the mainwindow's menubar as it breaks menubar actions. * Fixes save/load state shortcuts not working in fullscreen (#922) Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com> * Don't modify menubar width when exiting fullscreen * Fixes weird looking menubar on Windows Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com>
* | | | | | GX: fix vector testRSDuck2021-01-04
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | after I broke it in d2c04c5c511cca3daeed292a397a5ae8ae2aa6a7 fixes Mario & Luigi Partners in Time
* | | | | fix mac/clang build againRSDuck2021-01-02
| | | | |
* | | | | use C++ style structs everywhereRSDuck2021-01-02
| | | | |
* | | | | fix mac/clang buildRSDuck2021-01-02
| | | | |
* | | | | prevent bleeding in screen textureRSDuck2021-01-02
| | | | | | | | | | | | | | | | | | | | fixes #920
* | | | | make FIFO size static whene possibleRSDuck2020-12-30
| | | | |
* | | | | Merge pull request #918 from abcdjdj/open-recentArisotura2020-12-30
|\ \ \ \ \ | | | | | | | | | | | | Add option to open recent files
| * | | | | Add option to open recent filesMadhav Kanbur2020-12-30
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remember last 10 roms in config * Clear button for clearing list Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com>
* | | | | GX: add fastpath for single parameter cmdsRSDuck2020-12-30
| | | | |
* | | | | don't calculate the CRC checksum of ROMs on loadRSDuck2020-12-30
| | | | | | | | | | | | | | | | | | | | the value isn't used anywhere anyway