dynarmic/src
Lioncash 662e07337f CMakeLists: Don't explicitly signify dynarmic as a static lib
This allows a user of the library to explicitly control which kind of
library type should be built with the CMake BUILD_SHARED_LIBS flag.

By default, libraries will build as static without this specifier.
2017-02-26 23:08:49 +00:00
..
backend_x64 backend_x64: Factor EmitExclusiveWriteMemory64 into ExclusiveWrite 2017-02-26 15:34:26 +00:00
common common: Introduce utility function VisitVariant 2017-02-16 19:30:56 +00:00
frontend ir_opt: Remove redundant shift instructions 2017-02-26 15:28:14 +00:00
ir_opt ir_opt: Simplify dead-code elimination pass 2017-02-26 15:28:34 +00:00
CMakeLists.txt CMakeLists: Don't explicitly signify dynarmic as a static lib 2017-02-26 23:08:49 +00:00