dolphin/Source/Plugins/Plugin_Wiimote/Src
magumagu9 4307803090 A bit more _MSC_VER cleanup.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2100 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-02-04 01:55:24 +00:00
..
Config.cpp Wiimote: Added option to record adjusted wiimote accelerometer values 2009-02-03 11:45:59 +00:00
Config.h Wiimote: Added option to record adjusted wiimote accelerometer values 2009-02-03 11:45:59 +00:00
ConfigDlg.cpp Wiimote: Added decryption function, it could be useful for debugging real Wiimote extensions 2009-02-04 00:06:11 +00:00
ConfigDlg.h Wiimote: Added option to record adjusted wiimote accelerometer values 2009-02-03 11:45:59 +00:00
DataReports.cpp Wiimote: The first working IR recording, use Alt + the numerical HotKey to play back the IR data associated with a recording 2009-02-03 00:59:26 +00:00
EmuDefinitions.cpp Wiimote: Fixed the shared eeprom settings, now the first 42 bytes are shared in dual mode. I'm only copying the data from the Wiimote. I'm not changing anything on the Wiimote eeprom. 2009-02-01 14:58:44 +00:00
EmuDefinitions.h Wiimote: The first working IR recording, use Alt + the numerical HotKey to play back the IR data associated with a recording 2009-02-03 00:59:26 +00:00
EmuMain.cpp Wiimote: The first working IR recording, use Alt + the numerical HotKey to play back the IR data associated with a recording 2009-02-03 00:59:26 +00:00
EmuMain.h Wiimote: Fixed the shared eeprom settings, now the first 42 bytes are shared in dual mode. I'm only copying the data from the Wiimote. I'm not changing anything on the Wiimote eeprom. 2009-02-01 14:58:44 +00:00
EmuSubroutines.cpp Wiimote: Added decryption function, it could be useful for debugging real Wiimote extensions 2009-02-04 00:06:11 +00:00
EmuSubroutines.h
Encryption.cpp Wiimote: Added decryption function, it could be useful for debugging real Wiimote extensions 2009-02-04 00:06:11 +00:00
Encryption.h Wiimote: Added decryption function, it could be useful for debugging real Wiimote extensions 2009-02-04 00:06:11 +00:00
FillReport.cpp Wiimote: The first working IR recording, use Alt + the numerical HotKey to play back the IR data associated with a recording 2009-02-03 00:59:26 +00:00
Logging.cpp
Logging.h
main.cpp Wiimote: Added decryption function, it could be useful for debugging real Wiimote extensions 2009-02-04 00:06:11 +00:00
main.h Wiimote: Added decryption function, it could be useful for debugging real Wiimote extensions 2009-02-04 00:06:11 +00:00
ReadWiimote.cpp Wiimote: Added decryption function, it could be useful for debugging real Wiimote extensions 2009-02-04 00:06:11 +00:00
SConscript
wiimote_hid.h A bit more _MSC_VER cleanup. 2009-02-04 01:55:24 +00:00
wiimote_real.cpp Wiimote: Added decryption function, it could be useful for debugging real Wiimote extensions 2009-02-04 00:06:11 +00:00
wiimote_real.h Wiimote: Fixed the hanging for real. Any call to a function in the wxDialog frame class while the main thread is in a WaitForSingleObject() loop or any other loop will hang the g_pReadThread execution until sometime after that loop has ended. So we must wait for pReadThread to stop from the wxDialog with a timer, we can not use any loop in the main thread to wait for it to stop. 2009-02-03 07:43:52 +00:00