Removed excess files

This commit is contained in:
Toni Riikonen
2025-09-14 10:58:03 +03:00
parent dfd59e9e08
commit c2e06b58a5
5 changed files with 2 additions and 22 deletions

3
.gitignore vendored
View File

@@ -8,6 +8,8 @@ Makefile
/src/*.exe
/src/86Box
/src/include/86box/version.h
/src/.vs
/src/out
# Legacy Makefile
/src/*.o
@@ -15,7 +17,6 @@ Makefile
/src/*.res
/src/*.dll
/src/NUL
/src/.vs
# State
/src/*.cfg

View File

@@ -62,10 +62,6 @@ Building
---------
For instructions on how to build 86Box from source, see the [build guide](https://86box.readthedocs.io/en/latest/dev/buildguide.html).
## Audio emulation installation
Build 86box executable for your target system + roms. Copy all .wav files from samples directory to the same directory with the 86box executable and you're good to go.
Licensing
---------

View File

@@ -1,15 +0,0 @@
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
}
]
}

View File

@@ -1 +0,0 @@
{"requests":[{"kind":"cache","version":2},{"kind":"cmakeFiles","version":1},{"kind":"codemodel","version":2},{"kind":"toolchains","version":1}]}

View File

@@ -1 +0,0 @@
msvc_x64_x64