| .. |
|
CMakeLists.txt
|
02fd19b2f6
Added support for multiple input device types for KeyMap and connected Qt.
|
hace 12 años |
|
bit_field.h
|
2dce9b2ead
bit_field: Fix a typo in the sample usage.
|
hace 11 años |
|
break_points.cpp
|
1a2604902f
break_points.cpp: return directly from conditionals
|
hace 12 años |
|
break_points.h
|
90e994471a
Common: Move header guards over to pragma once
|
hace 12 años |
|
chunk_file.h
|
ff442d6cf9
chunk_file: General cleanup
|
hace 12 años |
|
common.h
|
5b65decf91
Common: Remove HAVE_CXX11_SYNTAX define from Common.h
|
hace 12 años |
|
common_funcs.h
|
90e994471a
Common: Move header guards over to pragma once
|
hace 12 años |
|
common_paths.h
|
e6594f9f53
Added configuration file system.
|
hace 11 años |
|
common_types.h
|
b75ac24391
Use std sized types instead of platform specific typedefs
|
hace 11 años |
|
console_listener.cpp
|
ca2f0de08a
Fix warnings in core and common
|
hace 12 años |
|
console_listener.h
|
d72708c1f5
Add `override` keyword through the code.
|
hace 11 años |
|
cpu_detect.h
|
90e994471a
Common: Move header guards over to pragma once
|
hace 12 años |
|
debug_interface.h
|
90e994471a
Common: Move header guards over to pragma once
|
hace 12 años |
|
emu_window.cpp
|
02fd19b2f6
Added support for multiple input device types for KeyMap and connected Qt.
|
hace 12 años |
|
emu_window.h
|
827e7a1898
emu_window: Fix initializer list order.
|
hace 11 años |
|
extended_trace.cpp
|
5472fd4d9b
Added string_util to common, small changes in loader.cpp
|
hace 12 años |
|
extended_trace.h
|
90e994471a
Common: Move header guards over to pragma once
|
hace 12 años |
|
fifo_queue.h
|
90e994471a
Common: Move header guards over to pragma once
|
hace 12 años |
|
file_search.cpp
|
532a9e80a0
Merge pull request #99 from archshift/ext-check
|
hace 12 años |
|
file_search.h
|
90e994471a
Common: Move header guards over to pragma once
|
hace 12 años |
|
file_util.cpp
|
ce8390ac03
Merge pull request #133 from archshift/sdmc-enabled
|
hace 11 años |
|
file_util.h
|
a171000cbe
Merge pull request #108 from archshift/config
|
hace 11 años |
|
hash.cpp
|
de0a034a84
fixed project includes to use new directory structure
|
hace 12 años |
|
hash.h
|
90e994471a
Common: Move header guards over to pragma once
|
hace 12 años |
|
key_map.cpp
|
02fd19b2f6
Added support for multiple input device types for KeyMap and connected Qt.
|
hace 12 años |
|
key_map.h
|
38df9e96dd
Renamed souce files of services to match port names
|
hace 11 años |
|
linear_disk_cache.h
|
90e994471a
Common: Move header guards over to pragma once
|
hace 12 años |
|
log.h
|
e6594f9f53
Added configuration file system.
|
hace 11 años |
|
log_manager.cpp
|
e6594f9f53
Added configuration file system.
|
hace 11 años |
|
log_manager.h
|
d72708c1f5
Add `override` keyword through the code.
|
hace 11 años |
|
math_util.cpp
|
9d7cc2bedc
common: Prune all redundant includes
|
hace 12 años |
|
math_util.h
|
2f571a0d9d
Common: Add a clamp function to math_utils.h
|
hace 12 años |
|
mem_arena.cpp
|
532a9e80a0
Merge pull request #99 from archshift/ext-check
|
hace 12 años |
|
mem_arena.h
|
90e994471a
Common: Move header guards over to pragma once
|
hace 12 años |
|
memory_util.cpp
|
532a9e80a0
Merge pull request #99 from archshift/ext-check
|
hace 12 años |
|
memory_util.h
|
90e994471a
Common: Move header guards over to pragma once
|
hace 12 años |
|
misc.cpp
|
de0a034a84
fixed project includes to use new directory structure
|
hace 12 años |
|
msg_handler.cpp
|
5472fd4d9b
Added string_util to common, small changes in loader.cpp
|
hace 12 años |
|
msg_handler.h
|
90e994471a
Common: Move header guards over to pragma once
|
hace 12 años |
|
platform.h
|
90e994471a
Common: Move header guards over to pragma once
|
hace 12 años |
|
scm_rev.cpp.in
|
08e1ba746f
Resolved undefined Common::g_scm_branch error.
|
hace 12 años |
|
scm_rev.h
|
121960a2eb
updated windows scm_rev code to use new style
|
hace 12 años |
|
string_util.cpp
|
1f7c4ab7f6
Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functions
|
hace 11 años |
|
string_util.h
|
1f7c4ab7f6
Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functions
|
hace 11 años |
|
swap.h
|
da564d3fe0
Fix compile errors in Clang
|
hace 11 años |
|
symbols.cpp
|
a49a5fa4d9
Common: Don't return a reference to a string when calling GetName in symbols.cpp
|
hace 12 años |
|
symbols.h
|
1a8f466217
Remove extraneous semicolons
|
hace 11 años |
|
thread.cpp
|
9d7cc2bedc
common: Prune all redundant includes
|
hace 12 años |
|
thread.h
|
1a8f466217
Remove extraneous semicolons
|
hace 11 años |
|
thread_queue_list.h
|
cf2eb8e3d3
added ThreadQueueList class to common (taken from PPSSPP)
|
hace 12 años |
|
thunk.h
|
90e994471a
Common: Move header guards over to pragma once
|
hace 12 años |
|
timer.cpp
|
7fa4dbd0c6
Removed uses of raw c-string manipulation functions.
|
hace 11 años |
|
timer.h
|
90e994471a
Common: Move header guards over to pragma once
|
hace 12 años |
|
utf8.cpp
|
9d7cc2bedc
common: Prune all redundant includes
|
hace 12 años |
|
utf8.h
|
de0a034a84
fixed project includes to use new directory structure
|
hace 12 años |