- Apr 29, 2018
- Apr 28, 2018
-
-
bunnei authored
file_util: Remove compiler version checks around is_trivially_copyable
-
bunnei authored
externals: Update dynarmic
-
Lioncash authored
The minimum clang/GCC versions we support already support this. We can also remove is_standard_layout(), as fread and fwrite only require the type to be trivially copyable.
-
bunnei authored
log: Remove old logging macros and functions
-
Lioncash authored
Just a basic update to keep it in sync
-
Mat M authored
travis: Use Xcode 9.3 instead of 9.2
-
- Apr 27, 2018
-
-
Lioncash authored
Now that the old macros are no longer used, we can remove all functionality related to them.
-
bunnei authored
gl_shader_decompiler: Add GLSLRegisterManager class to track register state.
-
bunnei authored
core/renderer_opengl: Replace usages of LOG_GENERIC with fmt-capable equivalents
-
Lioncash authored
Keeps the toolchains up to date.
-
Lioncash authored
-
Lioncash authored
-
bunnei authored
-
bunnei authored
general: Convert assertion macros over to be fmt-compatible
-
Lioncash authored
-
bunnei authored
Implemented some useful interfaces needed for games.
-
David Marcec authored
-
bunnei authored
frontends: Move logging macros over to new fmt-capable ones
-
bunnei authored
common: Move logging macros over to new fmt-capable macros where applicable
-
bunnei authored
input_common: Move old logging macros over to fmt-capable ones
-
Lioncash authored
-
- Apr 26, 2018
-
-
Lioncash authored
-
Lioncash authored
-
bunnei authored
core: Replace remaining old non-generic logger usages with fmt-capable equivalents
-
bunnei authored
Shader decompiler prep for integer instructions
-
-
David Marcec authored
-
bunnei authored
common: Remove chunk_file.h and linear_disk_cache.h
-
Lioncash authored
LOG_GENERIC usages will be amended in a follow-up to keep API changes separate from interface changes, as it will require removing a parameter from the relevant function in the VMManager class.
-
Lioncash authored
These are unused (and given chunk_file references Dolphin's >SVN< I doubt they were going to be used).
-
bunnei authored
-
bunnei authored
-
bunnei authored
core/gdbstub: Move logging macros to new fmt-compatible ones
-
Lioncash authored
-
bunnei authored
core/hw: Move logging macros over to fmt-capable ones
-
Lioncash authored
-
bunnei authored
Shaders: Implemented the FSET instruction.
-