| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-22 | startup_checks: Resolve -Wstringop-truncation | Morph | |
| Copies up to sizeof(p_name) - 1 in strncpy and null terminates it at p_name[254] | |||
| 2022-10-22 | startup_checks: Resolve -Wformat | Morph | |
| 2022-09-19 | yuzu qt: Add option to disable startup Vulkan check | lat9nq | |
| The startup check apparently confuses other programs when yuzu launches 2 processes and then quickly closes one of them. Though this isn't really our issues it's also not a big deal for me to add an option to work around that issue. | |||
| 2022-09-04 | yuzu: Use a debugger to generate minidumps | lat9nq | |
| yuzu: Move mini_dump out of core startup_checks: Better exception handling | |||
| 2022-07-12 | startup_checks: Use WaitForSingleObject and more cleanup | lat9nq | |
| 2022-07-10 | startup_checks: Use GetEnvironmentVariableA | lat9nq | |
| Solves MSVC compile error. Also drops need string use for comparison. | |||
| 2022-07-10 | startup_checks: Clean up | lat9nq | |
| Adds some comments, removes unused includes, and removes last bits of logging since this is before the logging backend starts up. | |||
| 2022-07-10 | startup_checks: Implement unix side code | lat9nq | |
| Wow fork() is nice, isn't it? | |||
| 2022-07-10 | yuzu: Simplify broken Vulkan handling | lat9nq | |
| 2022-07-10 | yuzu: Check Vulkan on startup with a child | lat9nq | |
| 2022-07-10 | yuzu: Rename check_vulkan to startup_checks | lat9nq | |
