Skip to content

Add nGlide SDK #823

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions descriptions/SDK.nGlide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[**nGlide**](https://www.zeus-software.com/downloads/nglide) is a 3Dfx Voodoo Glide wrapper. It allows you to play games designed for 3Dfx Glide API without the need for having 3Dfx Voodoo graphics card.
1 change: 1 addition & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ Lua[] = (?:^|/)(?:lib)?lua5\.?[01234]\.(?:dll|so)$
Lua[] = \.lua$
Miles_Sound_System = (?:^|/)mss(?:16|32|64)\.dll$
Modio = (?:^|/)mod\.?io
nGlide = (?:^|/)nglide_config\.exe$
NodeJS = (?:^|/)(?:lib)?node\.(?:dll|dylib)$
NvCloth = (?:^|/)NvCloth(?:profile)?_x(?:64|86)\.dll$
NVIDIA_Ansel = (?:^|/)AnselSDK(?:32|64)\.dll$
Expand Down
2 changes: 2 additions & 0 deletions tests/types/SDK.nGlide.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/nglide_config.exe
nglide_config.exe
5 changes: 5 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,11 @@ sub/dir/FCOMMIT.DAT
Randgrid.sy
andgrid.sys
Randgrid_sys
fnGlide_config.exe
nGlide_config/
nGlide_configf
nGlide_config.f
.nGlide_config.exe
Dat/C
Data/C5
Data/C4.pa
Expand Down