Update to latest version of cxxopts
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "xenia/base/cvar.h"
|
#include "xenia/base/cvar.h"
|
||||||
|
#include <iostream>
|
||||||
#define UTF_CPP_CPLUSPLUS 201703L
|
#define UTF_CPP_CPLUSPLUS 201703L
|
||||||
#include "third_party/utfcpp/source/utf8.h"
|
#include "third_party/utfcpp/source/utf8.h"
|
||||||
|
|
||||||
@@ -87,7 +87,7 @@ void ParseLaunchArguments(int& argc, char**& argv,
|
|||||||
configVar->LoadFromLaunchOptions(&result);
|
configVar->LoadFromLaunchOptions(&result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (const cxxopts::OptionException& e) {
|
} catch (const cxxopts::exceptions::exception& e) {
|
||||||
xe::AttachConsole();
|
xe::AttachConsole();
|
||||||
if (xe::has_console_attached()) {
|
if (xe::has_console_attached()) {
|
||||||
std::cout << e.what() << std::endl;
|
std::cout << e.what() << std::endl;
|
||||||
|
|||||||
2
third_party/cxxopts
vendored
2
third_party/cxxopts
vendored
Submodule third_party/cxxopts updated: 48e265dc4b...2e3c6991d3
Reference in New Issue
Block a user