summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: add sysconf() fallbackGravatar Jan Beich2020-06-291-3/+16
| | | | | | src/common/memory_detect.cpp:15:10: fatal error: 'sys/sysinfo.h' file not found #include <sys/sysinfo.h> ^~~~~~~~~~~~~~~
* Core/Common: Address Feedback.Gravatar Fernando Sahmkow2020-06-274-12/+13
|
* Common/Kernel: Corrections and small bug fixing.Gravatar Fernando Sahmkow2020-06-271-6/+1
|
* Common/NativeClockx86: Reduce native clock accuracy further.Gravatar Fernando Sahmkow2020-06-271-1/+1
|
* Common/AtomicOps: Correct GCC Intrinsic argument ordering.Gravatar Fernando Sahmkow2020-06-271-5/+5
|
* Clang Format.Gravatar Fernando Sahmkow2020-06-273-23/+23
|
* General: Tune the priority of main emulation threads so they have higher ↵Gravatar Fernando Sahmkow2020-06-272-0/+55
| | | | priority than less important helper threads.
* X64 Clock: Reduce accuracy to be less or equal to guest accuracy.Gravatar Fernando Sahmkow2020-06-272-1/+7
|
* ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Gravatar Fernando Sahmkow2020-06-273-0/+89
|
* HostTiming: Pause the hardware clock on pause.Gravatar Fernando Sahmkow2020-06-274-0/+15
|
* General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow2020-06-271-0/+6
| | | | | | | This commit: Implements CPU Interrupts, Replaces Cycle Timing for Host Timing, Reworks the Kernel's Scheduler, Introduce Idle State and Suspended State, Recreates the bootmanager, Initializes Multicore system.
* Merge pull request #3396 from FernandoS27/prometheus-1Gravatar David2020-06-2814-3/+758
|\ | | | | Implement SpinLocks, Fibers and a Host Timer
| * Common: Fix non-conan buildGravatar Fernando Sahmkow2020-06-261-1/+2
| |
| * Common/Fiber: Address Feedback and Correct Memory leaks.Gravatar Fernando Sahmkow2020-06-182-34/+41
| |
| * Common/Fiber: Implement Rewind on Boost Context.Gravatar Fernando Sahmkow2020-06-182-2/+39
| |
| * Common/uint128: Correct MSVC Compilation in old versions.Gravatar Fernando Sahmkow2020-06-181-0/+4
| |
| * Common/Fiber: Document fiber interexchange.Gravatar Fernando Sahmkow2020-06-181-1/+4
| |
| * Common/Fiber: Implement Rewinding.Gravatar Fernando Sahmkow2020-06-182-2/+38
| |
| * Common/Fiber: Additional corrections to f_context.Gravatar Fernando Sahmkow2020-06-181-4/+4
| |
| * Common/Fiber: Correct f_context based Fibers.Gravatar Fernando Sahmkow2020-06-181-6/+8
| |
| * Core/HostTiming: Allow events to be advanced manually.Gravatar Fernando Sahmkow2020-06-182-5/+6
| |
| * Common/Tests: Address FeedbackGravatar Fernando Sahmkow2020-06-183-8/+8
| |
| * Common: Make MinGW build use Windows Fibers instead of fcontext_tGravatar Fernando Sahmkow2020-06-182-4/+4
| |
| * Common/Tests: Clang Format.Gravatar Fernando Sahmkow2020-06-184-18/+21
| |
| * Common: Correct fcontext fibers.Gravatar Fernando Sahmkow2020-06-181-5/+4
| |
| * Common: Refactor & Document Wall clock.Gravatar Fernando Sahmkow2020-06-185-49/+49
| |
| * Common: Implement WallClock Interface and implement a native clock for x64Gravatar Fernando Sahmkow2020-06-187-0/+348
| |
| * Tests: Add base tests to host timingGravatar Fernando Sahmkow2020-06-181-2/+2
| |
| * Common: Polish Fiber class, add comments, asserts and more tests.Gravatar Fernando Sahmkow2020-06-184-24/+53
| |
| * Tests: Add tests for fibers and refactor/fix Fiber classGravatar Fernando Sahmkow2020-06-182-19/+32
| |
| * Common: Implement a basic Fiber class.Gravatar Fernando Sahmkow2020-06-183-0/+204
| |
| * Common: Implement a basic SpinLock classGravatar Fernando Sahmkow2020-06-183-0/+68
| |
* | common/telemetry: Add AVX512 to telemetryGravatar Morph2020-06-201-0/+1
| |
* | common/cpu_detect: Add AVX512 detectionGravatar Morph2020-06-202-0/+6
|/
* Merge pull request #4086 from MerryMage/abiGravatar bunnei2020-06-171-66/+29
|\ | | | | xbyak_abi: Cleanup
| * xbyak_abi: Prefer returning a struct to using out parameters in ↵Gravatar MerryMage2020-06-151-17/+19
| | | | | | | | ABI_CalculateFrameSize
| * xbyak_abi: Register indexes should be unsignedGravatar MerryMage2020-06-151-11/+12
| |
| * xbyak_abi: Remove *GPS variants of stack manipulation functionsGravatar MerryMage2020-06-151-36/+0
| |
| * xbyak_abi: Fix ABI_PushRegistersAndAdjustStackGravatar MerryMage2020-06-151-6/+2
| | | | | | | | Pushing GPRs twice.
* | gl_arb_decompiler: Implement an assembly shader decompilerGravatar ReinUsesLisp2020-06-111-0/+2
|/ | | | | | Emit code compatible with NV_gpu_program5. This should emit code compatible with Fermi, but it wasn't tested on that architecture. Pascal has some issues not present on Turing GPUs.
* Add xbyak externalGravatar David Marcec2020-05-303-1/+316
|
* Fix macOS code and change "Swapfile" to "Swap"Gravatar Morph2020-05-271-2/+5
|
* main: Log host system memory parametersGravatar Morph2020-05-173-0/+81
| | | | Logs both physical memory and swapfile sizes, this is useful for support.
* time_zone: Use std::chrono::seconds for strong typing.Gravatar bunnei2020-05-122-3/+4
|
* common: Add module to get the current time zone.Gravatar bunnei2020-05-113-0/+68
|
* Replace externals with Conan (#3735)Gravatar James Rowe2020-05-081-2/+2
| | | | | | | | | | | | | | | | | | | | | * Remove git submodules that will be loaded through conan * Move custom Find modules to their own folder * Use conan for downloading missing external dependencies * CI: Change the yuzu source folder user to the user that the containers run on * Attempt to remove dirty mingw build hack * Install conan on the msvc build * Only set release build type when using not using multi config generator * Re-add qt bundled to workaround an issue with conan qt not downloading prebuilt binaries * Add workaround for submodules that use legacy CMAKE variables * Re-add USE_BUNDLED_QT on the msvc build bot
* acc: Return a unique value per account for GetAccountIdGravatar David Marcec2020-04-291-0/+5
|
* Fix -Werror=conversion error.Gravatar Markus Wick2020-04-241-1/+1
|
* Merge pull request #3630 from benru/open-windows-network-filesGravatar bunnei2020-04-171-1/+8
|\ | | | | common/file_util: Allow access to files on network shares
| * common/file_util: Allow access to files on network sharesGravatar Ben Russell2020-04-091-1/+8
| | | | | | | | | | | | | | | | On Windows, network shares use paths like \\server\share\file which were being broken by FileUtil::SanitizePath() removing double slashes. Changed the code in SanitizePath to permit a double-backslash if it occurs at the start of a filepath (on Windows only).