index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2022-04-04
Merge pull request #8089 from merryhime/paranoia
bunnei
2022-04-02
native_clock: Use writeback from CAS to avoid double-loading
merry
2022-04-02
atomic_ops: Implement AtomicCompareAndSwap with writeback
merry
2022-04-02
native_clock: Use AtomicLoad128
Merry
2022-04-02
atomic_ops: Implement AtomicLoad128
Merry
2022-03-26
configuration: Add Paranoid CPU accuracy level
merry
2022-03-24
hle: nvflinger: Merge Rect with Common::Rectangle.
bunnei
2022-03-24
common: logging: Add a logger for NVFlinger.
bunnei
2022-03-20
general: Fix clang/gcc build errors
ameerj
2022-03-19
common: Reduce unused includes
ameerj
2022-03-19
common: Reduce unused includes
ameerj
2022-03-14
common: tree: Various updates.
bunnei
2022-03-14
common: intrusive_red_black_tree: Various updates.
bunnei
2022-03-11
cpu_detect: Add additional x86 flags and telemetry
Wunkolo
2022-03-11
common/telemetry: Update `AddField` name type to `string_view`
Wunkolo
2022-03-10
backend: Ensure backend_thread is destructed before message_queue
Merry
2022-03-09
cpu_detect: Revert `__cpuid{ex}` array-type argument
Wunkolo
2022-03-09
cpu_detect: Add missing `lzcnt` detection
Wunkolo
2022-03-09
cpu_detect: Refactor cpu/manufacturer identification
Wunkolo
2022-03-09
cpu_detect: Update array-types to `span` and `array`
Wunkolo
2022-03-09
cpu_detect: Utilize `Bit<N>` utility function
Wunkolo
2022-03-09
cpu_detect: Compact capability fields
Wunkolo
2022-03-09
bit_util: Add `bit` utility function
Wunkolo
2022-03-06
Merge pull request #7973 from Morph1984/debug-crash
Fernando S
2022-03-02
Merge pull request #7935 from Wunkolo/logging-join-fix
bunnei
2022-03-02
host_memory: Fix fastmem crashes in debug builds
Morph
2022-02-27
logging: Convert `backend_thread` into an `std::jthread`
Wunkolo
2022-02-27
dynarmic: Inline exclusive memory accesses
merry
2022-02-21
settings: Add a new "use_extended_memory_layout" setting.
bunnei
2022-02-19
fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.
bunnei
2022-02-18
core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.
bunnei
2022-02-17
common: Add NullVisitor default constructor
Wunkolo
2022-02-16
Merge pull request #7878 from german77/mnpp
bunnei
2022-02-13
common: fs_util: Add buffer to string view utility functions
Morph
2022-02-10
service/mnpp: Stub mnpp_app
Narr the Reg
2022-02-10
common: uuid: Use sizeof(u64) instead of 8 in Hash()
Morph
2022-02-05
common: uuid: Return an invalid UUID if conversion from string fails
Morph
2022-02-05
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
common: uuid: Add AsU128()
Morph
2022-02-05
input/hid: Migrate to the new UUID implementation
Morph
2022-02-05
common: Implement NewUUID
Morph
2022-02-02
common_types: Remove NonCopyable struct
Lioncash
2022-02-02
general: Replace NonCopyable struct with equivalents
Lioncash
2022-02-01
Merge pull request #7807 from german77/moar-buttons
bunnei
2022-02-01
Merge pull request #7809 from Morph1984/clock-constants
bunnei
2022-02-01
common/file: Remove [[nodiscard]] from Open()
Lioncash
2022-01-30
common: wall_clock: Check precision against the emulated CPU and CNTFRQ
Morph
2022-01-30
common: wall_clock: Utilize constants for ms, us, and ns ratios
Morph
2022-01-30
input_common: Add home and hard touch press buttons to UDP controllers
german77
2022-01-28
Merge pull request #7791 from german77/wall_clock
Morph
[next]