diff options
author | Ed_IT <63556948+Ed-1T@users.noreply.github.com> | 2023-04-04 12:31:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 12:31:58 +0200 |
commit | 613280d3b4c8c8ff8c9435099ec17843ec2b020c (patch) | |
tree | c419fd1140268eb066c2548600ea79cf8f91b8f7 /.gitignore | |
parent | 350292fb3c4037f90ba53f72e3d7cf08a7b3e196 (diff) |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,3 +16,8 @@ compile_commands.json *.exe .DS_Store + +.vs +.vscode +CMakeFiles +CMakeCache.txt |