[go: up one dir, main page]

Menu

Commit [r2919]  Maximize  Restore  History

- Removed some redundant masking in swap functions.

- Removed redundant use of _stati64() (stat() sufficed).
- Fixed use of reserved indentifier for MinGW-w64 (renamed _truncate() to
truncate_()).
- Made it possible to detect that ucon64_fbswap16() failed.
- Made it possible to detect that ucon64_fwswap32() failed.
- Added check to quick_io_func() whether it could write the requested number of bytes.

dbjh 2024-04-26

changed /trunk/ucon64/src/console/n64.c
changed /trunk/ucon64/src/console/neogeo.c
changed /trunk/ucon64/src/libdiscmage/misc.c
changed /trunk/ucon64/src/libdiscmage/misc.h
changed /trunk/ucon64/src/libdiscmage/misc_z.c
changed /trunk/ucon64/src/misc/archive.c
changed /trunk/ucon64/src/misc/bswap.h
changed /trunk/ucon64/src/misc/file.c
changed /trunk/ucon64/src/misc/file.h
changed /trunk/ucon64/src/ucon64_misc.c
changed /trunk/ucon64/src/ucon64_misc.h
changed /trunk/ucon64/src/ucon64_opts.c