Commit Graph

16 Commits (228843c43e21ce4d3ca5fe0adc96fcb34505446b)

Author SHA1 Message Date
archshift 228843c43e Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance. 10 years ago
Emmanuel Gil Peyrot 6b411c63c9 Common: Remove dead platform #ifdefs to make the code more readable.
Symbian, Xbox, Blackberry and iOS got removed.
FreeBSD and Android kept due to them potentially being able to run Citra in the future.
The iOS specific part also got removed from PPSSPP in order to fix a bug there.
10 years ago
darkf 8ba9ac0f74 Fix merge conflicts 10 years ago
purpasmart96 ebfd831ccb License change 10 years ago
darkf 459502e48c Fix MinGW build 11 years ago
Lioncash 5b65decf91 Common: Remove HAVE_CXX11_SYNTAX define from Common.h 11 years ago
Lioncash 90e994471a Common: Move header guards over to pragma once
Also replaced C headers with the C++ equivalent ones
11 years ago
bunnei b919158050 Removed definition of MAX_PATH, this is already defined in common_paths.h. 11 years ago
archshift 7817d6c79a Support for C++11 on OSX 11 years ago
archshift 52377cf0d2 Some more experimentation 11 years ago
bunnei 81cb80997a add missing bswap functions 11 years ago
bunnei a48c6b947d removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class 11 years ago
bunnei 4405a53cf3 added scm rev generation on Linux/cmake 11 years ago
bunnei 5da03e821e - removed deprecated version.h
- cleaned up window title
- cleaned up emu_window_glfw/emu_window
11 years ago
bunnei de0a034a84 fixed project includes to use new directory structure 11 years ago
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project 11 years ago