mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Fix an issue with BPMEM_LOADTLUT, thanks to revned @ issue 1831, also fix a speed issue int the FIFO loop introduced recently (ZWW was ~20% slower)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4739 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
60a8d89b56
commit
bf6ed51b87
7 changed files with 22 additions and 22 deletions
|
@ -19,17 +19,12 @@
|
|||
#define _DIRECTINPUTBASE_H
|
||||
|
||||
|
||||
|
||||
// Include
|
||||
// -------------------
|
||||
#include <windows.h> // System
|
||||
#include <stdio.h>
|
||||
|
||||
#define DIRECTINPUT_VERSION 0x0800 // DirectInput
|
||||
#include <dinput.h>
|
||||
|
||||
//#include "ConsoleWindow.h" // Common
|
||||
|
||||
|
||||
|
||||
class DInput
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue