aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Generalize a path in .gitignore (#1862)Jesse Talavera-Greenberg2023-10-24
| | | - Covers all of CLion's default CMake build paths
* GDB stub (#1583)PoroCYon2023-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gdbstub beginnings * gdbstub: finish gdb impl things, next up is integration with melonDS * holy fuck the gdbstub works * gdb breakpoints work, but there's a mysterious crash on continue * fix memory corruption that sometimes happened, and make resetting the console thru gdb work * remove some gdb debug printing * fix things in gdbstub * separate option for enabling gdbstub * add mode-dependent CPU registers * C++ize the GDBstub code * add gdbstub config in emu settings dialog * make sure gdb is disabled when jit is enabled * Remove unnecessary compiler flags, mark ARMJIT assembly code as no-execute-stack This hardens the binary a little bit against common exploitation methods * add option to wait for debugger attach on startup * only insert GNU stack notes on linux * disable gdbstub enable checkbox when jit is enabled * fix non-linux incompatibilities * enable gdbstub by default * fix issues with gdbstub settings disable stuff * format stuff * update gdb test code * Fix segfault when calling StubCallbacks->GetCPU() C++ overrides are hard. Please I'm just a lowly C programmer. * fix packet size not being sent correctly Thanks to @GlowingUmbreon on Github for troubleshooting this * fix select(2) calls (i should read docs more properly) * fix GDB command sequencing/parsing issue (hopefully) * [GDB] implement no-ack mode * fix sending ack on handshake * get lldb to work
* DSi power button and volume switch support (#1630)Ed_IT2023-04-04
| | | | | | | | | | | | | * 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
* Redesign the Input dialog (#1226)Rayyan Ansari2021-09-30
|
* Define melonDS version in CMakeWaluigiWare642021-01-19
| | | | Prevents having to update multiple files (melon.rc, melon.plist, version.h) when a new version is released.
* Ignore all .DS_Store files (#839)WaluigiWare642020-12-07
|
* implement block linking + some refactoringRSDuck2020-04-26
| | | | currently only supported for x64
* Ignore the build directoryRaphaƫl Zumer2019-12-07
|
* add clion standatd dirs to .gitignoreLukas Wienke2019-08-15
|
* fix oudated CMake compile settings, add OpenGL dependency for LinuxPoroCYon2019-05-26
|
* gtk: add iconStapleButter2017-12-16
|
* Ignore all compiled .o filesRob Loach2017-10-02
|
* finalize CMake shit.StapleButter2017-04-30
| | | | Windows will stick to CodeBlocks until making a cross-platform build system isn't a total trainwreck under Windows.
* add CMake build systems1nka2017-04-02
|
* remove unneeded files. will stop melonDS.depend from polluting commit diffs.StapleButter2017-03-04
|
* add more crapStapleButter2016-05-16