summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
2017-01-25cmake: Change endforeach(.*) to endforeach()Florent Castelli
2017-01-25cmake: Change endif(.*) to endif()Florent Castelli
2017-01-25Merge pull request #4742 from lioncash/dspasmMarkus Wick
2017-01-25Merge pull request #4723 from booto/ios-initPierre Bourdon
2017-01-25Merge pull request #4748 from lioncash/dspregcacheMatthew Parlane
2017-01-25Load IOS from TMD when launching non-IOS title.booto
2017-01-24DSPJitRegCache: Make GetReg return by valueLioncash
2017-01-25JitCache: Split off JIT call from dispatcher.degasus
2017-01-24Set up IOS RAM information area with real values.booto
2017-01-24Merge pull request #4744 from ligfx/cleanup-osx-cmakeMarkus Wick
2017-01-24Merge pull request #4741 from Orphis/cmake_cleanupMarkus Wick
2017-01-24CMake: use CMAKE_OSX_DEPLOYMENT_TARGETMichael Maltese
2017-01-24Merge pull request #4734 from leoetlino/info-ios-versionMatthew Parlane
2017-01-24DolphinWX: Remove HAVE_WX preprocessor defineFlorent Castelli
2017-01-23DSPAssembler: Replace malloced output buffer with std::vectorLioncash
2017-01-24vs: Move defines out of Common.h to the build systemFlorent Castelli
2017-01-24Fix missing includesFlorent Castelli
2017-01-24cmake: Prevent HAVE_OPENAL and HAVE_PORTAUDIO to be redefinedFlorent Castelli
2017-01-24DolphinWX: Put wx related headers before including anything elseFlorent Castelli
2017-01-24Merge pull request #4726 from ligfx/addingwindowsheadersMatthew Parlane
2017-01-23No longer need to //clang-format off for Windows headersMichael Maltese
2017-01-24Merge pull request #4738 from EmptyChaos/pe-stackcheck-fixMatthew Parlane
2017-01-24Merge pull request #4737 from lioncash/bpmemMatthew Parlane
2017-01-23BPMemory: Add const specifier to member functions where applicableLioncash
2017-01-23BPMemory: Eliminate union type punningLioncash
2017-01-24MMU/PatchEngine: Fix potential crash during stack probeEmptyChaos
2017-01-23DiscIO: Fix out-of-bounds access in NANDContentDataBufferLéo Lam
2017-01-24Merge pull request #4733 from leoetlino/expose-wad-tmdMatthew Parlane
2017-01-23VolumeWad: Implement GetTMD()Léo Lam
2017-01-23DolphinWX: Show the required IOS version in info panelLéo Lam
2017-01-23DolphinWX: Simplify item creation in InfoPanelLéo Lam
2017-01-23JitCache: Extract ErasePhysicalRange as function.degasus
2017-01-23JitCache: Get physical addresses from PPCAnalyst.degasus
2017-01-23JitAnalyzer: Remove jit block cache workaround.degasus
2017-01-23JitCache: Use a map with macro blocks for the occupied memory regions.degasus
2017-01-23JitCache: Drop block_map.degasus
2017-01-24Merge pull request #4728 from lioncash/virtual-dtorMatthew Parlane
2017-01-24Merge pull request #4730 from leoetlino/tmdreaderMatthew Parlane
2017-01-24Merge pull request #4731 from leoetlino/volumewadMatthew Parlane
2017-01-23RenderBase: Forward declare EFBAccessTypeLioncash
2017-01-23VolumeWad: Remove useless else after returnLéo Lam
2017-01-23VolumeWad: Add missing forward declarationLéo Lam
2017-01-23VolumeWad: Clean up variable namingLéo Lam
2017-01-23VolumeWad: In-class initialise member variablesLéo Lam
2017-01-23TMDReader: Add a way to get the required IOS versionLéo Lam
2017-01-23Merge pull request #4727 from lioncash/enum-classMarkus Wick
2017-01-23Merge pull request #4729 from lioncash/tableJosJuice
2017-01-23Merge pull request #4721 from RisingFog/remove_dead_audiodump_codeMat M
2017-01-23Remove dead audio dumping codeChris Burgener
2017-01-23ES: Move the key table into the cpp fileLioncash