1200 Commits (954384a84af4ff6388f729432a4fa2ac67b37694)

Author SHA1 Message Date
Fernando Sahmkow e7f5b1f1d3 Core/HostTiming: Allow events to be advanced manually. 6 years ago
Fernando Sahmkow 564713fb46 Common/Tests: Address Feedback 6 years ago
Fernando Sahmkow 4e9a9e584c Common: Make MinGW build use Windows Fibers instead of fcontext_t 6 years ago
Fernando Sahmkow 09d2ffa663 Common/Tests: Clang Format. 6 years ago
Fernando Sahmkow 91f138bd19 Common: Correct fcontext fibers. 6 years ago
Fernando Sahmkow 0c789667d9 Common: Refactor & Document Wall clock. 6 years ago
Fernando Sahmkow ee32067b10 Common: Implement WallClock Interface and implement a native clock for x64 6 years ago
Fernando Sahmkow ab76c0e296 Tests: Add base tests to host timing 6 years ago
Fernando Sahmkow a1e7931d20 Common: Polish Fiber class, add comments, asserts and more tests. 6 years ago
Fernando Sahmkow 279ff1c0ff Tests: Add tests for fibers and refactor/fix Fiber class 6 years ago
Fernando Sahmkow 353166d648 Common: Implement a basic Fiber class. 6 years ago
Fernando Sahmkow b1b01a33bd Common: Implement a basic SpinLock class 6 years ago
MerryMage f0054fb284 xbyak_abi: Prefer returning a struct to using out parameters in ABI_CalculateFrameSize 6 years ago
MerryMage 10e9220ec6 xbyak_abi: Register indexes should be unsigned 6 years ago
MerryMage f60ab4ab14 xbyak_abi: Remove *GPS variants of stack manipulation functions 6 years ago
MerryMage c1f6eaf06b xbyak_abi: Fix ABI_PushRegistersAndAdjustStack 6 years ago
ReinUsesLisp 805d48c67e gl_arb_decompiler: Implement an assembly shader decompiler 6 years ago
David Marcec 4686c15c03 Add xbyak external 6 years ago
Morph e9bacfbe8b Fix macOS code and change "Swapfile" to "Swap" 6 years ago
Morph c02daca95c main: Log host system memory parameters 6 years ago
bunnei 053399a553 time_zone: Use std::chrono::seconds for strong typing. 6 years ago
bunnei 7aadcb796c common: Add module to get the current time zone. 6 years ago
James Rowe 2991e7441a Replace externals with Conan (#3735) 6 years ago
David Marcec 3d475a655b acc: Return a unique value per account for GetAccountId 6 years ago
Markus Wick ac24f0506c Fix -Werror=conversion error. 6 years ago
bunnei 08445bbd37 common: page_table: Update to use VirtualBuffer and simplify. 6 years ago
bunnei 273f8b5fc7 common: Add VirtualBuffer class, to abstract memory virtualization. 6 years ago
bunnei b2b0f85b7d common: scope_exit: Implement mechanism for canceling a scope exit. 6 years ago
bunnei 94e00fbb3f common: alignment: Add a helper function for generic alignment checking. 6 years ago
bunnei f9a8cc03c3 common: common_funcs: Add a macro for defining enum flag operators. 6 years ago
Lioncash 77b0e8a37d file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero 6 years ago
Ben Russell 7d2d0ee1a3 common/file_util: Allow access to files on network shares 6 years ago
ReinUsesLisp c56cdc3384 common/dynamic_library: Import and adapt helper from Dolphin 6 years ago
Vitor K 41ea723cba common: Port some changes from dolphin (#5127) 6 years ago
Fernando Sahmkow 34be867080 PageTable: move backing addresses to a children class as the CPU page table does not need them. 6 years ago
ReinUsesLisp cb05500d6c shader/transform_feedback: Add host API friendly TFB builder 6 years ago
ReinUsesLisp 99be31c902 video_core: Rename "const buffer locker" to "registry" 6 years ago
ReinUsesLisp 8021ee48a3 gl_shader_cache: Rework shader cache and remove post-specializations 6 years ago
ReinUsesLisp c8c3fc647d common/math_util: Support float type rectangles 6 years ago
BreadFish64 45e463971b common/logging: don't use regex for path trimming 6 years ago
FearlessTobi e89cbc93dd Address second part of review comments 6 years ago
fearlessTobi b2f53cceb6 Input: UDP Client to provide motion and touch controls 6 years ago
James Rowe afd360f85d Remove unused CPU Vendor string and telemtry field 6 years ago
James Rowe 47197f6b18 Fix git version in scm_rev.cpp 6 years ago
bunnei 60fa40fc16 common: SPSCQueue: Notify after incrementing queue size. 6 years ago
Weiyi Wang 9a19c4bbd5 fix clang-format and lambda capture 6 years ago
Weiyi Wang e20e161c5c unfold UNREACHABLE implementation for dumb compilers 6 years ago
Rodrigo Locatti 893648dbd0 Revert "common/bit_field: Silence sign-conversion warnings" 6 years ago
ReinUsesLisp a653f24a00 common/logging: Silence no return value warnings 6 years ago
Lioncash 95ed7df791 common/bit_field: Silence sign-conversion warnings 6 years ago