Update to support GFE 2.1.4

This commit is contained in:
Cameron Gutman
2014-11-10 22:01:19 -08:00
parent 244130fc1b
commit 269d9a6bc6
4 changed files with 5 additions and 0 deletions

View File

@@ -341,6 +341,7 @@ public class PcView extends Activity {
message = "GFE returned an HTTP 404 error. Make sure your PC is running a supported GPU. Using remote desktop software can also cause this error. "
+ "Try rebooting your machine or reinstalling GFE.";
} catch (Exception e) {
e.printStackTrace();
message = e.getMessage();
}