-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Imagine: Add ApplicationContext::fileUriType() * Imagine: Improve document picker API * Imagine: Ignore extra type bits on device names starting with "uinput-" on Android which are finger print sensors incorrectly flagged as joysticks * Imagine: Update the virtual memory API for easier resource management and add RAII type UniqueVPtr * Imagine: Simplify VMemArray by implementing it in terms of UniqueVPtr * Imagine: Re-write RingBuffer as a template class and align read/write pointers to reduce data sharing between threads * Imagine: Link ARM64 Android build with 16Kb page size option for future OS compatibility * Imagine: Implement isPowerOf2() with std::has_single_bit() * EmuFramework: Allow opening a folder from an external event * EmuFramework: Fix setting file extension in Mednafen loadContent() utility function * EmuFramework: Only show System -> Performance Mode option if Android reports sustained performance mode is supported * EmuFramework: Fix VController speed toggle color reset when toggling keyboard mode * NES.emu: Add/Update various palettes * PCE.emu: Fix loading SuperGrafx content not in internal DB such as homebrew ROMs * Saturn.emu: Fix reading m3u files with Windows line endings * Saturn.emu: Replace VDP2 thread queue code with new RingBuffer class
- Loading branch information
Robert Broglia
committed
Apr 10, 2024
1 parent
2fc3e66
commit f46dcda
Showing
56 changed files
with
690 additions
and
743 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.