Commit graph

  • 2757dbe2a8 InputCommon and Wiimote: Detect pads in the Wiimote plugin John Peterson 2009-02-08 15:39:28 +0000
  • 94d8eb5d4e InputCommon and nJoy: Moved more functions to InputCommon John Peterson 2009-02-08 15:05:03 +0000
  • c225e83913 InputCommon and nJoy: More build settings John Peterson 2009-02-08 14:55:51 +0000
  • 127874b5e1 InputCommon and nJoy: Fixed build settings John Peterson 2009-02-08 14:51:03 +0000
  • c6b4f5c819 InputCommon and nJoy: Moved functions to InputCommon, to be shared with the Wiimote plugin John Peterson 2009-02-08 14:34:23 +0000
  • 44370518a3 JITTEST always defined on linux, use #if instead nakeee 2009-02-08 13:59:09 +0000
  • 5822e284f3 Add Release_JITIL configuration to use magumagu's JIT instead under windows (currently 32-bit only) (this is intended to be temporary). Add comment about crashes with JITIL in Burnout2 and Animal Crossing. Some warning disables and cleanups. hrydgard 2009-02-08 13:09:58 +0000
  • c450e44b08 optimize memory access. reduce Memory_Read_U##_type call(it uses Memory::GetPointer, which is complex), and gain speed, may be 1 or more fps faster, I've tested on zelda tww,tp, starfox assault only. Please review and may be the code need clean. hyperiris 2009-02-08 13:08:58 +0000
  • 5045119da3 Wiimote: Typo John Peterson 2009-02-08 12:31:07 +0000
  • ca0e807db6 Wiimote: Fixed the speaker status bar status, the status is [Green] [Blue] [Green] that means [On/Off] [Muted/Unmuted] [Activity] John Peterson 2009-02-08 12:27:04 +0000
  • e926bc61d1 Wiimote: Added logging messages for the speaker configuration and for the 0x18 sound reports, the speaker currently produce a low humming noise in the wpad tools demo, but no real sound John Peterson 2009-02-08 10:15:55 +0000
  • 6ecbc237db ActionReplay: Made the BadCount message appear only in the debug builds John Peterson 2009-02-08 10:10:47 +0000
  • f610f7e197 Video and DSP plugin management: Fixed Stop and Start again, it was necessary to call FreeLibrary() on Start instead of on Stop, I don't know why but that's how it works John Peterson 2009-02-08 10:09:26 +0000
  • 54798713a0 SCons build fix, part 2. magumagu9 2009-02-08 07:59:38 +0000
  • 3148d2eb2d SCons build fix. magumagu9 2009-02-08 07:55:40 +0000
  • c4ff501808 optimize memory access. Memory::GetPointer is a complex function, call it in loop will impact performance. Test with MP1, Zelda TWW and Zelda TP, speed at least increased 2fps (for example, TP intro 14fps to 16fps) hyperiris 2009-02-08 04:52:19 +0000
  • 553656966b fix weirdo serialinterface (pad) errors. get rid of si_channel. i guess it was a bad idea :< Shawn Hoffman 2009-02-08 02:58:18 +0000
  • adde9b778b compile fix nakeee 2009-02-07 19:17:20 +0000
  • d5bcb81872 this should be OK: display some default info when no save exist hyperiris 2009-02-07 17:31:35 +0000
  • d4c9a8a5fc fix compile warning: 'unsigned char * GPFifo::m_gatherPipe' has different alignment in JitAsm.cpp and GPFifo.cpp: 1 and 32 hyperiris 2009-02-07 16:40:19 +0000
  • 60e89dfc6f nJoy: Fixed bug that would cause the settings to be lost when nJoy was started without any detected gamepad John Peterson 2009-02-07 05:57:28 +0000
  • 382b4af74b Wiimote: Fixed the dual mode bug I mentioned in the last commit, now the Nunchuck should not get stuck when switching between the real and emulated Nunchuck. The only important problem left is disconnect problem that occurs about one in five times you switch to the real wiimote. John Peterson 2009-02-07 04:19:52 +0000
  • fcdd2a8e17 Wiimote: John Peterson 2009-02-07 03:16:41 +0000
  • 1d0e8ddf84 more info in the vertex loader debug display hrydgard 2009-02-06 19:52:23 +0000
  • 60b25def18 Allow changing of the debugger font and some cleanup Shawn Hoffman 2009-02-06 18:18:20 +0000
  • 81631d8452 Nothing important, just cleaning my dev folder. (mostly formatting changes, removed a superfluous strlen from logging in ogl plugin) hrydgard 2009-02-06 18:04:24 +0000
  • 825919aaf8 fix display wii game name and description (only WIN32 working). hyperiris 2009-02-06 16:53:22 +0000
  • 5df69d0384 Wiimote Configuration: Changed the height of the configuration window to 748 pixels, that should give enough room for it inside a 768 pixels screen height. John Peterson 2009-02-06 07:09:21 +0000
  • 6f39549842 Wiimote: Changed a %s to a %u that could cause a crash in WII_IPC_HLE_WiiMote.cpp. Made the configuration window center only if there is room for it, that should fix issue 557. John Peterson 2009-02-06 07:03:09 +0000
  • 79f56c9e97 Wiimote: Added GUI controls for gamepad input, not connected yet John Peterson 2009-02-06 06:15:59 +0000
  • 90c9810b85 Use glMultiDrawArrays instead of glDrawArrays, which significantly reduces the number of OpenGL calls for large sets of triangle strips; this is something like a 10% perf improvement in the case I'm looking at. magumagu9 2009-02-06 03:41:33 +0000
  • 7cc80c32f9 Fixed Wiimote config window closing (Don't use EndModal if you aren't using ShowModal) XTra.KrazzY 2009-02-05 05:44:16 +0000
  • 3d73d781ec Wiimote: Reset variables on Shutdown(). I think this makes DoesChannelExist(scid) in the Core to return false. John Peterson 2009-02-05 00:13:38 +0000
  • c9c95534c8 Wiimote: Added timeout for Eeprom data reading, it should fail very rarely, but if it would we now stop waiting for it after two seconds. If it fails it will break the functionality of the real wiimote because g_WiiMotes[i]->ReadData() will not be called by ReadWiimote_ThreadFunc() while we are waiting for it. John Peterson 2009-02-05 00:02:54 +0000
  • a0724e8321 scons fix nakeee 2009-02-04 18:00:38 +0000
  • 0a81e741c5 build fix Shawn Hoffman 2009-02-04 17:48:40 +0000
  • 7bb2aee235 compile fix nakeee 2009-02-04 17:46:22 +0000
  • 7b7cfa940e remove stuff from ogl debugger that did nothing. (copied from dsp hle a while ago) Shawn Hoffman 2009-02-04 17:33:59 +0000
  • ad88b27c76 attempt to get rid of another __LOG crash nakeee 2009-02-04 17:29:12 +0000
  • 77215fd27c Joined work of nakee and mine, cleanup the logging code a bit. This solves the random __Log symbol and crash problem on linux Please tell us if you find problems in the logging code XTra.KrazzY 2009-02-04 15:28:39 +0000
  • c43d8e9dcd Wiimote: Added new gamepad controller options to the GUI, they are not connected yet John Peterson 2009-02-04 13:35:28 +0000
  • 73fbfc1d66 JitIL: Disable a couple debugging printfs, and some misc cleanup. No functionality change. magumagu9 2009-02-04 12:39:55 +0000
  • a883726233 A few small JitIL changes that I've had sitting in my tree for a while; nothing really significant to note. magumagu9 2009-02-04 09:05:34 +0000
  • 48a3c6eeb4 Reverted r2096 and added new case. XTra.KrazzY 2009-02-04 07:40:37 +0000
  • cf303e70e9 Wiimote: Show the decrypted Nunchuck calibration values in the log when a real Wiimote and Nunchuck is used. Fixed an earlier bug that made the neutral emulated nunchuck accelerometer values zero, now they are back to 0x80,0x80,0xb3. John Peterson 2009-02-04 06:40:05 +0000
  • 701d4146b6 cleanup testsuite a bit and add simple test of wii RTC (it's off about 8yrs 4 days) Shawn Hoffman 2009-02-04 04:34:31 +0000
  • 2d5c0a509c JIT: Made block linking the default option, it's faster and seems stable to me, you can turn it off from the debugger John Peterson 2009-02-04 03:35:35 +0000
  • 5f0ae71fd1 relocate the mainram dump to the dump dir Shawn Hoffman 2009-02-04 03:17:29 +0000
  • 4307803090 A bit more _MSC_VER cleanup. magumagu9 2009-02-04 01:55:24 +0000
  • ec39c45dd5 Wiimote: Added decryption function, it could be useful for debugging real Wiimote extensions John Peterson 2009-02-04 00:06:11 +0000
  • c10d69fe07 more MSC_VER nakeee 2009-02-03 23:25:30 +0000
  • 25b7942de2 real Wiimote connects on linux (thanks sonic1!) nakeee 2009-02-03 23:05:31 +0000
  • c1d47f1c29 Got rid of the Wii UCode special CRC case handling. Tell me if it bothers any of you for any possible reason XTra.KrazzY 2009-02-03 22:58:01 +0000
  • 9981670e37 removed more MSV_VER nakeee 2009-02-03 22:46:18 +0000
  • a1b7a91348 I mean * honestly :) nakeee 2009-02-03 22:09:13 +0000
  • bde4241e9e fixed underrun buffer in hle on linux made wiimote compile on linux again nakeee 2009-02-03 22:06:18 +0000
  • d8f4785772 Progress on Wii games on Linux! Instead of hanging, it now gets far enough to render a black frame before it crashes. I don't have time right now to track down the crash, but I figure this is at least an improvement. Note that "#pragma pack" is an msvc extension, but gcc supports it. magumagu9 2009-02-03 21:27:12 +0000
  • 4649416822 linux build fix. thanks nakee points out that wxChar is not char under Linux, and I guess wxString::FromAscii will cut off > 127 characters, so I change it to wxString::From8BitData. I hop it works, please check it under other platform. hyperiris 2009-02-03 16:04:23 +0000
  • 9e3fed40f2 game name and description WIP: cache all 6 languages, so we don't need refresh cache after we changes language. move some WIN32 code to CGameListCtrl. nakee, please check linux build, sorry I've not enough time to setup a linux dev environment. and, who can read German helps me to test game name and description display, thanks. hyperiris 2009-02-03 15:03:34 +0000
  • 4660943322 Wiimote: Added option to record adjusted wiimote accelerometer values John Peterson 2009-02-03 11:45:59 +0000
  • 2b8d2134e5 nJoy: Slight oversight in last commit John Peterson 2009-02-03 10:25:45 +0000
  • fcb951c0c9 nJoy: Made the out of focus option only apply to gamepad input. As I understand it it's primarily used to allow keyboard input at the same time as Dolphin is used. Then it would probably be annoying to send the keyboard input to Dolphin while you are typing. Keyboard inputs was also the main idea with the out of focus option, I think that it's not as important for gamepad input as you are less likely to use the gamepad in two different programs simultaneously. John Peterson 2009-02-03 10:17:01 +0000
  • 1ead45ca04 Wiimote: Fixed slight oversight in the last commit John Peterson 2009-02-03 09:39:35 +0000
  • f3e5f06def GameCube Configuration: Changed "null" to "<Nothing>", I think it's easier to understand John Peterson 2009-02-03 09:31:06 +0000
  • 328b2f34ba PluginManager: Disabled LoadLibrary() and FreeLibrary() between Stop and Start for the Pad and Wiimote plugins. It's still present for the video and sound plugins as I explained in the comment in PluginManager.cpp. John Peterson 2009-02-03 09:28:15 +0000
  • 5972f886ab 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. John Peterson 2009-02-03 07:43:52 +0000
  • f999ae94df Make checking for focus optional for njoy input. So if one wants, on one monitor play Dolphin, and on the other use the keyboard for something else LPFaint99 2009-02-03 06:21:22 +0000
  • d8f71e0574 default to two memcards and a standard controller in port 1 Shawn Hoffman 2009-02-03 05:12:03 +0000
  • d6c0d5b977 Wiimote: Fixed semi-frequent hanging that would occur when closing the configuration window John Peterson 2009-02-03 04:03:56 +0000
  • 4f4469545e Wiimote: Made the GUI slightly more user friendly John Peterson 2009-02-03 03:47:13 +0000
  • 220eafad0e Wiimote: The first working IR recording, use Alt + the numerical HotKey to play back the IR data associated with a recording John Peterson 2009-02-03 00:59:26 +0000
  • ace2ea395d compile fixes nakeee 2009-02-02 22:47:29 +0000
  • d7a38393b7 some linux stop issue fix (still not working right) please check on windows nakeee 2009-02-02 22:31:31 +0000
  • cfc128abff reorganize SI and EXI interfaces, add a gui for picking devices. XK, that was annoying. Now, you can deal with SI_Channel. This commit changes how memcards are handled a little, now they are .REGION.raw, like .USA.raw, and can be in any dir. Shawn Hoffman 2009-02-02 22:29:33 +0000
  • cdf0349646 remove pointless directories Shawn Hoffman 2009-02-02 22:17:26 +0000
  • 82d510e252 testsuite: convert printf to std::cout(now all output should appear in dolphin) and add more checks to exi Shawn Hoffman 2009-02-02 22:11:49 +0000
  • 4f44afcb04 Sconsfix XTra.KrazzY 2009-02-02 21:41:39 +0000
  • 22135b7696 Added shuffle2's (unused for now) GBA Serial Interface device code. This calls for implementing a pad type chooser window, anyone in? XTra.KrazzY 2009-02-02 21:40:08 +0000
  • ae2fa6e35c Some changes to the UCode abstract factory in HLE DSP. Added Pikmin Wii to the CRC list as well. XTra.KrazzY 2009-02-02 20:05:24 +0000
  • eb91942fd6 nJoy: Fixed bugs in settings saving and loading John Peterson 2009-02-02 03:16:59 +0000
  • a3e18c6f6e Now added other 14 games to the List! morzillo 2009-02-01 22:36:49 +0000
  • a78cbe79a5 New 10 More games Added! :) morzillo 2009-02-01 22:35:09 +0000
  • 8b4ca7fa25 Ton of new Games Tested with R2044. This time added 16 new games morzillo 2009-02-01 22:33:32 +0000
  • 2199b15ca6 nJoy: Updated IsFocus() to allow config window input to John Peterson 2009-02-01 20:45:27 +0000
  • ca741b2526 More SDIO WIP Code: Added ground work for SDCard Mounter wxDialog omegadox 2009-02-01 20:20:58 +0000
  • 2620257f47 nJoy: Fixed the digital L and R buttons John Peterson 2009-02-01 20:19:21 +0000
  • 10b39bcb53 JIT: Disabled a "if (js.isLastInstruction)" condition in WriteCallInterpreter(). This will make MegaMan Network Transmission (2003) show the main menu again, and perhaps work like before again. John Peterson 2009-02-01 19:16:34 +0000
  • 2cc882e88f add back a couple of lines uselessly removed in 1654. dunno if it fixes anything. hrydgard 2009-02-01 18:08:49 +0000
  • 4b21fa46d5 PadSimple and Wiimote: Changed return false to return true for the ifdef option John Peterson 2009-02-01 16:32:31 +0000
  • 8c9d07b26b nJoy: Don't allow input when Dolphin is not in focus (supports both the rendering to main window and render to separate window options) John Peterson 2009-02-01 16:29:35 +0000
  • ad995a68ea PadSimple and Wiimote: Change to last commit, changed the ifdef since IsFocus() was already in an ifdef John Peterson 2009-02-01 15:58:33 +0000
  • 9f20ee78f9 PadSimple: Forgot #ifdef John Peterson 2009-02-01 15:55:00 +0000
  • 46151a9369 PadSimple: Removed the todo comment John Peterson 2009-02-01 15:50:59 +0000
  • 4837dac8b6 PadSimple: Don't allow input when Dolphin is not in focus supports the rendering to main window option to John Peterson 2009-02-01 15:48:52 +0000
  • d352372ccf Wiimote: Don't allow input when Dolphin is not in focus (supports both the rendering to main window and render to separate window options) John Peterson 2009-02-01 15:40:13 +0000
  • e9036455d6 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. John Peterson 2009-02-01 14:58:44 +0000
  • 3bd8f73844 a bit of more work in SDIO omegadox 2009-02-01 14:27:35 +0000
  • 7299ed4ad6 minor groundwork for future jit breakpoint support hrydgard 2009-02-01 14:23:11 +0000
  • 411fdca4fd kill useless unit testing framework that doesn't work :p might make or add a better one later. hrydgard 2009-02-01 14:21:08 +0000
  • 44058d8d63 forgot linux fix omegadox 2009-02-01 14:19:20 +0000