bsnes/nall/beat
Tim Allen 29be18ce0c Update to v097r17 release.
byuu says:

Changelog:
- ruby: if DirectSoundCreate fails (no sound device present), return
  false from init instead of crashing
- nall: improved edge case return values for
  (basename,pathname,dirname,...)
- nall: renamed file_system_object class to inode
- nall: varuint_t replaced with VariadicNatural; which contains
  .bit,.bits,.byte ala Natural/Integer
- nall: fixed boolean compilation error on Windows
- WS: popa should not restore SP
- GBA: rewrote the CPU/APU cores to use the .bit,.bits functions;
  removed registers.cpp from each

Note that the GBA changes are extremely major. This is about five hours
worth of extremely delicate work. Any slight errors could break
emulation in extremely bad ways. Let's hold off on extensive testing
until the next WIP, after I do the same to the PPU.

So far ... endrift's SOUNDCNT_X I/O test is failing, although that code
didn't change, so clearly I messed up SOUNDCNT_H somehow ...

To compile on Windows:

1. change nall/string/platform.hpp line 47 to

    return slice(result, 0, 3);

2. change ruby/video.wgl.cpp line 72 to

    auto lock(uint32_t*& data, uint& pitch, uint width, uint height) -> bool {

3. add this line to the very top of hiro/windows/header.cpp:

    #define boolean FuckYouMicrosoft
2016-03-13 11:22:14 +11:00
..
archive.hpp Update to v097r17 release. 2016-03-13 11:22:14 +11:00
delta.hpp Update to v097r14 release. 2016-02-16 20:11:58 +11:00
file.hpp Update to 20160106 OS X Preview for Developers release. 2016-01-07 19:17:15 +11:00
linear.hpp Update to v097r14 release. 2016-02-16 20:11:58 +11:00
metadata.hpp Update to v097r14 release. 2016-02-16 20:11:58 +11:00
multi.hpp Update to v097r14 release. 2016-02-16 20:11:58 +11:00
patch.hpp Update to v097r14 release. 2016-02-16 20:11:58 +11:00