summaryrefslogtreecommitdiffstats
path: root/src/common/log_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a GUI logging channel.Tony Wasserka2014-11-181-0/+1
| | | | Replace asserts with _dbg_assert_.
* Added configuration file system.archshift2014-10-081-0/+1
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.Emmanuel Gil Peyrot2014-09-171-1/+1
|
* Merge pull request #99 from archshift/ext-checkbunnei2014-09-111-1/+1
|\ | | | | loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
| * Added string_util to common, small changes in loader.cpparchshift2014-09-091-1/+1
| |
* | common: Prune all redundant includesarchshift2014-09-091-1/+0
|/
* Merge branch 'threading' of https://github.com/bunnei/citrabunnei2014-06-141-14/+16
|\ | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
| * log: updated MAX_LOGLEVEL to use correct log level enum typebunnei2014-06-011-1/+1
| |
| * log: fixed to not print twice, enabled coloring, added OS print logging as its own typebunnei2014-05-301-13/+15
| |
* | Rename LCD to GPU.Tony Wasserka2014-06-121-1/+1
|/
* added kernel logger to commonbunnei2014-05-101-2/+2
|
* logger fix for linuxbunnei2014-05-081-1/+1
|
* added GSP to loggersbunnei2014-05-081-1/+1
|
* - added better SVC loggingbunnei2014-05-061-2/+2
| | | | - added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs
* added NDMA hardware interfacebunnei2014-04-181-1/+1
|
* added logger for generic HLEbunnei2014-04-111-2/+2
|
* fixed project includes to use new directory structurebunnei2014-04-091-8/+5
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+200