Skip to content

Improved Handling Of Endianess Conversion When Using Physfs #2

@stefandee

Description

@stefandee

Currently converting little endian (which all the data files are in) to platform endian, is done through the PPT_BIGENDIAN_IO define in Stream_PhysFS

This is a bit awkward as you need to make specific builds for big endian machines.

Replace the define using physfs specific endianess conversion functions for integers and figure out a way to convert float/double.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions