Update to v095r12 release.

byuu says:

Got it. They broke in r05.

Changelog:
- fixed typo in sfc/cpu/timing.cpp that was breaking coprocessor games
  with clocks
- updated sfc/coprocessor/hitachidsp to not access Bus directly
This commit is contained in:
Tim Allen
2015-12-15 20:30:26 +11:00
parent f2a416aea9
commit 2c53d5fbc0
5 changed files with 32 additions and 13 deletions

View File

@@ -18,6 +18,8 @@
#define PATH_MAX 260
#endif
using uint = unsigned;
namespace nall {
//UTF-8 to UTF-16
struct utf16_t {