Skip to content

Commit

Permalink
added firmware location for Mac OS X platform
Browse files Browse the repository at this point in the history
Signed-off-by: Tolga Cakir <tolga@cevel.net>
  • Loading branch information
tolga9009 committed May 28, 2016
1 parent 4c299ed commit 49e97b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gchd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ void GCHD::stream(std::array<unsigned char, DATA_BUF> *buffer) {

int GCHD::checkFirmware() {
if (deviceType_ == DeviceType::GameCaptureHD) {
std::vector<std::string> locationList = {"/usr/lib/firmware/gchd/", "/usr/local/lib/firmware/gchd/", "./"};
std::vector<std::string> locationList = {"/usr/lib/firmware/gchd/", "/usr/local/lib/firmware/gchd/", "./", "/Applications/Game Capture HD.app/Contents/Resources/Firmware/Beddo/"};

for (auto it : locationList) {
std::string idle = it + FW_MB86H57_H58_IDLE;
Expand Down

0 comments on commit 49e97b0

Please sign in to comment.