index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
core_timing.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-7
/
+6
*
core: Fix clang build
Lioncash
2020-10-18
1
-6
/
+7
*
core_timing: Remove unused header
Lioncash
2020-08-23
1
-1
/
+1
*
core_timing: Move clock initializer into constructor initializer list
Lioncash
2020-08-23
1
-4
/
+2
*
core_timing: Resolve sign conversion warning
Lioncash
2020-08-23
1
-2
/
+2
*
core_timing: Make use of uintptr_t to represent user_data
Lioncash
2020-07-28
1
-7
/
+9
*
core_timing: Make TimedCallback take std::chrono::nanoseconds
Lioncash
2020-07-16
1
-3
/
+4
*
core_timing: Make use of std::chrono with ScheduleEvent
Lioncash
2020-07-16
1
-4
/
+4
*
core_timing,scheduler: Use std::scoped_lock when possible
ReinUsesLisp
2020-06-29
1
-4
/
+2
*
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-28
1
-16
/
+12
*
CoreTiming: Correct rebase bugs and other miscellaneous things.
Fernando Sahmkow
2020-06-27
1
-0
/
+2
*
General: Tune the priority of main emulation threads so they have higher priority than less important helper threads.
Fernando Sahmkow
2020-06-27
1
-0
/
+1
*
CoreTiming/CycleTimer: Correct Idling.
Fernando Sahmkow
2020-06-27
1
-2
/
+5
*
SingleCore: Use Cycle Timing instead of Host Timing.
Fernando Sahmkow
2020-06-27
1
-8
/
+33
*
SingleCore: Move Host Timing from a sepparate thread to main cpu thread.
Fernando Sahmkow
2020-06-27
1
-7
/
+13
*
General: Fix Stop function
Fernando Sahmkow
2020-06-27
1
-0
/
+1
*
Kernel: Corrections to Scheduling.
Fernando Sahmkow
2020-06-27
1
-4
/
+7
*
HostTiming: Pause the hardware clock on pause.
Fernando Sahmkow
2020-06-27
1
-0
/
+6
*
General: Setup yuzu threads' microprofile, naming and registry.
Fernando Sahmkow
2020-06-27
1
-2
/
+3
*
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-27
1
-112
/
+96
*
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
2020-02-12
1
-1
/
+2
*
core_timing: Use better reference tracking for EventType. (#3159)
bunnei
2019-11-27
1
-31
/
+22
*
Core_Timing: Address Remaining feedback.
Fernando Sahmkow
2019-10-12
1
-5
/
+4
*
Core_Timing: Address Feedback and suppress warnings.
Fernando Sahmkow
2019-10-11
1
-8
/
+7
*
Core Timing: Correct Idle and remove lefting pragma
Fernando Sahmkow
2019-10-09
1
-2
/
+1
*
Core Timing: General corrections and added tests.
Fernando Sahmkow
2019-10-09
1
-4
/
+11
*
Core Timing: Rework Core Timing to run all cores evenly.
Fernando Sahmkow
2019-10-09
1
-16
/
+50
*
Core_Timing: Make core_timing threadsafe by default.
Fernando Sahmkow
2019-06-16
1
-27
/
+7
*
core/core_timing: Make callback parameters consistent
Lioncash
2019-03-24
1
-1
/
+1
*
core_timing: Convert core timing into a class
Lioncash
2019-02-16
1
-109
/
+80
*
Merge pull request #2115 from lioncash/local
bunnei
2019-02-14
1
-3
/
+3
|
\
|
*
core_timing: Make EmptyTimedCallback a local variable
Lioncash
2019-02-13
1
-3
/
+3
*
|
threadsafe_queue: Remove NeedSize template parameter
Lioncash
2019-02-13
1
-2
/
+2
|
/
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
1
-2
/
+2
*
Core::CoreTiming: add UnscheduleEventThreadsafe
B3n30
2018-08-13
1
-0
/
+10
*
Kernel/Thread: Always use the threadsafe option when scheduling wakeups.
Subv
2018-08-13
1
-2
/
+0
*
Merge pull request #934 from lioncash/chrono
bunnei
2018-08-07
1
-2
/
+2
|
\
|
*
core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds
Lioncash
2018-08-06
1
-2
/
+2
*
|
core_timing: Use transparent functors where applicable
Lioncash
2018-08-06
1
-5
/
+5
|
/
*
core_timing: Split off utility functions into core_timing_util
MerryMage
2018-07-24
1
-52
/
+1
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-8
/
+8
*
core_timing: Don't include the log header in core timing's header
Lioncash
2018-05-03
1
-1
/
+51
*
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-27
1
-1
/
+1
*
Fixes some cast warnings, partial port of citra #3064 (#106)
River City Ransomware
2018-01-20
1
-2
/
+2
*
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-09
1
-467
/
+143
*
core_timing: Increase clock speed for Switch docked.
bunnei
2018-01-07
1
-1
/
+1
*
Moved down_count to CoreTiming
Huw Pascoe
2017-09-30
1
-13
/
+23
*
CoreTiming: use named constant for ARM11 clock rate
wwylele
2017-01-16
1
-1
/
+1
*
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
2016-12-22
1
-13
/
+13
*
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-12-22
1
-14
/
+13
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-4
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-19
/
+16
*
general: Silence some warnings when using clang
Lioncash
2015-09-16
1
-1
/
+2
*
general: Replace 0 literals with nullptr where applicable
Lioncash
2015-09-12
1
-1
/
+1
*
Core : Fix Conversion Warnings
zawata
2015-07-19
1
-1
/
+1
*
Core: Cleanup core includes.
Emmanuel Gil Peyrot
2015-06-28
1
-2
/
+1
*
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+1
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-1
/
+1
*
CoreTiming: Initialize static variables at bootup.
bunnei
2015-05-02
1
-0
/
+10
*
Remove the useless msg_handler compilation unit that was left over from Dolphin
archshift
2015-02-19
1
-2
/
+2
*
core/video_core: Use in-place construction where possible
Lioncash
2015-02-17
1
-1
/
+1
*
Merge pull request #529 from Subv/master
bunnei
2015-02-14
1
-5
/
+5
|
\
|
*
Build: Fixed some warnings
Subv
2015-02-12
1
-5
/
+5
*
|
core: Apply static to local functions
Lioncash
2015-02-13
1
-7
/
+7
|
/
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-1
/
+1
*
core_timing: Mark several variables as static
Lioncash
2015-01-20
1
-14
/
+14
*
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-09
1
-0
/
+2
*
CoreTiming: Ported the CoreTiming namespace from PPSSPP
Subv
2015-01-07
1
-394
/
+315
*
License change
purpasmart96
2014-12-21
1
-2
/
+2
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-4
/
+4
*
Change NULLs to nullptrs.
Rohit Nirmal
2014-12-03
1
-6
/
+6
*
Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot
2014-11-19
1
-24
/
+24
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-2
/
+2
*
Core: Replace a sprintf in core_timing with StringFromFormat
Lioncash
2014-09-13
1
-5
/
+7
*
Removed common/std_xyz, instead using the std header
archshift
2014-09-07
1
-1
/
+1
*
Removed common/atomic, instead using std::atomic
archshift
2014-09-03
1
-4
/
+4
*
fixed project includes to use new directory structure
bunnei
2014-04-09
1
-6
/
+7
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-09
1
-0
/
+623