You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/common
Yuri Kunde Schlesner b700b55696 Common: Remove the BIT macro
When the macro was introduced in 326ec51261
it wasn't noticed that it conflicted in name with a heavily used macro
inside of dyncom. This causes some compiler warnings. Since it's only
lightly used, it was opted to simply remove the new macro.
11 years ago
..
logging Common: Remove common.h 11 years ago
CMakeLists.txt Common: Remove mem_arena.cpp/h 11 years ago
assert.h Clean-up includes 11 years ago
bit_field.h Common: Remove common.h 11 years ago
break_points.cpp Common: Remove common.h 11 years ago
break_points.h Common: Remove common.h 11 years ago
chunk_file.h Common: Remove common.h 11 years ago
common_funcs.h Common: Remove the BIT macro 11 years ago
common_paths.h Common: Remove common.h 11 years ago
common_types.h Move typedefs from kernel.h to more appropriate places 11 years ago
concurrent_ring_buffer.h Common: Remove common.h 11 years ago
cpu_detect.h License change 11 years ago
debug_interface.h Common: Move header guards over to pragma once 11 years ago
emu_window.cpp EmuWindow: Clip mouse input coordinates to emulated screen dimensions. 11 years ago
emu_window.h Common: Remove common.h 11 years ago
fifo_queue.h Change NULLs to nullptrs. 11 years ago
file_util.cpp Common: Remove common.h 11 years ago
file_util.h Common: Remove common.h 11 years ago
key_map.cpp Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 11 years ago
key_map.h Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx 11 years ago
linear_disk_cache.h Common: Remove common.h 11 years ago
make_unique.h Common: Add a clone of std::make_unique 11 years ago
math_util.cpp Common: Remove common.h 11 years ago
math_util.h Common: Remove common.h 11 years ago
memory_util.cpp Common: Add proper macros to test for architecture pointer size 11 years ago
memory_util.h License change 11 years ago
misc.cpp Common: Remove common.h 11 years ago
platform.h Common: Add proper macros to test for architecture pointer size 11 years ago
profiler.cpp Profiler: Fix off-by-one error when computing average. 11 years ago
profiler.h Profiler: Implement QPCClock to get better precision on Win32 11 years ago
profiler_reporting.h Add profiling infrastructure and widget 11 years ago
scm_rev.cpp.in Resolved undefined Common::g_scm_branch error. 12 years ago
scm_rev.h License change 11 years ago
scope_exit.h Asserts: break/crash program, fit to style guide; log.h->assert.h 11 years ago
string_util.cpp Common: Add StringFromFixedZeroTerminatedBuffer 11 years ago
string_util.h Common: Add StringFromFixedZeroTerminatedBuffer 11 years ago
swap.h Removed swap code redundancy and moved common swap code to swap.h 11 years ago
symbols.cpp Asserts: break/crash program, fit to style guide; log.h->assert.h 11 years ago
symbols.h Common: Remove common.h 11 years ago
synchronized_wrapper.h Add profiling infrastructure and widget 11 years ago
thread.cpp Fix MSVC-related #defines and add CMakeLists comment 11 years ago
thread.h Common: Remove common.h 11 years ago
thread_queue_list.h Common: Remove common.h 11 years ago
thunk.h Common: Remove common.h 11 years ago
timer.cpp Common: Remove common.h 11 years ago
timer.h Common: Remove common.h 11 years ago