summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2014-03-02Remove another clamp function laying in the codebase and replace it with the ...Lioncash
2014-03-02Merge pull request #109 from lioncash/file-io-clarificationsMatthew Parlane
2014-03-01videosoftware: Provide a more elaborate comment on the FifoPlayer support hack.Tony Wasserka
2014-03-01videosoftware: Added hack to bypass xfb just so fifoplayer works.Scott Mansell
2014-02-28Fix WII_SEEK_END seeking.Lioncash
2014-03-01Fix the Windows build (broken in 315a8ba)Tillmann Karras
2014-02-28Merge pull request #100 from Tilka/misc_fixesPierre Bourdon
2014-02-28Merge pull request #80 from Tilka/dspPierre Bourdon
2014-02-28Remove own round() implementationTillmann Karras
2014-02-28ArmEmitter: make it more readableTillmann Karras
2014-02-28Crypto: small cleanupTillmann Karras
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-28Convert MemoryUtil.cpp to Unix-style line endingsTillmann Karras
2014-02-28x64FPURoundMode: move things around a bitTillmann Karras
2014-02-28Fix various warnings reported by clangTillmann Karras
2014-02-28Merge pull request #113 from Parlane/fix_wifiPierre Bourdon
2014-02-28Randomise the mac address and store it in the config.Matthew Parlane
2014-02-28Merge pull request #112 from Parlane/fix_ssl_initPierre Bourdon
2014-02-27Merge pull request #108 from degasus/GLSLUtilShaderTony Wasserka
2014-02-27Initialise entropy correctly for ssl.Matthew Parlane
2014-02-26comment fixesdegasus
2014-02-26Merge pull request #107 from lioncash/tiny-cleanupTony Wasserka
2014-02-26remove (ATTR|VARY)(IN|OUT) macrosdegasus
2014-02-26Merge duplicate parts of sampler into headerdegasus
2014-02-26calculate constant values on shader compilationdegasus
2014-02-26Rewrite texture tiling implementationdegasus
2014-02-26TextureConverter: Use Log2() and shifts instead of multiplications/divisionsdegasus
2014-02-26MathUtil: Change Log2 return value to intdegasus
2014-02-26merge common parts of encoding shadersdegasus
2014-02-26ogl: optimize real xfb a bitdegasus
2014-02-24Eliminate the magic constants in the switch statement in WII_IPC_HLE_Device_F...Lioncash
2014-02-24Tiny cleanup to WII_IPC_HLE.cpp.Lioncash
2014-02-24PolarSSL: adapt Dolphin to new versionTillmann Karras
2014-02-24Merge pull request #106 from lioncash/unnecessary-cstrPierre Bourdon
2014-02-24Unnecessary c_str call in WII_IPC_HLE_Device_es.cpp's OpenTitleContent function.Lioncash
2014-02-24Fetch swapInterval function pointer after binding a contextdegasus
2014-02-24Merge pull request #101 from delroth/remove-testsRyan Houdek
2014-02-24Fix the nogui build when building with EGLRyan Houdek
2014-02-23In UCode_AX.cpp in function HandleCommandList() - case CMD_MIX_AUXB_NOWRITE s...Lioncash
2014-02-23Remove Source/{Unittests,TestSuite}.Pierre Bourdon
2014-02-23Merge pull request #94 from Tilka/uninitializedPierre Bourdon
2014-02-23Merge pull request #97 from delroth/mmio-gpfifoPierre Bourdon
2014-02-23isSameValue in IR.cpp/.h should be returning a boolean value.Lioncash
2014-02-23WII_IPC_HLE_Device_usb_kbd.cpp's Update method should return 0, not false, it...Lioncash
2014-02-23WriteToHardware: Pass through the whole 0xCC008xxx area to GPFifo instead of ...Pierre Bourdon
2014-02-23Purge wx elements of the console.Lioncash
2014-02-23MMIO: Fix a megaderp in the UniqueID function causing handlers to be overwrit...Pierre Bourdon
2014-02-23MMIO: Pass the provided high part/low part addrs to handlers in {Read,Write}T...Pierre Bourdon
2014-02-23MMIO: Show the read/write size in invalid handlers.Pierre Bourdon
2014-02-23Initial removal of the actual console functionality on windows.Lioncash