summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-29Merge pull request #1730 from hrydgard/vertex-loaderbunnei
2016-04-29add config block 0x00170000wwylele
2016-04-29Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner
2016-04-29AudioCore: Implement interpolationMerryMage
2016-04-29Move and rename the MemoryAccesses class to MemoryAccessTracker.Henrik Rydgard
2016-04-28Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)Henrik RydgÄrd
2016-04-28Debugger fixHenrik Rydgard
2016-04-28Optimize the vertex loader, nearly doubling its speed.Henrik Rydgard
2016-04-28Don't keep base_address in the loader, it doesn't belong there (with it, the ...Henrik Rydgard
2016-04-28Move "&" to their proper place, add missing includes and make some properly r...Henrik Rydgard
2016-04-28Refactor: Extract VertexLoader from command_processor.cpp.Henrik Rydgard
2016-04-28Remove late accesses to attribute_configHenrik Rydgard
2016-04-28Merge pull request #1727 from MerryMage/minor-commitbunnei
2016-04-28Merge pull request #1722 from MerryMage/soundtouchbunnei
2016-04-28Externals: Add soundtouchMerryMage
2016-04-28AudioCore: Move samples_per_frame and num_sources into hle/common.hMerryMage
2016-04-27Merge pull request #1708 from MerryMage/dsp_dspbunnei
2016-04-27DSP_DSP: Fix log format strings and argumentsMerryMage
2016-04-27AudioCore: Hack to prevent regressions: Trigger Binary pipe interrupt every a...MerryMage
2016-04-27DSP_DSP: Add return IPC headersMerryMage
2016-04-27DSP_DSP: Updated interrupt implementationMerryMage
2016-04-26Merge pull request #1721 from bunnei/cleanup-pr-1447bunnei
2016-04-26y2r_u: Cleanup some formatting.bunnei
2016-04-26Merge pull request #1447 from JamePeng/update-y2r-servicebunnei
2016-04-26Merge pull request #1720 from linkmauve/fix-qtlinkmauve
2016-04-26Qt Frontend: Add Threads::Threads import in CMakeLists.txt.Emmanuel Gil Peyrot
2016-04-25Merge pull request #1710 from hrydgard/optimize-event-breakpointsbunnei
2016-04-25Merge pull request #1714 from smspillaz/fix-1711bunnei
2016-04-25DSP/Pipe: There are 8 pipesMerryMage
2016-04-25travis: Install cmake 3.1Sam Spilsbury
2016-04-25shader: Shader size is long uint, not uint.Sam Spilsbury
2016-04-25shader: Handle non-CALL opcodes with a breakSam Spilsbury
2016-04-24shader: Format string must be provided inline and not as a variableSam Spilsbury
2016-04-24am: title_id is long long uintSam Spilsbury
2016-04-24assert: Allow UNREACHABLE_MSG to have just one argumentSam Spilsbury
2016-04-24CMakeLists: Use imported version of Threads::ThreadsSam Spilsbury
2016-04-24Replace std::map with std::array for graphics event breakpoints, and allow th...Henrik Rydgard
2016-04-24DSP_DSP: Remove unused variableMerryMage
2016-04-24Merge pull request #1576 from smspillaz/fix-build-errors-03272016bunnei
2016-04-23Merge pull request #1705 from LittleWhite-tb/compat_gcc49bunnei
2016-04-23Protect use of std::is_trivially_copyable to compile with GCC 4.9LittleWhite
2016-04-23return checks if event and memory createdmailwl
2016-04-23assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTEDSam Spilsbury
2016-04-23pica: Handle default lighting caseSam Spilsbury
2016-04-23ncch: Use correct format specifier (for long long uint)Sam Spilsbury
2016-04-23fs: Fix what appears to be a typo (filename_size / file_size)Sam Spilsbury
2016-04-23gdbstub: Don't check if unsigned int is > 0Sam Spilsbury
2016-04-23debugger: Warn if we reach an unreachable formatSam Spilsbury
2016-04-23microprofileui: Use correct printf specifierSam Spilsbury
2016-04-23microprofile: Use std::absSam Spilsbury