index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
DSPTool
/
DSPTool.cpp
Age
Commit message (
Expand
)
Author
2025-08-03
Host: Remove unnecessary functions
Dentomologist
2023-01-23
DSPTool: Generate an alignment specifier
Pokechu22
2022-10-12
Remove most uses of StringFromFormat in favor of fmt
Pokechu22
2022-06-14
DSPTool: Exit with status 1 if binary comparison fails
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-12-27
DSP: Eliminate most global state
Lioncash
2020-07-24
DSPLLE: Use Memory functions isntead of directly using Memory::physical_base
Pokechu22
2020-07-24
Use size_t in some DSP code code
Pokechu22
2019-07-28
VideoCommon/OnScreenDisplay: Take Message's std::string parameter by value
Lioncash
2019-06-23
Fix a crash in DSPTool on malformed command line
Silent
2019-05-29
Common/FileUtil: Make WriteStringToFile consistent with ReadFileToString
Lioncash
2018-07-05
DSPTool: Use std::string == instead of strcmp
Léo Lam
2018-06-22
DSPTool: Get rid of unnecessary casts
Lioncash
2018-06-22
DSPTool: Get rid of raw new and delete
Lioncash
2018-06-22
DSPTool: Make CodeToHeader() and CodesToHeader() return a std::string directly
Lioncash
2018-06-22
DSPTool: Remove unnecessary c_str() calls
Lioncash
2018-06-22
DSPTool: Factor out assembly file retrieval
Lioncash
2018-06-17
DSPTool: Factor out behavior from main()
Lioncash
2018-03-25
DSPCodeUtil: Don't return data via an out parameter
Lioncash
2017-06-05
Move DSP::CodesToHeader to DSPTool
Michael Maltese
2017-06-05
DSPTool: extract tests into a DSPAssemblyTest
Michael Maltese
2017-06-05
DSPTool: make existing tests pass
Michael Maltese
2016-12-31
DSP: Namespace remaining un-namespaced DSP code
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-08-07
Fix more warnings from #579
Tillmann Karras
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
Fix DSPTool string output for disassembly.
Lioncash
2014-03-09
Fix DSPTool.
Lioncash
2014-02-20
Forgot to move DSPTool over. Fixed now.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre