Commit Graph

84 Commits

Author SHA1 Message Date
Lorenzooone
2e475613b9 Fix issues with Old DS CC new code
Some checks failed
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[flags:-A ARM64 name:Windows VS2022 ARM os:windows-2022]) (push) Has been cancelled
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[flags:-A Win32 name:Windows VS2022 Win32 os:windows-2022]) (push) Has been cancelled
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[flags:-A x64 name:Windows VS2022 x64 os:windows-2022]) (push) Has been cancelled
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[flags:32 name:Linux GCC 32 os:ubuntu-latest]) (push) Has been cancelled
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[flags:64 name:Linux GCC x64 os:ubuntu-latest]) (push) Has been cancelled
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[flags:arm32 name:Linux GCC ARM 32 os:ubuntu-latest]) (push) Has been cancelled
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[flags:arm64 name:Linux GCC ARM 64 os:ubuntu-latest]) (push) Has been cancelled
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[name:macOS Apple Silicon os:macos-14]) (push) Has been cancelled
CD / Create Pi Mono Setup (push) Has been cancelled
CD / Publishing (push) Has been cancelled
2024-11-02 23:53:56 +01:00
Lorenzooone
3f650ffdaf Use direct texture conversions to lower cpu usage
Some checks are pending
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[flags:-A ARM64 name:Windows VS2022 ARM os:windows-2022]) (push) Waiting to run
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[flags:-A Win32 name:Windows VS2022 Win32 os:windows-2022]) (push) Waiting to run
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[flags:-A x64 name:Windows VS2022 x64 os:windows-2022]) (push) Waiting to run
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[flags:32 name:Linux GCC 32 os:ubuntu-latest]) (push) Waiting to run
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[flags:64 name:Linux GCC x64 os:ubuntu-latest]) (push) Waiting to run
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[flags:arm32 name:Linux GCC ARM 32 os:ubuntu-latest]) (push) Waiting to run
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[flags:arm64 name:Linux GCC ARM 64 os:ubuntu-latest]) (push) Waiting to run
CD / ${{ matrix.platform.name }} ${{ matrix.config.name }} (map[flags:-DBUILD_SHARED_LIBS=FALSE name:Static], map[name:macOS Apple Silicon os:macos-14]) (push) Waiting to run
CD / Create Pi Mono Setup (push) Blocked by required conditions
CD / Publishing (push) Blocked by required conditions
2024-11-02 04:58:58 +01:00
Lorenzooone
95ecc1cd08 Add information to Status menu about currently connected device 2024-10-26 21:53:20 +02:00
Lorenzooone
b9e6e34342 Convert to SFML3 2024-09-14 15:07:42 +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
83b6dd522a
Improve FPS on lower end hardware 2024-07-04 22:09:32 +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
f609be0721 Add game specific crops, and more PARs 2024-06-24 23:45:11 +02:00
Lorenzooone
ef8b5b77a9 Try fixing macos fullscreen issues 2024-06-23 00:14:18 +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
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
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
9de1e687ae Simplify shutdown 2024-06-02 22:55:44 +02:00
Lorenzooone
e7a2073246 Simplify poweroff behaviour 2024-06-02 21:34:41 +02:00
Lorenzooone
f572c42bbb Implement RPi basic version-special code 2024-06-02 06:20:49 +02:00
Lorenzooone
efcf4f1e5e Separate window's menu code into its own file 2024-05-29 03:18:51 +02:00
Lorenzooone
b148b31c79 Fix ba keyboard checks for macos 2024-05-29 00:10:55 +02:00
Lorenzooone
e4ca7c1f0b Fix x86_64 macos build (#2) 2024-05-28 22:53:12 +02:00
Lorenzooone
ad5765b26c Have menu position not reset when going back 2024-05-26 16:44:24 +02:00
Lorenzooone
766de7c61e Add licenses menu 2024-05-26 04:45:49 +02:00
Lorenzooone
6cb0cfd406 Implement status screen 2024-05-26 02:05:05 +02:00
Lorenzooone
50b140d41b Prevent issue where loading would not mantain fullscreen 2024-05-24 22:10:18 +02:00
Lorenzooone
573050b312 Fix risk of bad initial fullscreen mode 2024-05-24 22:01:47 +02:00
Lorenzooone
ad56c2814e Add extra settings menu code 2024-05-24 19:02:20 +02:00
Lorenzooone
ea0315f373 Implement saving/loading menus 2024-05-23 23:42:47 +02:00
Lorenzooone
ba1c228f9a Implement config names 2024-05-23 04:14:55 +02:00
Lorenzooone
3a04f568dd Add safety reset combination 2024-05-22 23:29:33 +02:00
Lorenzooone
05362f6810 Implement Resolution settings 2024-05-22 22:15:33 +02:00
Lorenzooone
0819e1fad9 Add Menu for Relative Screen Position 2024-05-22 05:12:04 +02:00
Lorenzooone
e27db15bfd Add BFI Settings Menu 2024-05-21 23:28:41 +02:00
Lorenzooone
d33e4b2adb Move Menus to subfolder 2024-05-21 21:23:28 +02:00
Lorenzooone
4f51c25a24 Add Audio Settings 2024-05-21 19:13:38 +02:00
Lorenzooone
5d0eb382f6 Add GUI option to rotate both screens at once 2024-05-21 04:48:43 +02:00
Lorenzooone
73ab63dc5e Add debug screen setup 2024-05-21 04:41:50 +02:00
Lorenzooone
2c82c9ca68 Remove code for negative positions 2024-05-20 04:31:26 +02:00
Lorenzooone
ff3de08576 Implement more Increase and Decrease options 2024-05-20 00:57:45 +02:00
Lorenzooone
0913d6b8c0 Start Implement inc/dec menu options 2024-05-19 03:29:41 +02:00