mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 11:35:33 -04:00

This program will allow for managing Nintendo RVT-H Reader devkits, including dumping existing images and installing new images. The current version doesn't actually do anything. It's mostly a copy of the infrastructure from rom-properties, with some changes. In particular, we're using CMake's TARGET_COMPILE_FEATURES() instead of manually detecting C99 support.
20 lines
203 B
Plaintext
20 lines
203 B
Plaintext
# Filetypes.
|
|
*~
|
|
*.o
|
|
*.a
|
|
*.so
|
|
.directory
|
|
*.kate-swp
|
|
|
|
# Build directories.
|
|
/build*
|
|
|
|
# KDevelop project files.
|
|
*.kdev4
|
|
|
|
# CMake temproary files.
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
git_version.h
|