Update to v093r12a release.

byuu says:

Not an official WIP (a WIP WIP? A meta-WIP?), just throwing in the new
fullscreen code, and I noticed that OpenGL colors in 30-bit mode are all
fucked up now for some strange reason. So I'm just using this snapshot
to debug the issue.
This commit is contained in:
Tim Allen
2014-01-05 20:59:17 +11:00
parent 3ce1d19f7a
commit 2b81b630cb
64 changed files with 1680 additions and 2445 deletions

View File

@@ -8,7 +8,6 @@
#define RUBY_H
#include <nall/nall.hpp>
#include <nall/input.hpp>
namespace ruby {
@@ -81,8 +80,7 @@ struct InputInterface {
bool acquired();
nall::vector<nall::HID::Device*> poll();
bool poll(int16_t* table);
void rumble(uint64_t id, bool enable);
bool rumble(uint64_t id, bool enable);
InputInterface();
~InputInterface();