mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Warning cleanup
This commit is contained in:
parent
14e9c8954c
commit
31a080a9cb
1 changed files with 3 additions and 0 deletions
|
@ -326,8 +326,11 @@ constexpr auto arg_timer = "high-res-timer";
|
|||
constexpr auto arg_verbose_curl = "verbose-curl";
|
||||
constexpr auto arg_any_location = "allow-any-location";
|
||||
constexpr auto arg_codecs = "codecs";
|
||||
|
||||
#ifdef _WIN32
|
||||
constexpr auto arg_stdout = "stdout";
|
||||
constexpr auto arg_stderr = "stderr";
|
||||
#endif
|
||||
|
||||
int find_arg(std::string arg, int& argc, char* argv[])
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue