yesfish
yesfish
Yes, that's what I'm asking for essentially, I had difficulty describing! And the ability to choose which corner the large tile aligns with.
That'd be great but there's no drawing offset, just the "Image Rect" property that changes the source rectangle of the image.
I've made a basic guide https://github.com/huwpascoe/CnC_Remastered_Collection/wiki/Tiberian-Dawn-data
Not only that, but a preservation of sign: Lets say the stream contains an "int 8" as described in the spec: ``` int 8 stores a 8-bit signed integer +--------+--------+...
Regarding the awful names, this helper is what I made for myself in a one-person project with my limited knowledge of templates. I figure the master of template meta programming...
Hi, I wrote the code fulfilling the bounty https://github.com/libretro/RetroArch/issues/7419 @hizzlekizzle After googling all I've found is that view elements like <bezel> are deprecated. Is there a comprehensive changelog of the...
> could you let me know which files I should use and/or what config to enter pls? give this a go, there should be a red, green and blue bar...
> FAKEDIT: this commit message seems to have some useful details: [mamedev/mame@67ec5e5](https://github.com/mamedev/mame/commit/67ec5e5b43738128a696aea19b299ee0ed8a17a0) Thanks, that does help. The MAME devs have been quite bad in how they handled this. It's in...
Okay that's about the most precise error message that could be hoped for! FBO, (Frame Buffer Object), is the canvas where the layout is drawn to. The gl driver has...
> @huwpascoe First of all thanks for implementing the "video layout" feature. I've been trying to get it to work on my GLES2 board in the last few days and...