Commit Graph

128 Commits

Author SHA1 Message Date
Lorenzooone
6f56918f3f Implement proper frame delay and VRR for IS Nitro Emulator 2024-08-25 09:37:30 +02:00
Lorenzooone
718294ba02 Add really basic IS Nitro Emulator support 2024-08-21 19:33:20 +02:00
Lorenzooone
098cdf95fd Add checks to prevent issues with concurrent draws on macos 2024-08-19 04:36:36 +02:00
Lorenzooone
8d76e38a37 Create Windows ARM64 build 2024-07-26 23:30:32 +02:00
Lorenzooone
fcef91d886 Build universal binary for macos 2024-07-06 08:42:23 +02:00
Lorenzooone
5f5f079eaf Official Release 1.1.1 2024-07-04 22:41:15 +02:00
Lorenzooone
83b6dd522a
Improve FPS on lower end hardware 2024-07-04 22:09:32 +02:00
Lorenzooone
e9084745b9 Official Release 1.1.0 2024-07-02 10:16:03 +02:00
Lorenzooone
f75e0a86ff Add option for system-specified resolution 2024-06-30 05:27:48 +02:00
Lorenzooone
d893ccf7a0 Add fullscreen fallback mode, and titlebar control 2024-06-26 21:35:50 +02:00
Lorenzooone
9bb96819d3 Create macos fallback 2024-06-26 05:29:26 +02:00
Lorenzooone
2ff03a67a2 Implement non-integer scaling modes 2024-06-26 05:24:41 +02:00
Lorenzooone
061c812d67 Prevent issues with bad crop and par values 2024-06-25 00:37:46 +02:00
Lorenzooone
e899286865 Make enabling game crops more seamless 2024-06-25 00:28:50 +02:00
Lorenzooone
781d7e28e7 Finalize extra crops enabling position 2024-06-24 23:57:01 +02:00
Lorenzooone
f609be0721 Add game specific crops, and more PARs 2024-06-24 23:45:11 +02:00
Lorenzooone
9c7978bcbd Add special Gen4/5 Pokemon crop 2024-06-24 19:45:16 +02:00
Lorenzooone
b36b6f8339 Avoid platform-specific behaviour 2024-06-24 18:48:52 +02:00
Lorenzooone
44361089d8 Add option for Mono audio 2024-06-24 18:34:17 +02:00
Lorenzooone
f1651b8281 Make audio sample rate ever so slightly more precise 2024-06-24 13:20:49 +02:00
Lorenzooone
7d831d2911 Improve audio poppings 2024-06-24 04:21:10 +02:00
Lorenzooone
4f6998ab33 Add audio settings information 2024-06-23 20:19:48 +02:00
Lorenzooone
65e2950970 Statically link ftd2 library 2024-06-23 02:34:47 +02:00
Lorenzooone
ef8b5b77a9 Try fixing macos fullscreen issues 2024-06-23 00:14:18 +02:00
Lorenzooone
5996b1f663 Prepare for FTD2 2024-06-22 23:40:14 +02:00
Lorenzooone
950bab462e Try to fix O3DS audio support 2024-06-21 23:42:35 +02:00
Lorenzooone
6c7624c5c7 Add O3DS audio support 2024-06-21 22:44:33 +02:00
Lorenzooone
60fb1220b9 Load frameinfo only if needed 2024-06-21 16:59:22 +02:00
Lorenzooone
4644b43e30 Re-Remove USB frameinfo loading 2024-06-21 16:47:48 +02:00
Lorenzooone
4aee87b663 Add info about Windows dependencies 2024-06-21 16:22:47 +02:00
Lorenzooone
ea87f6fe4e Properly handle missing halflines 2024-06-21 10:54:42 +02:00
Lorenzooone
530557bec2 Try removing stopping transfer before getting frameinfo 2024-06-21 10:41:14 +02:00
Lorenzooone
1e5c6cee9d Try removing frameinfo transfer for windows 2024-06-21 04:23:18 +02:00
Lorenzooone
0929acc6b3 Try using multiple of max_transfer_size to improve Windows speed 2024-06-21 03:43:25 +02:00
Lorenzooone
268542732f
Implement USB for Old DS and 3DS CCs (#3)
* Implement USB for Old DS and 3DS CCs

* Update Readme and everything else to account for new devices

* Handle no serial number

* Reduce jitter on lower powered devices

Thanks to https://github.com/nn9dev and loopy for older CCs testing

There seem to be slowdowns on Windows when using the older CCs. Will need to figure that out.
2024-06-21 03:12:34 +02:00
Lorenzooone
f58809522f Make the resulting size better approximate 2024-06-17 22:39:25 +02:00
Lorenzooone
4f9d03d4f3 Fix issue with PAR approximation 2024-06-11 16:55:06 +02:00
Lorenzooone
12d81c5b47 Prevent annoying situation in which you flip-flop between menus 2024-06-11 16:21:40 +02:00
Lorenzooone
bd0a14a12f Fix issue with non-integer scaling creating weird artifacts 2024-06-11 11:23:38 +02:00
Lorenzooone
2cbb14acda Improve performance gain of "Fast Poll", and rename it to better explain it 2024-06-09 19:48:56 +02:00
Lorenzooone
21dc761796 Add Button Shortcut Configuration 2024-06-09 19:10:46 +02:00
Lorenzooone
495682d651 Add specific commands for extra buttons 2024-06-09 02:44:52 +02:00
Lorenzooone
1f478b5a3b Revert "Try reducing the amount of structures used (will revert if no performance improvements are observed)"
Performance does not improve, and it leads to very annoying/confusing
data management...
2024-06-08 22:20:20 +02:00
Lorenzooone
9fb31f8495 Try reducing the amount of structures used (will revert if no performance improvements are observed) 2024-06-08 21:30:38 +02:00
Lorenzooone
ce129f0e35 Add fast poll as an option 2024-06-06 01:49:56 +02:00
Lorenzooone
444120b0e8 Try moving poll around (might make it an option later and/or move the extra buttons polling, since it's not sfml-based) 2024-06-05 22:43:46 +02:00
Lorenzooone
13eb923286 Switch to gpiod to avoid issues with pi 5 2024-06-03 22:27:08 +02:00
Lorenzooone
56e64df9f2 Fix bug with reset keys due to missing break 2024-06-03 16:30:14 +02:00
Lorenzooone
ea3ae3a56c Fix possible issue with enter vs. extra enter 2024-06-03 15:36:10 +02:00
Lorenzooone
9de1e687ae Simplify shutdown 2024-06-02 22:55:44 +02:00