bsnes/higan/target-bsnes
Tim Allen 559a6585ef Update to v106r81 release.
byuu says:

First 32 instructions implemented in the TLCS900H disassembler. Only 992
to go!

I removed the use of anonymous namespaces in nall. It was something I
rarely used, because it rarely did what I wanted.

I updated all nested namespaces to use C++17-style namespace Foo::Bar {}
syntax instead of classic C++-style namespace Foo { namespace Bar {}}.

I updated ruby::Video::acquire() to return a struct, so we can use C++17
structured bindings. Long term, I want to get away from all functions
that take references for output only. Even though C++ botched structured
bindings by not allowing you to bind to existing variables, it's even
worse to have function calls that take arguments by reference and then
write to them. From the caller side, you can't tell the value is being
written, nor that the value passed in doesn't matter, which is terrible.
2019-01-16 13:02:24 +11:00
..
input Update to 20180809 release. 2018-08-10 15:02:59 +10:00
presentation Update to v106r81 release. 2019-01-16 13:02:24 +11:00
program Update to v106r81 release. 2019-01-16 13:02:24 +11:00
resource Update to v106r57 release. 2018-08-08 18:46:58 +10:00
settings Update to v106r66 release. 2018-12-20 11:55:47 +11:00
tools Update to v106r59 release. 2018-08-26 16:49:54 +10:00
GNUmakefile Update to v106r67 release. 2018-12-21 11:01:14 +11:00
bsnes.cpp Update to v106r65 release. 2018-10-04 20:12:11 +10:00
bsnes.hpp Update to v106r58 release. 2018-08-21 13:17:12 +10:00