archshift
228843c43e
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
11 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.
11 years ago
purpasmart96
ebfd831ccb
License change
11 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
12 years ago
bunnei
b919158050
Removed definition of MAX_PATH, this is already defined in common_paths.h.
12 years ago
archshift
7817d6c79a
Support for C++11 on OSX
12 years ago
archshift
52377cf0d2
Some more experimentation
12 years ago
bunnei
81cb80997a
add missing bswap functions
12 years ago
bunnei
a48c6b947d
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
12 years ago
bunnei
4405a53cf3
added scm rev generation on Linux/cmake
12 years ago
bunnei
5da03e821e
- removed deprecated version.h
- cleaned up window title
- cleaned up emu_window_glfw/emu_window
12 years ago
bunnei
de0a034a84
fixed project includes to use new directory structure
12 years ago
bunnei
63e46abdb8
got rid of 'src' folders in each sub-project
12 years ago
bunnei
925a894c1b
added DISALLOW_COPY_AND_ASSIGN macro
12 years ago
bunnei
c9b5b89e21
convert tabs to spaces
12 years ago
ShizZy
eab69534c6
renamed GC_ALIGNED* macros to MEMORY_ALIGNED*
12 years ago
ShizZy
00287b7a65
removed <windows.h> include from common.h and added it only where needed
12 years ago
ShizZy
d5863c415e
added default windows include
12 years ago
ShizZy
71d4fa9d3f
added file platform.h
12 years ago
ShizZy
6847033b27
updated common paths
12 years ago
ShizZy
7564d28faf
replaced common code with dolphin common
12 years ago
ShizZy
72325bef1d
deleted gekko's common files
12 years ago
ShizZy
27474060e1
adding initial project layout
13 years ago