To content | To menu | To search

Friday, August 18 2023

PhysicsFS

Here is the source path for PhysicsFS library, to compile it for MiNT.

No patch for version 3.3.0. I created a fork with appropriate branches on https://github.com/pmandin/physfs.
Branch m68k-atari-mint: Only changes for Atari support.
Branch re3-rofs: Only changes for Resident Evil 3 PC rofs.dat archives.
You can use git cherry-pick if you want to combine the two branches in a third one, see git documentation if needed.

Previous versions

The archive is a series of patches to be applied to current development branch (or version 2.0.3).

Patch:
physfs-2.0.3-mint-diff.gz (2 KB)
Patch:
physfs-mint-devel-branch.tar.gz (3 KB)

This is a source patch for the PhysicsFS library. It allows access to Resident Evil 3 PC rofs.dat archives. Decompression is not supported in this version. Patch must be applied to one of current versions of the library.

Patch:
physfs-rofs-2.0.3.diff.gz (8 KB)
Patch:
physfs-rofs-1.1.diff.gz (8 KB)
Patch:
physfs-rofs-1.0.diff.gz (7 KB)

Official site:
http://www.icculus.org/physfs/

Saturday, October 4 2008

LDG

Here is a patch that fixes one part of a bug in the LDG system: it overwrites the environment variables when loading a library, so the library can not use environment variables set by the caller application. A more complete fix is needed when using the LDG resident program. A bug has been opened on Sourceforge LDG' site.

Patch (GCC only):
ldg-2.33-envvar.diff (2 KB)

Official site:
http://ldg.sourceforge.net/

Tuesday, August 19 2008

SDL_image

Patch to load ADT and TIM images using SDL_image.

Continue reading...

Pth

Patch to compile it for Atari/MiNT.

Continue reading...

Mintlib

Patches to compile for gcc 3.

Continue reading...

Mesa

Patch to compile Mesa (OSMesa driver) for Atari/MiNT.

Continue reading...