Skip to content

PhysicsFS 3.0.1 for Nintendo Switch homebrew (using libnx)

License

Notifications You must be signed in to change notification settings

carstene1ns/physfs-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A portable, flexible file i/o abstraction.

Version 3.0.1 for Nintendo Switch Homebrew (using libnx)

Building for Switch

rm -rf build
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=../Toolchain.cmake -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=$DEVKITPRO/portlibs/switch \
    -DPHYSFS_BUILD_SHARED=OFF -DPHYSFS_BUILD_TEST=OFF
make
sudo make install

Please see the docs directory for documentation. Please see LICENSE.txt for licensing information.

About

PhysicsFS 3.0.1 for Nintendo Switch homebrew (using libnx)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published