Archived
1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra/src
DaemonTsun 64062162c6
feat: add system time offset setting (#6139)
* Add setting for system time offset

Add a setting to displace citra system time by days, hours, minutes
or seconds
Add UI for the setting which is only visible when clock is set to
system time
Change core/settings.h to include the setting

* Add system time offset to kernel

Actually makes use of the time offset.

* Fix time offset calculatioon in core/movie.cpp

* Replace C++20 chrono::days with seconds

Hopefully fixes the build.
2022-11-20 17:34:53 +02:00
..
android Add internet permission to android build (#6167) 2022-10-20 07:18:32 +05:30
audio_core Port yuzu-emu/yuzu#4164: "hotkeys: Add a "Mute Audio" hotkey" (#5463) 2022-11-04 20:25:57 +01:00
citra feat: add system time offset setting (#6139) 2022-11-20 17:34:53 +02:00
citra_qt feat: add system time offset setting (#6139) 2022-11-20 17:34:53 +02:00
common Merge pull request #5380 from FearlessTobi/port-3954 2022-11-15 11:31:59 +00:00
core feat: add system time offset setting (#6139) 2022-11-20 17:34:53 +02:00
dedicated_room remove dedicated_room dependence on core 2022-06-11 10:21:18 +02:00
input_common Add "Separate Windows" LayoutOption (#6177) 2022-11-17 16:37:30 +01:00
network Upgrade codebase to C++ 20 + fix warnings + update submodules (#6115) 2022-09-21 18:36:12 +02:00
tests Port yuzu-emu/yuzu#4437: "core_timing: Make use of uintptr_t to represent user_data" (#5499) 2022-11-06 02:24:45 +01:00
video_core Add "Separate Windows" LayoutOption (#6177) 2022-11-17 16:37:30 +01:00
web_service externals: Upgrade httplib (#6147) 2022-10-06 03:01:37 +02:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt src/CMakeLists: Enforce multiple warnings on MSVC (#5692) 2022-11-09 23:14:28 +01:00