summaryrefslogtreecommitdiffhomepage
path: root/proto-wine/proton.cpp
AgeCommit message (Collapse)Author
2020-06-17Replace exception handling with error return valueRussell Sim
2020-06-14Implement error handlingRussell Sim
2020-06-14Remove unnecessary variable assignmentRussell Sim
2020-06-13Proton directory discoveryRussell Sim
Use search paths to find proton wine and the app directory, so that we can support steam installations in multiple locations and 3rd party proton installations.
2019-10-28proto/wine: implement more proton knobsStanislaw Halik
Reported by: @jp7677 Issue: #996
2019-10-28proto/wine: assume HOME exists in environStanislaw Halik
2019-10-28proto/wine: add support for protonStanislaw Halik