hl2_nx
Port of Half Life 2 for Switch.
File Explorer
- banner.png
- hl2.jpg
- hl2ep1.jpg
- hl2ep2.jpg
- config.c
- config.h
- dl_emu.c
- dl_emu.h
- error.c
- error.h
- game_patches.c
- game_patches.h
- gyro.c
- gyro.h
- gyro_math.c
- gyro_math.h
- imports.c
- imports.h
- jni_fake.c
- jni_fake.h
- libc_shim.c
- libc_shim.h
- main.c
- picker.c
- picker.h
- so_util.c
- so_util.h
- util.c
- util.h
- video_player.c
- video_player.h
- gyro_math_test.c
- icon.jpg
- LICENSE
- Makefile
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
lib
View Details ▼
lib
The Microsoft Library Manager for creating and managing static libraries of object files.
lib /OUT :{{path\to\library.lib}} {{path\to\file1.obj path\to\file2.obj ...}}
Create a static library from object files:
lib /LIST {{path\to\library.lib}}
List the contents of a library:
lib {{path\to\library.lib}} {{path\to\file.obj}}
Add an object file to an existing library:
// repository documentation
Was this content helpful?
(0 ratings)
