From 613280d3b4c8c8ff8c9435099ec17843ec2b020c Mon Sep 17 00:00:00 2001 From: Ed_IT <63556948+Ed-1T@users.noreply.github.com> Date: Tue, 4 Apr 2023 12:31:58 +0200 Subject: DSi power button and volume switch support (#1630) * Add proper BPTWL interrupts * Added DSi power button and volume switch hotkeys * Added hardware reset workaround * Adjusted syntax to follow guidelines * Added DSi output volume synchronization * Fix trivial member function error --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7bbb40a..e76a094 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,8 @@ compile_commands.json *.exe .DS_Store + +.vs +.vscode +CMakeFiles +CMakeCache.txt -- cgit v1.2.3