summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-09 01:25:03 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-09 01:25:03 +0200
commit63e46abdb8764bc97e91bae862c8d461e61b1965 (patch)
treee73f4aa25d7b4015a265e7bbfb6004dab7561027 /src/common
parentfixed some license headers that I missed (diff)
downloadyuzu-63e46abdb8764bc97e91bae862c8d461e61b1965.tar
yuzu-63e46abdb8764bc97e91bae862c8d461e61b1965.tar.gz
yuzu-63e46abdb8764bc97e91bae862c8d461e61b1965.tar.bz2
yuzu-63e46abdb8764bc97e91bae862c8d461e61b1965.tar.lz
yuzu-63e46abdb8764bc97e91bae862c8d461e61b1965.tar.xz
yuzu-63e46abdb8764bc97e91bae862c8d461e61b1965.tar.zst
yuzu-63e46abdb8764bc97e91bae862c8d461e61b1965.zip
Diffstat (limited to '')
-rw-r--r--src/common/atomic.h (renamed from src/common/src/atomic.h)0
-rw-r--r--src/common/atomic_gcc.h (renamed from src/common/src/atomic_gcc.h)0
-rw-r--r--src/common/atomic_win32.h (renamed from src/common/src/atomic_win32.h)0
-rw-r--r--src/common/break_points.cpp (renamed from src/common/src/break_points.cpp)0
-rw-r--r--src/common/break_points.h (renamed from src/common/src/break_points.h)0
-rw-r--r--src/common/chunk_file.h (renamed from src/common/src/chunk_file.h)0
-rw-r--r--src/common/common.h (renamed from src/common/src/common.h)0
-rw-r--r--src/common/common_funcs.h (renamed from src/common/src/common_funcs.h)0
-rw-r--r--src/common/common_paths.h (renamed from src/common/src/common_paths.h)0
-rw-r--r--src/common/common_types.h (renamed from src/common/src/common_types.h)0
-rw-r--r--src/common/console_listener.cpp (renamed from src/common/src/console_listener.cpp)0
-rw-r--r--src/common/console_listener.h (renamed from src/common/src/console_listener.h)0
-rw-r--r--src/common/cpu_detect.h (renamed from src/common/src/cpu_detect.h)0
-rw-r--r--src/common/debug_interface.h (renamed from src/common/src/debug_interface.h)0
-rw-r--r--src/common/emu_window.h (renamed from src/common/src/emu_window.h)0
-rw-r--r--src/common/extended_trace.cpp (renamed from src/common/src/extended_trace.cpp)0
-rw-r--r--src/common/extended_trace.h (renamed from src/common/src/extended_trace.h)0
-rw-r--r--src/common/fifo_queue.h (renamed from src/common/src/fifo_queue.h)0
-rw-r--r--src/common/file_search.cpp (renamed from src/common/src/file_search.cpp)0
-rw-r--r--src/common/file_search.h (renamed from src/common/src/file_search.h)0
-rw-r--r--src/common/file_util.cpp (renamed from src/common/src/file_util.cpp)0
-rw-r--r--src/common/file_util.h (renamed from src/common/src/file_util.h)0
-rw-r--r--src/common/fixed_size_queue.h (renamed from src/common/src/fixed_size_queue.h)0
-rw-r--r--src/common/hash.cpp (renamed from src/common/src/hash.cpp)0
-rw-r--r--src/common/hash.h (renamed from src/common/src/hash.h)0
-rw-r--r--src/common/linear_disk_cache.h (renamed from src/common/src/linear_disk_cache.h)0
-rw-r--r--src/common/log.h (renamed from src/common/src/log.h)0
-rw-r--r--src/common/log_manager.cpp (renamed from src/common/src/log_manager.cpp)0
-rw-r--r--src/common/log_manager.h (renamed from src/common/src/log_manager.h)0
-rw-r--r--src/common/math_util.cpp (renamed from src/common/src/math_util.cpp)0
-rw-r--r--src/common/math_util.h (renamed from src/common/src/math_util.h)0
-rw-r--r--src/common/mem_arena.cpp (renamed from src/common/src/mem_arena.cpp)0
-rw-r--r--src/common/mem_arena.h (renamed from src/common/src/mem_arena.h)0
-rw-r--r--src/common/memory_util.cpp (renamed from src/common/src/memory_util.cpp)0
-rw-r--r--src/common/memory_util.h (renamed from src/common/src/memory_util.h)0
-rw-r--r--src/common/misc.cpp (renamed from src/common/src/misc.cpp)0
-rw-r--r--src/common/msg_handler.cpp (renamed from src/common/src/msg_handler.cpp)0
-rw-r--r--src/common/msg_handler.h (renamed from src/common/src/msg_handler.h)0
-rw-r--r--src/common/platform.h (renamed from src/common/src/platform.h)0
-rw-r--r--src/common/scm_rev.h (renamed from src/common/src/scm_rev.h)0
-rw-r--r--src/common/std_condition_variable.h (renamed from src/common/src/std_condition_variable.h)0
-rw-r--r--src/common/std_mutex.h (renamed from src/common/src/std_mutex.h)0
-rw-r--r--src/common/std_thread.h (renamed from src/common/src/std_thread.h)0
-rw-r--r--src/common/string_util.cpp (renamed from src/common/src/string_util.cpp)0
-rw-r--r--src/common/string_util.h (renamed from src/common/src/string_util.h)0
-rw-r--r--src/common/swap.h (renamed from src/common/src/swap.h)0
-rw-r--r--src/common/thread.cpp (renamed from src/common/src/thread.cpp)0
-rw-r--r--src/common/thread.h (renamed from src/common/src/thread.h)0
-rw-r--r--src/common/thunk.h (renamed from src/common/src/thunk.h)0
-rw-r--r--src/common/timer.cpp (renamed from src/common/src/timer.cpp)0
-rw-r--r--src/common/timer.h (renamed from src/common/src/timer.h)0
-rw-r--r--src/common/utf8.cpp (renamed from src/common/src/utf8.cpp)0
-rw-r--r--src/common/utf8.h (renamed from src/common/src/utf8.h)0
-rw-r--r--src/common/version.cpp (renamed from src/common/src/version.cpp)0
54 files changed, 0 insertions, 0 deletions
diff --git a/src/common/src/atomic.h b/src/common/atomic.h
index 883bc14fb..883bc14fb 100644
--- a/src/common/src/atomic.h
+++ b/src/common/atomic.h
diff --git a/src/common/src/atomic_gcc.h b/src/common/atomic_gcc.h
index 2eb38697b..2eb38697b 100644
--- a/src/common/src/atomic_gcc.h
+++ b/src/common/atomic_gcc.h
diff --git a/src/common/src/atomic_win32.h b/src/common/atomic_win32.h
index 760b16d4d..760b16d4d 100644
--- a/src/common/src/atomic_win32.h
+++ b/src/common/atomic_win32.h
diff --git a/src/common/src/break_points.cpp b/src/common/break_points.cpp
index 787263f79..787263f79 100644
--- a/src/common/src/break_points.cpp
+++ b/src/common/break_points.cpp
diff --git a/src/common/src/break_points.h b/src/common/break_points.h
index dc771ba01..dc771ba01 100644
--- a/src/common/src/break_points.h
+++ b/src/common/break_points.h
diff --git a/src/common/src/chunk_file.h b/src/common/chunk_file.h
index 68c2943ab..68c2943ab 100644
--- a/src/common/src/chunk_file.h
+++ b/src/common/chunk_file.h
diff --git a/src/common/src/common.h b/src/common/common.h
index 3b71d9b3d..3b71d9b3d 100644
--- a/src/common/src/common.h
+++ b/src/common/common.h
diff --git a/src/common/src/common_funcs.h b/src/common/common_funcs.h
index 7ca0b3501..7ca0b3501 100644
--- a/src/common/src/common_funcs.h
+++ b/src/common/common_funcs.h
diff --git a/src/common/src/common_paths.h b/src/common/common_paths.h
index 9ccb87d82..9ccb87d82 100644
--- a/src/common/src/common_paths.h
+++ b/src/common/common_paths.h
diff --git a/src/common/src/common_types.h b/src/common/common_types.h
index af1cd0e21..af1cd0e21 100644
--- a/src/common/src/common_types.h
+++ b/src/common/common_types.h
diff --git a/src/common/src/console_listener.cpp b/src/common/console_listener.cpp
index 270ad9ce9..270ad9ce9 100644
--- a/src/common/src/console_listener.cpp
+++ b/src/common/console_listener.cpp
diff --git a/src/common/src/console_listener.h b/src/common/console_listener.h
index a2936050d..a2936050d 100644
--- a/src/common/src/console_listener.h
+++ b/src/common/console_listener.h
diff --git a/src/common/src/cpu_detect.h b/src/common/cpu_detect.h
index e93cf333a..e93cf333a 100644
--- a/src/common/src/cpu_detect.h
+++ b/src/common/cpu_detect.h
diff --git a/src/common/src/debug_interface.h b/src/common/debug_interface.h
index 49cc54a80..49cc54a80 100644
--- a/src/common/src/debug_interface.h
+++ b/src/common/debug_interface.h
diff --git a/src/common/src/emu_window.h b/src/common/emu_window.h
index f49367057..f49367057 100644
--- a/src/common/src/emu_window.h
+++ b/src/common/emu_window.h
diff --git a/src/common/src/extended_trace.cpp b/src/common/extended_trace.cpp
index 9f717dba3..9f717dba3 100644
--- a/src/common/src/extended_trace.cpp
+++ b/src/common/extended_trace.cpp
diff --git a/src/common/src/extended_trace.h b/src/common/extended_trace.h
index 1552e901b..1552e901b 100644
--- a/src/common/src/extended_trace.h
+++ b/src/common/extended_trace.h
diff --git a/src/common/src/fifo_queue.h b/src/common/fifo_queue.h
index 57efcd839..57efcd839 100644
--- a/src/common/src/fifo_queue.h
+++ b/src/common/fifo_queue.h
diff --git a/src/common/src/file_search.cpp b/src/common/file_search.cpp
index 59f640109..59f640109 100644
--- a/src/common/src/file_search.cpp
+++ b/src/common/file_search.cpp
diff --git a/src/common/src/file_search.h b/src/common/file_search.h
index 2a9ff801f..2a9ff801f 100644
--- a/src/common/src/file_search.h
+++ b/src/common/file_search.h
diff --git a/src/common/src/file_util.cpp b/src/common/file_util.cpp
index 8b47cb3e5..8b47cb3e5 100644
--- a/src/common/src/file_util.cpp
+++ b/src/common/file_util.cpp
diff --git a/src/common/src/file_util.h b/src/common/file_util.h
index f4ef949d8..f4ef949d8 100644
--- a/src/common/src/file_util.h
+++ b/src/common/file_util.h
diff --git a/src/common/src/fixed_size_queue.h b/src/common/fixed_size_queue.h
index 1f507f4ae..1f507f4ae 100644
--- a/src/common/src/fixed_size_queue.h
+++ b/src/common/fixed_size_queue.h
diff --git a/src/common/src/hash.cpp b/src/common/hash.cpp
index 5303f07b5..5303f07b5 100644
--- a/src/common/src/hash.cpp
+++ b/src/common/hash.cpp
diff --git a/src/common/src/hash.h b/src/common/hash.h
index addfa4b5f..addfa4b5f 100644
--- a/src/common/src/hash.h
+++ b/src/common/hash.h
diff --git a/src/common/src/linear_disk_cache.h b/src/common/linear_disk_cache.h
index da5d6b9b4..da5d6b9b4 100644
--- a/src/common/src/linear_disk_cache.h
+++ b/src/common/linear_disk_cache.h
diff --git a/src/common/src/log.h b/src/common/log.h
index 432a307f0..432a307f0 100644
--- a/src/common/src/log.h
+++ b/src/common/log.h
diff --git a/src/common/src/log_manager.cpp b/src/common/log_manager.cpp
index b5b034846..b5b034846 100644
--- a/src/common/src/log_manager.cpp
+++ b/src/common/log_manager.cpp
diff --git a/src/common/src/log_manager.h b/src/common/log_manager.h
index 579198ff6..579198ff6 100644
--- a/src/common/src/log_manager.h
+++ b/src/common/log_manager.h
diff --git a/src/common/src/math_util.cpp b/src/common/math_util.cpp
index da90f8d74..da90f8d74 100644
--- a/src/common/src/math_util.cpp
+++ b/src/common/math_util.cpp
diff --git a/src/common/src/math_util.h b/src/common/math_util.h
index 4410c5e01..4410c5e01 100644
--- a/src/common/src/math_util.h
+++ b/src/common/math_util.h
diff --git a/src/common/src/mem_arena.cpp b/src/common/mem_arena.cpp
index 1a6fcf44d..1a6fcf44d 100644
--- a/src/common/src/mem_arena.cpp
+++ b/src/common/mem_arena.cpp
diff --git a/src/common/src/mem_arena.h b/src/common/mem_arena.h
index 8bdf9f189..8bdf9f189 100644
--- a/src/common/src/mem_arena.h
+++ b/src/common/mem_arena.h
diff --git a/src/common/src/memory_util.cpp b/src/common/memory_util.cpp
index cc6e77b35..cc6e77b35 100644
--- a/src/common/src/memory_util.cpp
+++ b/src/common/memory_util.cpp
diff --git a/src/common/src/memory_util.h b/src/common/memory_util.h
index 49b2589da..49b2589da 100644
--- a/src/common/src/memory_util.h
+++ b/src/common/memory_util.h
diff --git a/src/common/src/misc.cpp b/src/common/misc.cpp
index 935805478..935805478 100644
--- a/src/common/src/misc.cpp
+++ b/src/common/misc.cpp
diff --git a/src/common/src/msg_handler.cpp b/src/common/msg_handler.cpp
index 8e9fe218e..8e9fe218e 100644
--- a/src/common/src/msg_handler.cpp
+++ b/src/common/msg_handler.cpp
diff --git a/src/common/src/msg_handler.h b/src/common/msg_handler.h
index bde2808fa..bde2808fa 100644
--- a/src/common/src/msg_handler.h
+++ b/src/common/msg_handler.h
diff --git a/src/common/src/platform.h b/src/common/platform.h
index 84c6b6365..84c6b6365 100644
--- a/src/common/src/platform.h
+++ b/src/common/platform.h
diff --git a/src/common/src/scm_rev.h b/src/common/scm_rev.h
index 69962c58e..69962c58e 100644
--- a/src/common/src/scm_rev.h
+++ b/src/common/scm_rev.h
diff --git a/src/common/src/std_condition_variable.h b/src/common/std_condition_variable.h
index cee7a9dcd..cee7a9dcd 100644
--- a/src/common/src/std_condition_variable.h
+++ b/src/common/std_condition_variable.h
diff --git a/src/common/src/std_mutex.h b/src/common/std_mutex.h
index 26eb58b62..26eb58b62 100644
--- a/src/common/src/std_mutex.h
+++ b/src/common/std_mutex.h
diff --git a/src/common/src/std_thread.h b/src/common/std_thread.h
index 9ed0072c3..9ed0072c3 100644
--- a/src/common/src/std_thread.h
+++ b/src/common/std_thread.h
diff --git a/src/common/src/string_util.cpp b/src/common/string_util.cpp
index 415dcbbc7..415dcbbc7 100644
--- a/src/common/src/string_util.cpp
+++ b/src/common/string_util.cpp
diff --git a/src/common/src/string_util.h b/src/common/string_util.h
index fcbae4715..fcbae4715 100644
--- a/src/common/src/string_util.h
+++ b/src/common/string_util.h
diff --git a/src/common/src/swap.h b/src/common/swap.h
index d07d9fcc5..d07d9fcc5 100644
--- a/src/common/src/swap.h
+++ b/src/common/swap.h
diff --git a/src/common/src/thread.cpp b/src/common/thread.cpp
index 27dbf3f93..27dbf3f93 100644
--- a/src/common/src/thread.cpp
+++ b/src/common/thread.cpp
diff --git a/src/common/src/thread.h b/src/common/thread.h
index 6384a44a1..6384a44a1 100644
--- a/src/common/src/thread.h
+++ b/src/common/thread.h
diff --git a/src/common/src/thunk.h b/src/common/thunk.h
index c9e6fd39f..c9e6fd39f 100644
--- a/src/common/src/thunk.h
+++ b/src/common/thunk.h
diff --git a/src/common/src/timer.cpp b/src/common/timer.cpp
index 90604292e..90604292e 100644
--- a/src/common/src/timer.cpp
+++ b/src/common/timer.cpp
diff --git a/src/common/src/timer.h b/src/common/timer.h
index 20c86762a..20c86762a 100644
--- a/src/common/src/timer.h
+++ b/src/common/timer.h
diff --git a/src/common/src/utf8.cpp b/src/common/utf8.cpp
index 9aa8088ef..9aa8088ef 100644
--- a/src/common/src/utf8.cpp
+++ b/src/common/utf8.cpp
diff --git a/src/common/src/utf8.h b/src/common/utf8.h
index 36cf75713..36cf75713 100644
--- a/src/common/src/utf8.h
+++ b/src/common/utf8.h
diff --git a/src/common/src/version.cpp b/src/common/version.cpp
index 01890dbb6..01890dbb6 100644
--- a/src/common/src/version.cpp
+++ b/src/common/version.cpp