Backport large file support from configure script
authorHugo Hromic <hhromic@gmail.com>
Tue, 9 Apr 2019 09:23:39 +0000 (10:23 +0100)
committerHugo Hromic <hhromic@gmail.com>
Tue, 9 Apr 2019 09:23:39 +0000 (10:23 +0100)
commit99a5a3364ebe6722805802f1861b6a5f6c6d4624
tree325a38badd595e1021c0b7832d0234939a5c3d4c
parenta9422018bae26b5f1dd65a25d1adef80b0bec99d
Backport large file support from configure script

Large file support is not enabled in `Makefile.libretro`, therefore when loading
large PBP files you might get "Value too large" errors in some 32-bits systems
such as the Raspberry Pi. For example:

    Could't open 'Final Fantasy VIII (USA).pbp' for reading: Value too large
    for defined data type
    Error opening CD-ROM plugin!
Makefile.libretro