Skip to content
Snippets Groups Projects
  1. Jul 05, 2017
  2. Oct 08, 2016
  3. Aug 12, 2016
  4. Apr 18, 2016
  5. Mar 26, 2016
  6. Mar 03, 2016
  7. Oct 05, 2015
  8. Sep 09, 2015
  9. Sep 07, 2015
  10. Jul 27, 2015
  11. Jul 21, 2015
  12. Jun 19, 2015
  13. May 31, 2015
  14. May 25, 2015
  15. May 13, 2015
  16. Jan 26, 2015
  17. Jan 03, 2015
  18. Dec 06, 2014
  19. Nov 24, 2014
  20. Oct 27, 2014
  21. Feb 27, 2014
  22. Dec 24, 2012
  23. Nov 12, 2012
  24. Nov 02, 2012
  25. Feb 17, 2011
    • Soren Jorvang's avatar
      OS X' IOBluetooth class requires that device discovery and device · fa80f407
      Soren Jorvang authored
      connection establishment be done in the same thread, which caused
      problems when the now persistent device connections could be
      initiated by either opening the wiimote config dialog or starting
      the emulation.
      
      This same thread doesn't necessarily have to be the main (GUI)
      thread, but it fits with the current other init case in the wiimote
      config dialog and doing it in the main thread and would be required
      if we should want to use the IOBluetoothUI framework in the future
      for having the user input a pairing key for permanent syncing.
      
      Also move a few other bits of code from the emu thread function
      into Init() and Shutdown() so it only does those things that need
      to be in that thread's context. I am not sure about video setup
      so I have left that in EmuThread() for now.
      
      
      git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7188 8ced0084-cf51-0410-be5f-012b33b47a6e
      fa80f407
  26. Feb 02, 2011
  27. Jan 20, 2011
  28. Oct 13, 2010
  29. Jul 08, 2010
  30. Jun 02, 2010
    • Soren Jorvang's avatar
      Meta: · 664cea45
      Soren Jorvang authored
      Using Unix tools to operate on a tree containing filename with spaces in them
      is really annoying, so rename the handful of instances where there were spaces.
      
      Host.cpp has never been used.
      
      Games tend to lookup the following directories that we don't yet have anything
      to put in, so prepopulate them in Data/User/Wii:
      
      title/00010001
      title/00010002
      title/00010003
      title/00010004
      title/00010005
      title/00010006
      title/00010007
      meta
      shared2/title
       
      Set eol-style native on a number of text files which didn't already have it.
      
      
      git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5572 8ced0084-cf51-0410-be5f-012b33b47a6e
      664cea45
  31. Jun 01, 2010
  32. May 31, 2010
  33. Jan 23, 2010
  34. Jun 18, 2009
  35. Apr 15, 2009
  36. Mar 28, 2009
  37. Mar 25, 2009
  38. Jan 16, 2009