Anuskuss

Results 67 comments of Anuskuss

### Before yellow roadblock (depth map) #### OpenGL ![before_ogl_depth](https://user-images.githubusercontent.com/7157389/43819036-a2da81d6-9ae1-11e8-8e13-7e61caafb520.png) #### Vulkan ![before_vk_depth](https://user-images.githubusercontent.com/7157389/43819047-aba7e6c8-9ae1-11e8-8fde-5d9ef06fae73.png) ### After #### OpenGL ![after_ogl_depth](https://user-images.githubusercontent.com/7157389/43819069-bb80a602-9ae1-11e8-85cc-6abef2272576.png) #### Vulkan ![after_vk_depth](https://user-images.githubusercontent.com/7157389/43819076-c28b7c1a-9ae1-11e8-92cf-d3919ba3f320.png)

#### Before ![before](https://user-images.githubusercontent.com/7157389/43999157-1222c7f6-9e07-11e8-85ed-2fee31b50595.png) #### After ![after](https://user-images.githubusercontent.com/7157389/43999158-154f3aa4-9e07-11e8-8f98-3ab610feaf26.png)

So I have to switch to Software Renderer, click _Step Tex_ in the GE Debugger until the texture appears in the preview window, then _Record_ and then _Resume_? [UCES00019_0001.zip](https://github.com/hrydgard/ppsspp/files/2281563/UCES00019_0001.zip)

**Backend:** Vulkan **Software Renderer:** off Again, I waited for the yellow roadblock to appear in the texture preview, _Record_ -> _Resume._ This time theres actually stuff in the file. [UCES00019_0001.zip](https://github.com/hrydgard/ppsspp/files/2282651/UCES00019_0001.zip)

Do note that this is working fine with earlier builds. **Last good:** `v1.5.4-189-gc1a23658d` **First bad:** `v1.5.4-197-gea50561c8`

Everything is fine for me again. I couldn't test it since the [Lost the Vulkan device!](https://github.com/hrydgard/ppsspp/issues/11216#issuecomment-410902422) error but as of `v1.6.3-482-g025e478d2` (last bad: `v1.6.3-479-g637a17a66`) it's all working again and the...

I've been (kinda) maintaining my [own fork](https://github.com/Anuskuss/melonDS) with the [following changes](https://github.com/Arisotura/melonDS/pull/967): 1. [Enable fullscreen when loading from CLI](https://github.com/Arisotura/melonDS/pull/967/commits/045e777eb2b97985b70d723e70f820a966d91f4d) 2. [Enable archive support from CLI](https://github.com/Arisotura/melonDS/pull/967/commits/9cb34ef92c328d3549a638f986cec91eb24a878b) 3. [Custom save directory for saves...

> Open as fullscreen (among several other things) should be a command line option. Yeah, I know - obviously that would be the preferred solution. PRs are welcome. But if...

No worries, I'll just snatch your changes for the time being. I don't need an overcomplicated solution so I'm fine with using [Anuskuss/melonDS](https://github.com/Anuskuss/melonDS).

I have posted a `PKGBUILD` just now in https://github.com/cemu-project/Cemu/issues/1#issuecomment-1226610562. Check it out and tell me if it works. The goal is to fix all remaining issues and post it on...