Removing the dependency on OpenSSL, as it sucks.

This commit is contained in:
Ben Vanik
2013-02-06 21:47:05 -08:00
parent 7009cd8047
commit 2c42ea909b
15 changed files with 310 additions and 44 deletions

View File

@@ -106,7 +106,7 @@ int xenia_run(int argc, xechar_t **argv) {
usage += "xenia-run some.xex";
google::SetUsageMessage(usage);
google::SetVersionString("1.0");
//google::ParseCommandLineFlags(&argc, &argv, true);
google::ParseCommandLineFlags(&argc, &argv, true);
// Dummy call to keep the GPU code linking in to ensure it's working.
do_gpu_stuff();