summaryrefslogtreecommitdiff
path: root/Source/DSPTool
AgeCommit message (Expand)Author
2019-12-28Add an ARM64 target to Visual Studio projectsStenzek
2019-11-30Update VS projects/solutions to VS2019Stenzek
2019-11-06InputCommon: Make the "input gate" not racey.Jordan Woyak
2019-07-28VideoCommon/OnScreenDisplay: Take Message's std::string parameter by valueLioncash
2019-06-23Fix a crash in DSPTool on malformed command lineSilent
2019-05-29Common/FileUtil: Make WriteStringToFile consistent with ReadFileToStringLioncash
2019-05-24Update Discord rich presence when the title changesDavid Korth
2018-10-20Update to Visual Studio's default Windows SDKTillmann Karras
2018-09-28Remove unused Host_ShowVideoConfigStenzek
2018-07-05DSPTool: Use std::string == instead of strcmpLéo Lam
2018-06-22DSPTool: Get rid of unnecessary castsLioncash
2018-06-22DSPTool: Get rid of raw new and deleteLioncash
2018-06-22DSPTool: Make CodeToHeader() and CodesToHeader() return a std::string directlyLioncash
2018-06-22DSPTool: Remove unnecessary c_str() callsLioncash
2018-06-22DSPTool: Factor out assembly file retrievalLioncash
2018-06-17DSPTool: Factor out behavior from main()Lioncash
2018-05-28Common: Move host communication enum to Host.hLioncash
2018-05-04Win32/FileUtil: Fix IsDirectory() not working for certain directoriesspycrab
2018-04-17Fix some warningsTillmann Karras
2018-03-25DSPCodeUtil: Don't return data via an out parameterLioncash
2017-09-13DSPTool: Fix buildLéo Lam
2017-06-05Move DSP::CodesToHeader to DSPToolMichael Maltese
2017-06-05DSPTool: extract tests into a DSPAssemblyTestMichael Maltese
2017-06-05DSPTool: make existing tests passMichael Maltese
2017-06-03msbuild: increment other version numbers to vs2017 equivalentsShawn Hoffman
2017-05-28upgrade to Windows SDK 10.0.15063.0BhaaL
2017-05-25Migrate to Visual Studio 2017.Pierre Bourdon
2017-03-01CMakeLists: Normalize whitespaceLioncash
2016-12-31DSP: Namespace remaining un-namespaced DSP codeLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-09-03[windows] Update projects to vs2015.Shawn Hoffman
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-01-03CMake: simplify some expressionsTillmann Karras
2014-09-01msvc: remove some remnants of SDL and DSound from projects and general cleanup.Shawn Hoffman
2014-08-14Windows: Use a shared precompiled header for dolphin code under Source/Shawn Hoffman
2014-08-07Fix more warnings from #579Tillmann Karras
2014-06-24Remove the 32-bit config platform from the VS solution and projectsLioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09Fix DSPTool string output for disassembly.Lioncash
2014-03-09Fix DSPTool.Lioncash
2014-02-20Forgot to move DSPTool over. Fixed now.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre
2013-12-31Convert all vcxproj files to UNIX line endingsJasper St. Pierre
2013-11-22Changed the DSP ROM warning from a panic alert to an on-screen message.skidau
2013-11-05Fix {Read,Write}FileToString.Matthew Parlane
2013-11-03Run code through the advanced tool 'sed' to remove trailing whitespace.comex
2013-11-02do not copy pdbs to binary dir (you can use the symbol server for $(random_bu...Shawn Hoffman
2013-10-26Update to VS2013 and a slew of build-related updates. Notes:Shawn Hoffman
2013-05-21Buildfix for dsptool.Rachel Bryk