Weiyi Wang

Results 20 issues of Weiyi Wang

Currently if a `ReplyRaw` drops without a reply, it sends a EIO and logs a warning https://github.com/zargony/rust-fuse/blob/73b841a544e33f58d1034df247457ce40208ec83/src/reply.rs#L189-L194 This however is not good for debugging errors like forgetting to put a...

enhancement

This restricts how a program could construct a custom algorithm locally ands use it on the fly. I noticed that the current internal of `Crc` holds the reference. Relaxing the...

I have seen a lot of people asking if this repo is for development and open issue here. We need to tell them in an obvious way that "citra" is...

The encoder API encourages to use "any type as long as it has 4 bytes per element", and does `fn buffer_for_type(){ ... unsafe { pointer cast }}`. It has the...

Only virtual console's sound effect is played (like when you press the screen to pause), but total silence in game. DSP related log: ``` ... [ 117.938915] Service.GSP core/hle/service/gsp_gpu.cpp:AcquireRight:645: called...

F-audio:dsp-hle
A-audio

Citra (master - fd5f71b): ![screenshot from 2018-07-07 12-11-34](https://user-images.githubusercontent.com/4592895/42409325-6a0dbff8-81e1-11e8-977e-bc8c62e0cefe.png) 3DS: ![top_0001](https://user-images.githubusercontent.com/4592895/42409317-47579bdc-81e1-11e8-8715-a453df0fbc54.png) Tested on all kinds of graphics settings (sw/hw renderer/shader...), all produce the same incorrect result. The shadow is rendered using...

A-graphics

This is a mega issue about redesigning how game screens are rendered to the frontend. There are several issue around this and the solution to them are highly tangled together,...

Epic

I noticed that the function to create Headless display was removed in 0.33 release (together with glutin's overhaul). Could there be - a notice in the changelog to clarify that...

I'll put whatever small items to do that I come up with here....

`{:?}` in principle should be only used for dev purpose and not in product output. For this project, it should be used in the following situation - printing to stderr...