summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2016-12-23Merge pull request #2369 from MerryMage/core-frontendbunnei
2016-12-23file_util: fix missing sysdata pathwwylele
2016-12-23core: Move emu_window and key_map into coreMerryMage
2016-12-22Merge pull request #2343 from bunnei/core-cleanupbunnei
2016-12-22Merge pull request #2285 from mailwl/csnd-formatbunnei
2016-12-21file_util: Remove unused paths.bunnei
2016-12-19Fixed GPLv2 license text in the start.Vamsi Krishna
2016-12-16Merge pull request #2316 from endrift/macos-gccbunnei
2016-12-14VideoCore: Convert x64 shader JIT to use Xbyak for assemblyYuri Kunde Schlesner
2016-12-13Common: Fix gcc build on macOSJeffrey Pfau
2016-12-12csnd:SND reformat source codemailwl
2016-12-05Support mingw cross-compileJannik Vogel
2016-11-30Merge pull request #2228 from freiro/winver_fixYuri Kunde Schlesner
2016-11-30WINVER definition moved to CMake and cleanupfreiro
2016-11-30Set client SDK version to Service APIsmailwl
2016-11-29Build: Fixed a few warnings.Subv
2016-11-27Merge pull request #2168 from mailwl/micSebastian Valle
2016-11-26Move to AppData/Roaming/Citra/freiro
2016-11-26Removed /user/ from pathfreiro
2016-11-25MIC_U: Stub service funcionsmailwl
2016-11-24Switch to AppData/Roamingfreiro
2016-11-19Return by value and other fixesfreiro
2016-11-19Win32 move default user folder location to AppDatafreiro
2016-11-15Merge pull request #2172 from jroweboy/fix-mingwbunnei
2016-11-13Add mingw compile supportJames Rowe
2016-11-12Round the rectangle size to prevent float to int casting issuesJames Rowe
2016-11-05Add default hotkey to swap primary screens.James Rowe
2016-11-05Rework frame layouts to use a max rectangle instead of hardcoded calculationsJames Rowe
2016-11-05LargeFrameLayout + SwappedSonofUgly
2016-11-05Support additional screen layouts.James Rowe
2016-10-27common: use system bswap* functions on more BSDsJan Beich
2016-10-27common: use system CPUID routine on DragonFly as wellJan Beich
2016-10-27common: some FreeBSD headers are incomplete to avoid namespace pollutionJan Beich
2016-10-27common: convert to standard stat()/fstat() interfacesAnthony J. Bentley
2016-10-27common: stat64 is non-standard, hide on a random UnixJan Beich
2016-10-27common: only FreeBSD has thread affinity compatible with LinuxJan Beich
2016-10-27common: define routines to set thread name on more BSDsJan Beich
2016-10-20Fix typosRicardo de Almeida Gonzaga
2016-10-07Merge pull request #2024 from JamePeng/update-boss-codebunnei
2016-10-02Update the stub code of BOSSJamePeng
2016-09-29Common: Remove dangerous Vec[234] array constructorsYuri Kunde Schlesner
2016-09-21Remove special rules for Windows.h and library includesYuri Kunde Schlesner
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-09-15microprofile: Double buffer size to 16MB.bunnei
2016-09-13Common: readdir_r() is deprecated, switch to readdir().Emmanuel Gil Peyrot
2016-07-23Protection against a resize of size 0Alexandre LittleWhite Laurent
2016-06-25Remove superfluous std::move in return std::move(local_var)scurest