Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MainSettings: Make MAIN_CUSTOM_RTC_VALUE default value less magical #10684

Merged

Conversation

Pokechu22
Copy link
Contributor

Suggested in #8067 (comment).

@@ -3,6 +3,7 @@

#include "Core/Config/MainSettings.h"

#include <chrono>
Copy link
Contributor

@iwubcode iwubcode May 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, no, I was trying to implement it using std::chrono to do the date differences but I couldn't get it to work; that's a leftover from my attempt.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chrono should be possible but it's a lot more verbose, even with C++20 :(

@AdmiralCurtiss
Copy link
Contributor

Sure, why not.

@AdmiralCurtiss AdmiralCurtiss merged commit 5a4e783 into dolphin-emu:master May 21, 2022
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants