| Commit message (Collapse) | Author | Age |
... | |
|\ \ \ \
| | | | |
| | | | | |
Input : Treat numpad keys as keypresses
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Typically, modifiers are masked out of keypresses to distinguish
between hotkeys and keypresses. This patch prevents the numpad
modifier from getting masked out in KeyPress() and KeyRelease().
Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com>
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Fix incorrect/questionable assert() usage
Originally reported by https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2159000700,
but also includes a bunch of other fixes.
* Fix some `printf` warnings
Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2160310550
* Remove useless check
It is never passed thanks to `if (num_in < 1) {...; return}` before
Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2154840804
* Add missing header guard, rename other to avoid conflicts
Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2163210746
* Make DSi_SDDevice destructor virtual
Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2158670642
* Use thread-safe localtime_r, assign `time` result directly
Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2154840805
* Fix MinGW build
It needs _POSIX_THREAD_SAFE_FUNCTIONS to export `localtime_r`
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
mostly meant for the Switch port
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Fix Ubuntu AArch64 CI - again
* Update build-ubuntu-aarch64.yml
* Update build-ubuntu-aarch64.yml
* Update build-ubuntu-aarch64.yml
* Update build-ubuntu-aarch64.yml
* Update build-ubuntu-aarch64.yml
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Document CMake build dependency on Linux
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- savestates used to read a four bytes from a single byte value
- a few unassigned variables
- some other things
- also make the ROR macro an inline function
|
| |/ / /
|/| | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix "Improved polygon splitting" option in GUI
|
| | | | | |
|
|\ \ \ \ \ |
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
Fix a typo in NDS.cpp
|
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Fix Ubuntu x86_64 CI
|
| | | | | | |
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
seems to fix #727
|
|/ / / / |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
write it while the output FIFO was full
|
|\ \ \ \
| | | | |
| | | | | |
Add instructions for static builds
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add instructions for static builds
fix
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* make betterer polygon splitting an option
* add GL_LEQUAL depth test for 'equal' mode, might help
|
| | | | | |
|
| |/ / /
|/| | |
| | | |
| | | | |
fixes #725
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* don't receive packets if the RX buffer is zero-sized
* avoid potential out-of-bound writes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
specified in firmware).
fixes #700
|