refactor: preprocessors for wiimote and joycon compilation
This commit is contained in:
parent
65d562ee74
commit
72750c3388
11 changed files with 63 additions and 32 deletions
|
@ -1,4 +1,6 @@
|
|||
namespace SwitchSlidePresenter {
|
||||
using ControllerSlidePresenter.GamepadReader;
|
||||
|
||||
namespace ControllerSlidePresenter {
|
||||
internal abstract class Program {
|
||||
private static async Task Main() {
|
||||
IGamepadReader? reader = ControllerSelector.GetReader();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue