summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2013-09-04Refactor thread handling to fix OS X bug.comex
2013-09-04Remove dubious retain on OS X.comex
2013-09-04Fix syncing wiimotes on OS X.comex
2013-09-04Fix typo in log message in WII_IOB.cpp.comex
2013-09-04[ARM] Reenable ps_add. Issue is due to something in the FPR cache. Still need...Ryan Houdek
2013-09-04[ARM] Reimplement fastmem for the few loadstores that had it before.Ryan Houdek
2013-09-03Don't ever ever let CFrame::DoStop() run twice at the same time.Rachel Bryk
2013-09-03[NetPlay] Make the Memory Card A/B setting sync across netplay.Justin Chadwick
2013-09-03[NetPlay] Allow recording movies during netplay.Rachel Bryk
2013-09-03[ARM] lmw implementation.Ryan Houdek
2013-09-03[ARM] Merge load instructions in to one. Also rapid prototype 13 more load in...Ryan Houdek
2013-09-03[ARM] Fix and enable fastmem for 32bit stores.Ryan Houdek
2013-09-03[ARM] Merge all store instructions in to one. This disables fastmem on stores...Ryan Houdek
2013-09-03[ARM] Merge all store instructions in to one. This disables fastmem on stores...Ryan Houdek
2013-09-02[Netplay] Read dual core setting before syncing it with clients.Justin Chadwick
2013-09-02fix android.comex
2013-09-02Make fastmem work under a debugger on OS X.comex
2013-09-02Remove accessType from BackPatch's signature in favor of getting it from Disa...comex
2013-09-02[ARM] Merge a bunch of arithmetic JIT instructions and rapid prototyping of a...Ryan Houdek
2013-09-02rename vertex streaming hack tooltipdegasus
2013-09-02Removal of my terrible idea.Ryan Houdek
2013-09-02[Android] Fix fastmem and enable.Ryan Houdek
2013-09-02[Android] Make texture loading/deleting/drawing backend non-specific by makin...Ryan Houdek
2013-09-02Fix an accidental duplicate if-statement handling of 0x1007 in WII_IPC_HLE_De...Lioncash
2013-09-01A few more warnings.comex
2013-09-01More warnings: mark/avert truncating conversions from float.comex
2013-09-01MSVC warnings.comex
2013-09-01More trivial warning fixes.comex
2013-09-01Fix IOCTLV_SO_GETADDRINFO.comex
2013-09-01Fix use of deprecated APIs in IOdarwin.mm.comex
2013-09-01Fix use of deprecated screen resolution API.comex
2013-09-01A bunch of trivial changes to fix clang warnings.comex
2013-09-01A fix to my fix to my fix. Sorry.comex
2013-09-01[Android] Fix the game thread never leaving.Ryan Houdek
2013-09-01Work around MSVC bug, and make it less likely to happen again. Ew.comex
2013-08-31Better error reporting for ES / NANDContentLoader.comex
2013-08-31NetPlay: bump protoJasper St. Pierre
2013-09-01Recvfrom tidy and store laste error.Matthew Parlane
2013-09-01Fix sendto.Matthew Parlane
2013-09-01Fix setsockopt.Matthew Parlane
2013-08-31NetPlay: Don't bother with the host's controller settingsJasper St. Pierre
2013-08-31Fix inability to boot NAND contents caused by 04c41c1d3826.comex
2013-08-31Add a link to our documentations guides in DolphinPierre Bourdon
2013-08-31Fixes accept.Matthew Parlane
2013-08-31Fix a trivial bug in b6728c1405d3a1a0ba3daa480f18e3d765a97b9f.comex
2013-08-31Fix loading DLC using IOCTL_ES_OPENTITLECONTENT & /dev/es state save.comex
2013-08-31Make NonCopyable use rvalue references.comex
2013-08-31Fix sysmenu test connection bug on Windows.Matthew Parlane
2013-08-31Indent the code in the previous bug fix I did. Now there aren't braces on the...Lioncash
2013-08-30Merge branch 'wiiSaveExportFixes'LPFaint99