summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2015-05-25Merge pull request #2339 from JosJuice/fix-wii-fst-sizeRyan Houdek
2015-05-25Fix building with PCH disabled.Rohit Nirmal
2015-05-25Merge pull request #2357 from degasus/ogl_efb_poke_mergeRyan Houdek
2015-05-25Merge pull request #2272 from phire/jitil-floatbugRyan Houdek
2015-05-25[Android] Add support for panic alerts to the JNI.Ryan Houdek
2015-05-25Merge pull request #2421 from Tilka/jit_stuffRyan Houdek
2015-05-25Merge pull request #2394 from Sonicadvance1/android_block_profiling_apiRyan Houdek
2015-05-25Merge pull request #2396 from Sonicadvance1/fix_racing_cpu_coreRyan Houdek
2015-05-25Merge pull request #2429 from Sonicadvance1/aarch64_block_profileRyan Houdek
2015-05-25Merge pull request #2451 from degasus/masterMarkus Wick
2015-05-25Merge pull request #2274 from degasus/disable_bboxRyan Houdek
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-25Add missing license headersTillmann Karras
2015-05-25Simplify some more license headersTillmann Karras
2015-05-25DSP: Inline DSPControl into DSPStatedegasus
2015-05-25VideoCommon: Warn if bbox is disabled but useddegasus
2015-05-25VideoCommon: return 0 if bbox is disableddegasus
2015-05-25BBox: remove now unreachable SW bbox implementationdegasus
2015-05-25VideoCommon: Make BBox emulation optionaldegasus
2015-05-25Jitregister: fix common-core dependencydegasus
2015-05-25Merge pull request #2419 from Armada651/clip-controlMarkus Wick
2015-05-24NetPlayClient: Remove unnecessary array allocationLioncash
2015-05-24Android: Decouple SurfaceView initialization and emulation start.Eder Bastos
2015-05-24Use an ID-to-name map when volume has no company stringJosJuice
2015-05-24SoundStream: Devirtualize StartLogAudio and StopLogAudioLioncash
2015-05-24AudioCommon: Add missing override specifiersLioncash
2015-05-24SoundStream: Devirtualize GetMixerLioncash
2015-05-24SoundStream: Internally construct the mixerLioncash
2015-05-24GekkoDisassembler: Fix typecast for the second printf param for mtfsfLioncash
2015-05-24GekkoDisassembler: Fix disassembly of mtfsf's FM fieldLioncash
2015-05-24DSPCaptureLogger: Add virtual destructorLioncash
2015-05-23Merge pull request #2442 from lioncash/netplayLioncash
2015-05-23NetPlayClient: Rename time variables to be more self-explanatoryLioncash
2015-05-23NetPlayClient: Fix reassembling of system time from packetsLioncash
2015-05-23DolphinWX: Add missing breaks to a switch in RegisterViewLioncash
2015-05-23Merge pull request #2433 from lioncash/leakMatthew Parlane
2015-05-22WiiWad: Use correct form of delete for arraysLioncash
2015-05-22OGL: Depth range inversion.Jules Blok
2015-05-22VertexShaderGen: Use correct depth output when glClipControl is supported.Jules Blok
2015-05-22OGL: Add glClipControl support.Jules Blok
2015-05-22ExpressionParser: Add missing break in UnaryExpression value settingLioncash
2015-05-22WII_IPC_HLE_Device_net: Fix a leak with getaddrinfoLioncash
2015-05-22Merge pull request #2410 from lioncash/swatomicMarkus Wick
2015-05-21Merge pull request #2432 from lioncash/androidLioncash
2015-05-21ButtonManager: Pass strings by const referenceLioncash
2015-05-21Jit64: merge ps_sign into fsignTillmann Karras
2015-05-21Jit64: merge ps_maddXX into fmaddXXTillmann Karras
2015-05-21Jit64: merge ps_arith into fp_arithTillmann Karras
2015-05-21Jit64: merge tri_op into fp_tri_opTillmann Karras