45 Commits (c9f5ae4fccb4d598d79f30a10efdbeeaa9259beb)

Author SHA1 Message Date
Lioncash c9f5ae4fcc common_funcs: Remove ARRAY_SIZE macro 8 years ago
bunnei 5e11c12766 core: Refactor MakeMagic usage and remove dead code. 8 years ago
Yuri Kunde Schlesner 8b55ffb74a Common: Fix some out-of-style includes 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Yuri Kunde Schlesner 1e4a5da9f4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
MerryMage b7b02d0177 common_funcs: Provide rotr and rotl for MSVC 10 years ago
Emmanuel Gil Peyrot c39a267974 VideoCore: Run include-what-you-use and fix most includes. 10 years ago
Lioncash f932c2f4ac Common: Get rid of alignment macros 10 years ago
bunnei 2fd9b1999f gl_rasterizer: Use MMH3 hash for shader cache hey. 10 years ago
bunnei eefabd6b7d renderer_opengl: Refactor shader generation/caching to be more organized + various cleanups. 10 years ago
darkf 8d212ff881 Fix building under MinGW 11 years ago
bunnei 4ffc095fa3 Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64. 11 years ago
bunnei f9e3228caa x64: Refactor to remove fake interfaces and general cleanups. 11 years ago
bunnei 3d35d53b8d Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP. 11 years ago
archshift 58e2d19f08 Stop defining GCC always_inline attributes as __forceinline 11 years ago
Apology11 af18572491 don´t define snprintf on Visual Studio 2015 11 years ago
Emmanuel Gil Peyrot 1775adc34c Common: Remove unused ROUND_UP_POW2 macro. 11 years ago
Emmanuel Gil Peyrot 2d044a67c9 Common: Cleanup memory and misc includes. 11 years ago
Yuri Kunde Schlesner b700b55696 Common: Remove the BIT macro 11 years ago
Yuri Kunde Schlesner 326ec51261 Common: Add BIT macro 11 years ago
Yuri Kunde Schlesner fae5933ad6 Common: Add proper macros to test for architecture pointer size 11 years ago
Yuri Kunde Schlesner 1bd1a13a02 Common: Move alignment macros to common_funcs.h 11 years ago
Yuri Kunde Schlesner a594fdb66e Common: Remove more unused compatibility defines 11 years ago
Yuri Kunde Schlesner f3c096951b Common: Move IO-specific compatibility macros to file_util.cpp 11 years ago
Yuri Kunde Schlesner bf12f270b3 Common: Remove many unnecessary cross-platform compatibility macros 11 years ago
archshift e011acaa84 Removed swap code redundancy and moved common swap code to swap.h 11 years ago
archshift 0420a4d1de Added information reporting from ThrowFatalError 11 years ago
archshift 4fb75d220a Misc cleanup of common and related functions 11 years ago
archshift 302f0b32f5 Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.h 11 years ago
purpasmart96 c3c309f33d ConfigMem: Clean up the Config memory to be more like the shared page and moved 11 years ago
archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h 11 years ago
Yuri Kunde Schlesner fc11aff955 Common: Fix SCOPE_EXIT to actually create unique identifiers. 11 years ago
purpasmart96 ebfd831ccb License change 11 years ago
Yuri Kunde Schlesner eda30c36ee Added missing include in common_funcs.h 11 years ago
Yuri Kunde Schlesner 8a681cdf3d Remove redundant include from common_funcs.h 11 years ago
Tony Wasserka 0cd27a511e Some code cleanup. 11 years ago
Tony Wasserka 27280f178b Fix some headers to include their dependencies properly. 11 years ago
Rohit Nirmal 8a62423970 Change NULLs to nullptrs. 11 years ago
darkf 459502e48c Fix MinGW build 11 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 years ago
Lioncash 90e994471a Common: Move header guards over to pragma once 12 years ago
bunnei 43bc2ac724 added MIN, MAX, and CLAMP macros to common_funcs 12 years ago
bunnei 535947a0e1 fix for issue Linux build #9, not sure why this is broken but its unused code I'm just getting rid of it 12 years ago
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project 12 years ago
bunnei c9b5b89e21 convert tabs to spaces 12 years ago
ShizZy 62d873da3e start of 3DS memory map 12 years ago
ShizZy 7564d28faf replaced common code with dolphin common 12 years ago