mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Some Wiimote Cleanup, re/moved some globals to where they belong.
A few things could be solved differently/in a better way, but that would involve some classes and stuff (plus work) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5097 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b6a3df2fcf
commit
f7f11211a1
11 changed files with 56 additions and 826 deletions
|
@ -28,6 +28,14 @@
|
|||
namespace WiiMoteEmu
|
||||
{
|
||||
|
||||
// TODO: those are only used with Emulated wiimote.
|
||||
// if it were a class, we didn't need the extern here.
|
||||
// Settings
|
||||
extern accel_cal g_wm;
|
||||
extern nu_cal g_nu;
|
||||
extern cc_cal g_ClassicContCalibration;
|
||||
extern gh3_cal g_GH3Calibration;
|
||||
|
||||
u32 convert24bit(const u8* src);
|
||||
u16 convert16bit(const u8* src);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue