Update to v097r19 release.

byuu says:

Changelog:
- fixed nall/windows/guard.hpp
- fixed hiro/(windows,gtk)/header.hpp
- fixed Famicom PPU OAM reads (mask the correct bits when writing)
  [hex_usr]
- removed the need for (system := system) lines from higan/GNUmakefile
- added "All" option to filetype dropdown for ROM loading
  - allows loading GBC games in SGB mode (and technically non-GB(C)
    games, which will obviously fail to do anything)
- loki can load and play game folders now (command-line only) (extremely
  unimpressive; don't waste your time :P)
  - the input is extremely hacked in as a quick placeholder; not sure
    how I'm going to do mapping yet for it
This commit is contained in:
Tim Allen
2016-02-28 22:42:52 +11:00
parent fc7d5991ce
commit 7dc62e3a69
24 changed files with 357 additions and 162 deletions

View File

@@ -13,9 +13,9 @@
#include <uxtheme.h>
#include <io.h>
#include <shlobj.h>
#include <nall/windows/guard.hpp>
#include <nall/windows/registry.hpp>
#include <nall/windows/utf8.hpp>
#include <nall/windows/guard.hpp>
//MinGW/32-bit has painfully outdated platform headers ...