Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix: fatal error CVT1100 when compiling manifest file | FearlessTobi | 2020-06-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Occurs when doing a local compile in MSVC build. The compiler I'm using is as below: Microsoft Visual Studio Community 2019 Preview Version 16.6.0 Preview 5.0 Fixes this error: CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409 LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt I have put 0 since previous name was 1. If have other names in mind, please let me know. Co-Authored-By: dragios <dragios@users.noreply.github.com> | ||||
* | yuzu/frontend: Remove internal resolution option | Morph | 2020-06-06 | 2 | -7/+0 |
| | |||||
* | GPU: Add Fast GPU Time Option. | Fernando Sahmkow | 2020-04-23 | 1 | -0/+2 |
| | |||||
* | UI: Replasce accurate GPU option for GPU Accuracy Level | Fernando Sahmkow | 2020-04-22 | 1 | -2/+2 |
| | |||||
* | yuzu: Drop SDL2 and Qt frontend Vulkan requirements | ReinUsesLisp | 2020-04-07 | 2 | -8/+0 |
| | | | | Create Vulkan instances and surfaces from the Vulkan backend. | ||||
* | Address review and fix broken yuzu-tester build | James Rowe | 2020-03-26 | 3 | -23/+34 |
| | |||||
* | Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels. | Morph | 2020-02-28 | 2 | -0/+6 |
| | |||||
* | frontend: sdl2: emu_window: Implement separate presentation thread. | bunnei | 2020-02-26 | 2 | -7/+0 |
| | |||||
* | Add 4:3 aspect ratio and address feedback | Morph | 2020-02-14 | 1 | -1/+1 |
| | |||||
* | Add following aspect ratios: 16:9, 21:9, Stretch to Window | Morph | 2020-02-14 | 2 | -0/+6 |
| | | | | Available as a drop down within the configure graphics tab. | ||||
* | yuzu: Implement Vulkan frontend | ReinUsesLisp | 2020-01-29 | 2 | -1/+21 |
| | | | | | Adds a Qt and SDL2 frontend for Vulkan. It also finishes the missing bits on Vulkan initialization. | ||||
* | yuzu_tester: Remove unused variable | ReinUsesLisp | 2019-10-05 | 1 | -1/+0 |
| | |||||
* | configure_debug: Move reporting option to logging | Zach Hilman | 2019-09-22 | 1 | -1/+3 |
| | |||||
* | yuzu-tester/yuzu: Correct format string | Lioncash | 2019-07-30 | 1 | -1/+1 |
| | | | | Prevents an invalid formatting exception from being thrown. | ||||
* | yuzu-tester/yuzu: Remove unused variable | Lioncash | 2019-07-30 | 1 | -1/+0 |
| | | | | Gets rid of a compilation warning. | ||||
* | yuzu: Remove setting for using Unicorn | Lioncash | 2019-07-11 | 2 | -5/+0 |
| | | | | | | | | | | The JIT is mature enough that this setting can be removed, falling back to Unicorn only on unsupported architectures. Any missing features from Unicorn (of which there are extremely few), are mostly developer-oriented, which most users don't care about. Features should be coordinated with the JIT, not the interpreter, anyhow. | ||||
* | yuzu: Remove CPU Jit setting from the UI | fearlessTobi | 2019-07-04 | 2 | -2/+2 |
| | | | | A normal user shouldn't change this, as it will slow down the emulation and can lead to bugs or crashes. The renaming is done in order to prevent users from leaving this on without a way to turn it off from the UI. | ||||
* | yuzutest: Add minor comments | Zach Hilman | 2019-06-10 | 2 | -8/+9 |
| | |||||
* | yuzu_tester: Display results in table format | Zach Hilman | 2019-06-10 | 3 | -12/+50 |
| | |||||
* | yuzutest: Support multiple tests per executable | Zach Hilman | 2019-06-10 | 4 | -33/+41 |
| | |||||
* | yuzu_tester: Add 'yuzutest' service | Zach Hilman | 2019-06-10 | 2 | -0/+123 |
| | |||||
* | yuzu_tester: Add SDL2-based EmuWindow that doesn't show the window | Zach Hilman | 2019-06-10 | 2 | -0/+164 |
| | |||||
* | yuzu_tester: Use config, icon, and main from yuzu-cmd | Zach Hilman | 2019-06-10 | 6 | -0/+624 |
| | |||||
* | yuzu_tester: Add project subdirectory | Zach Hilman | 2019-06-10 | 1 | -0/+34 |