Commit Graph

  • 1ead45ca04 Wiimote: Fixed slight oversight in the last commit John Peterson 2009-02-03 09:39:35 +00:00
  • f3e5f06def GameCube Configuration: Changed "null" to "<Nothing>", I think it's easier to understand John Peterson 2009-02-03 09:31:06 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • d8f71e0574 default to two memcards and a standard controller in port 1 Shawn Hoffman 2009-02-03 05:12:03 +00:00
  • d6c0d5b977 Wiimote: Fixed semi-frequent hanging that would occur when closing the configuration window John Peterson 2009-02-03 04:03:56 +00:00
  • 4f4469545e Wiimote: Made the GUI slightly more user friendly John Peterson 2009-02-03 03:47:13 +00:00
  • 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 +00:00
  • ace2ea395d compile fixes nakeee 2009-02-02 22:47:29 +00:00
  • d7a38393b7 some linux stop issue fix (still not working right) please check on windows nakeee 2009-02-02 22:31:31 +00:00
  • 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 +00:00
  • cdf0349646 remove pointless directories Shawn Hoffman 2009-02-02 22:17:26 +00:00
  • 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 +00:00
  • 4f44afcb04 Sconsfix XTra.KrazzY 2009-02-02 21:41:39 +00:00
  • 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 +00:00
  • 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 +00:00
  • eb91942fd6 nJoy: Fixed bugs in settings saving and loading John Peterson 2009-02-02 03:16:59 +00:00
  • a3e18c6f6e Now added other 14 games to the List! morzillo 2009-02-01 22:36:49 +00:00
  • a78cbe79a5 New 10 More games Added! :) morzillo 2009-02-01 22:35:09 +00:00
  • 8b4ca7fa25 Ton of new Games Tested with R2044. This time added 16 new games morzillo 2009-02-01 22:33:32 +00:00
  • 2199b15ca6 nJoy: Updated IsFocus() to allow config window input to John Peterson 2009-02-01 20:45:27 +00:00
  • ca741b2526 More SDIO WIP Code: Added ground work for SDCard Mounter wxDialog omegadox 2009-02-01 20:20:58 +00:00
  • 2620257f47 nJoy: Fixed the digital L and R buttons John Peterson 2009-02-01 20:19:21 +00:00
  • 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 +00:00
  • 2cc882e88f add back a couple of lines uselessly removed in 1654. dunno if it fixes anything. hrydgard 2009-02-01 18:08:49 +00:00
  • 4b21fa46d5 PadSimple and Wiimote: Changed return false to return true for the ifdef option John Peterson 2009-02-01 16:32:31 +00:00
  • 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 +00:00
  • 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 +00:00
  • 9f20ee78f9 PadSimple: Forgot #ifdef John Peterson 2009-02-01 15:55:00 +00:00
  • 46151a9369 PadSimple: Removed the todo comment John Peterson 2009-02-01 15:50:59 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 3bd8f73844 a bit of more work in SDIO omegadox 2009-02-01 14:27:35 +00:00
  • 7299ed4ad6 minor groundwork for future jit breakpoint support hrydgard 2009-02-01 14:23:11 +00:00
  • 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 +00:00
  • 44058d8d63 forgot linux fix omegadox 2009-02-01 14:19:20 +00:00
  • 6809ce759e Moved SDInterface to IPC_HLE/HW omegadox 2009-02-01 14:16:11 +00:00
  • 929e003b5e Some groundwork for SD Interface omegadox 2009-02-01 13:28:57 +00:00
  • bef60f8ec0 Show 32/64-bitness in title bar. Fix up some screwed up indentation :( hrydgard 2009-02-01 13:15:21 +00:00
  • 888465868d Wiimote: Fixed the switching between real and emulated wiimote, the reporting mode is now shared in real/emu dual mode, the accelerator neutral values are shared, the extension is somewhat shared but still doesn't support unplugging and reinserting the extension during gameplay in dual mode. Improved debugging, fixed a bug in movement recording, fixed a bug in report 0x21 eeprom reading so that the game reads the accelerator neutral values from it. John Peterson 2009-02-01 13:01:50 +00:00
  • 529bf35d6a trying to clean all plugins on shutdown nakeee 2009-01-31 23:47:45 +00:00
  • f8064316b1 Some code clean up console now prints to file and stderr on windows someone feels like creating a wxw version? nakeee 2009-01-31 21:49:06 +00:00
  • ae84837320 compile fix nakeee 2009-01-31 20:31:19 +00:00
  • cdb8e2009d temporarily disable vtx fmt jit in 64-bit mode until i can figure out why it crashes hrydgard 2009-01-31 19:48:31 +00:00
  • 24fc93cce4 fix for win64 + OpenGL crashes?!?! dumb plugin loading order... Also enable debug symbols on ogl debugfast build Shawn Hoffman 2009-01-31 19:39:14 +00:00
  • 6c7e674e69 Emulated Wiimote: Don't report IR positions outside the screen (leave them at 0xff), don't report A and B button mouse clicks when the cursor is outside the screen John Peterson 2009-01-31 01:18:57 +00:00
  • 31cd8ed9d2 tiny fixes XTra.KrazzY 2009-01-30 17:45:02 +00:00
  • dd6fe4889d build fix for those non-WIP OGL people out there XTra.KrazzY 2009-01-30 07:35:47 +00:00
  • d0c2917b7a Update vcproj so the non-GLWindow version of OGL can continue compiling, since we're not ready to switch to GLWindow yet Shawn Hoffman 2009-01-29 23:51:10 +00:00
  • cd658ac755 More WIP OGL EventHandler work by shuffle2 and myself. Wiimote isn't implemented yet and OGL window is too small (should take window borders into account when creating window). XTra.KrazzY 2009-01-29 23:35:31 +00:00
  • d3677a0247 Wiimote: Fixed a few non-Windows compile problems, could not fix all John Peterson 2009-01-29 13:52:27 +00:00
  • a7025c1591 testgl=1 compile fix nakeee 2009-01-29 11:12:53 +00:00
  • 7d86f7e3e0 Disabled wiimote on non windows, until build is fixed nakeee 2009-01-29 10:20:15 +00:00
  • f813454d76 Wiimote: Fix to last commit John Peterson 2009-01-29 08:51:23 +00:00
  • a35579c40b Wiimote: John Peterson 2009-01-29 08:35:29 +00:00
  • 933217bd7b more portability, less redundant ifdefs XTra.KrazzY 2009-01-29 08:28:15 +00:00
  • a15911fd81 fix XTra.KrazzY 2009-01-29 07:37:11 +00:00
  • b89b51c059 fix for godisgovernment's fix (r2028) (don't upload files you didn't create by guessing, but you were close :) ) XTra.KrazzY 2009-01-29 06:53:31 +00:00
  • b4158a28ee cross-platformize strncasecmp Shawn Hoffman 2009-01-29 02:13:36 +00:00
  • a5e0bdb1ed fix for last commit Shawn Hoffman 2009-01-29 01:53:07 +00:00
  • 7219bcd4d5 This is a joined work of XK and me on improving the HLE plugin interface. It allows run time selection of backends (AOSound, DSound and NullSound). It replaces the DSP_NULL plugin (works even better!) It also includes improved thread handling on asound, and using some common functions on both asound and windows. nakeee 2009-01-29 00:57:55 +00:00
  • 121be22532 buildfix and some cleanup Shawn Hoffman 2009-01-28 16:51:05 +00:00
  • 30523b570c Wiimote: Avoid the possibility of causing a constant rumble when a game is closed John Peterson 2009-01-28 16:28:34 +00:00
  • 2f0993bb6e Wiimote: Another one John Peterson 2009-01-28 16:18:47 +00:00
  • 41b8bb0d25 Wiimote: Change to last commit John Peterson 2009-01-28 16:17:01 +00:00
  • 8d08faee2c Wiimote: Small change to last commit John Peterson 2009-01-28 16:14:51 +00:00
  • 946fb12752 Wiimote: Partial work on movement recording (not working yet) John Peterson 2009-01-28 16:09:08 +00:00
  • 7bc798b7f1 Fixed ISOProperties window crash. Please don't kill modals with Destroy() but with EndModal(). XTra.KrazzY 2009-01-28 10:21:18 +00:00
  • c946f84f7f Call Of Duty Fines Hour GC Is playable again Added Line of Issue morzillo 2009-01-27 22:28:33 +00:00
  • afb8fb3647 Fix Dragon Ball Z Sagas and Added Issue information Very playable in R2018 morzillo 2009-01-27 21:47:58 +00:00
  • f4195308f5 WII World Championship Offroad Racing (Baja 1000) (Playable! See Issues for info) morzillo 2009-01-27 21:39:28 +00:00
  • a9a9cd0a42 Five New WII Games Added Movie Studios Party (Problems & Other) Ten Pin Alley 2 (Playable) Shaun White Snowboarding: Road Trip (Playable,see inside) SEGA BASS FISHING (Intro See Inside) Table football(Fully Playable) Have Fun! morzillo 2009-01-27 21:04:54 +00:00
  • ac80c04eab XFB in SC reverted back to its previous behavior (thx donko). But still hacked in DC (still a FIXME). memberTwo.mb2 2009-01-27 20:59:27 +00:00
  • bb50a6b833 WII:Guinness World Records: The Video Game ADDED It's Fully Playable with Full Sound! morzillo 2009-01-27 19:54:13 +00:00
  • 38f6317c83 Redsteel WII:change the name into the .ini.PAL and NTSC for recognize the version. And Add 3 new WII games. Crazy Mini Golf (Playable) Classic British Racing (Problems & Others) Family Game Night (Broken) The Three are PAL version morzillo 2009-01-26 21:22:20 +00:00
  • e7d653d86a DragonBall Z Budokai 2 Pal Version GC. Full Speed InGame but screen is half. morzillo 2009-01-26 20:57:34 +00:00
  • 8e937c669d off road fix by chaos :') daco65 2009-01-26 18:09:06 +00:00
  • 52deb12599 updated dsp null some clean up as well. Please test on windows nakeee 2009-01-26 16:58:01 +00:00
  • 356db07cbf fixed compile, fixed crash, added panicalert` nakeee 2009-01-26 16:27:01 +00:00
  • bc6bbafb95 Wiimote: Added status bars for the real Wiimote to the configuration menu John Peterson 2009-01-26 14:13:27 +00:00
  • 3997602e5a case fix nakeee 2009-01-26 11:36:25 +00:00
  • 5ba7952988 Wiimote: Fixed Issue 517 John Peterson 2009-01-26 07:29:04 +00:00
  • b0736a1508 Wiimote: Fixed the switch during gameplay option. The only issue left seems to be that the real wiimote sometimes doesn't get the correct reporting mode John Peterson 2009-01-26 07:01:43 +00:00
  • 3c4a73d5a6 Core and PluginManager: Fixed Stop and Start again, the video plugin needed to be completely reset John Peterson 2009-01-26 01:14:04 +00:00
  • 8eeb1d0202 Wiimote: Switch between emulated and real Wiimote during gameplay. John Peterson 2009-01-25 23:07:15 +00:00
  • c9ca6ef55a nJoy: Fixed a bug that would sometimes cause settings to not be saved correctly John Peterson 2009-01-25 18:20:16 +00:00
  • ac2fd1b17e compile fix, thanks shuffle XTra.KrazzY 2009-01-25 18:07:26 +00:00
  • 2268b2137d Mario Party 5 Now Is very playable. Changed Emustate and ADD 6 New WII Games to the list. morzillo 2009-01-25 14:33:21 +00:00
  • f208272d2d Some new WII Games morzillo 2009-01-25 00:34:57 +00:00
  • 792edb787f Damn these unversioned files :) XTra.KrazzY 2009-01-24 22:54:43 +00:00
  • beaf8138f2 DSP NULL now works with Wii games. XTra.KrazzY 2009-01-24 22:53:25 +00:00
  • 2e92b94e4a Compile fix on linux nakeee 2009-01-24 22:24:44 +00:00
  • 0db67cf51c nJoy: Small change John Peterson 2009-01-24 22:17:51 +00:00
  • a3c383ad4a nJoy: Made it tolerate a bad device (the Wiimote DirectInput device for example) John Peterson 2009-01-24 22:13:53 +00:00
  • 2a13bedfc8 break my BOOLs memberTwo.mb2 2009-01-24 22:02:27 +00:00
  • 250276fdea Change Emustate and fix unused "hacks" to Revision 2001 of Dolphin. morzillo 2009-01-24 21:55:14 +00:00
  • 1e7655b5db 1) XFB in DC proposal. This impact video plugin interface. WARNING: XFB_Draw is not CPU->VI dependent anymore. It's up to GP now. Except for some 2D homebrews which never use GPfifo&CP but direcly XFB. Well, in other words: emulated VSync is uncorrelated with CPU timings now. Tell me if it's too much hacky. 2) DC/GPfifo work: GP quicker to react. PeekMessages at a more steady rate. 3) Fix XFB address to avoid crash like with Animal Crossing gc. TODO: VI regs need proper typedef and logic. 4) Few misc. changes on the fly. memberTwo.mb2 2009-01-24 14:43:17 +00:00
  • fa7e857161 nJoy: Readded some fixes to nJoy (Notice: these changes have nothing to do with the argument earlier. These are only for fixing nJoy (point one and three in the 1991 revision)). Now opening the Wiimote plugin doesn't crash either (it was just a typo in GetWiimote()). John Peterson 2009-01-24 12:09:30 +00:00