| // Copyright 2015 Citra Emulator Project | |
| // Licensed under GPLv2 or any later version | |
| // Refer to the license.txt file included. | |
| // Uncomment this to disable microprofile. This will get you cleaner profiles when using | |
| // external sampling profilers like "Very Sleepy", and will improve performance somewhat. | |
| // #define MICROPROFILE_ENABLED 0 | |
| // Customized Citra settings. | |
| // This file wraps the MicroProfile header so that these are consistent everywhere. | |
| // This isn't defined by the standard library in MSVC2015 | |
| typedef void* HANDLE; | |