forked from dingusdev/dingusppc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to JS display implementation
Fix red and green channels being swapped due to different assumptions in channel ordering between DingusPPC and the JS side. Add content hashing of the frame buffer so that we don't need to blit to the JS side if the content hasn't changed. Uses xxHash3 since it has the best performance. Updates mihaip/infinite-mac#219 Updates mihaip/infinite-mac#18
- Loading branch information
Showing
3 changed files
with
7,091 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# xxHash | ||
|
||
Import of xxhash.h from https://github.com/Cyan4973/xxHash as of Cyan4973/xxHash@675eda553733666329e1052f8fd97ef599fdca63 |
Oops, something went wrong.