Commit Graph

17 Commits (a171000cbec1dbae4e5c0c34ea1d7ef1b4313164)

Author SHA1 Message Date
archshift e6594f9f53 Added configuration file system.
Uses QSettings on citra-qt, and inih on citra-cli.
11 years ago
Emmanuel Gil Peyrot 6b7b36a874 Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions. 11 years ago
bunnei 532a9e80a0 Merge pull request #99 from archshift/ext-check
loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
11 years ago
archshift 9d7cc2bedc common: Prune all redundant includes 11 years ago
archshift 5472fd4d9b Added string_util to common, small changes in loader.cpp 11 years ago
bunnei 004df76795 Merge branch 'threading' of https://github.com/bunnei/citra
Conflicts:
	src/core/hle/function_wrappers.h
	src/core/hle/service/gsp.cpp
11 years ago
Tony Wasserka 1dfa392824 Rename LCD to GPU. 11 years ago
bunnei 00adbc7817 log: updated MAX_LOGLEVEL to use correct log level enum type 11 years ago
bunnei 6fc62f8c93 log: fixed to not print twice, enabled coloring, added OS print logging as its own type 11 years ago
bunnei daf7a7880a added kernel logger to common 11 years ago
bunnei 505d984f16 logger fix for linux 11 years ago
bunnei 92bde183dd added GSP to loggers 11 years ago
bunnei 9db26df05f - added better SVC logging
- added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs
11 years ago
bunnei c3a4b4bfca added NDMA hardware interface 11 years ago
bunnei d4cb2aab63 added logger for generic HLE 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