bsnes/higan/fc
Tim Allen fc7d5991ce Update to v097r18 release.
byuu says:

Changelog:
- fixed SNES sprite priority regression from r17
- added nall/windows/guard.hpp to guard against global namespace
  pollution (similar to nall/xorg/guard.hpp)
- almost fixed Windows compilation (still accuracy profile only, sorry)
- finished porting all of gba/ppu's registers over to the new .bit,.bits
  format ... all GBA registers.cpp files gone now
- the "processors :=" line in the target-$(ui)/GNUmakefile is no longer
  required
  - processors += added to each emulator core
  - duplicates are removed using the new nall/GNUmakefile's $(unique)
    function
- SFC core can be compiled without the GB core now
  - "-DSFC_SUPERGAMEBOY" is required to build in SGB support now (it's
    set in target-tomoko/GNUmakefile)
- started once again on loki (higan/target-loki/) [as before, loki is
  Linux/BSD only on account of needing hiro::Console]

loki shouldn't be too horrendous ... I hope. I just have the base
skeleton ready for now. But the code from v094r08 should be mostly
copyable over to it. It's just that it's about 50KiB of incredibly
tricky code that has to be just perfect, so it's not going to be quick.
But at least with the skeleton, it'll be a lot easier to pick away at it
as I want.

Windows compilation fix: move hiro/windows/header.hpp line 18 (header
guard) to line 16 instead.
2016-03-13 11:22:14 +11:00
..
apu Update to v097r13 release. 2016-02-09 22:51:12 +11:00
cartridge Update to 20160215 release. 2016-02-16 20:27:55 +11:00
cheat Update to v096r01 release. 2015-12-30 17:54:59 +11:00
cpu Update to v097r13 release. 2016-02-09 22:51:12 +11:00
input Update to v096r01 release. 2015-12-30 17:54:59 +11:00
interface Update to v097r12 release. 2016-02-08 14:17:59 +11:00
memory Update to v096r01 release. 2015-12-30 17:54:59 +11:00
ppu Update to v097r13 release. 2016-02-09 22:51:12 +11:00
scheduler Update to v097r13 release. 2016-02-09 22:51:12 +11:00
system Update to v097r13 release. 2016-02-09 22:51:12 +11:00
GNUmakefile Update to v097r18 release. 2016-03-13 11:22:14 +11:00
fc.hpp Update to v097r02 release. 2016-01-25 22:27:18 +11:00