orbea

Results 279 comments of orbea

Unfortunately I do not have any better ideas besides hiding warnings or significantly changing the headers which I can understand you would rather not do. I spent a lot of...

I also agree that being able to configure the save directory at run time and / or in a config file would be nice.

This would be cool as it would allow you to focus entirely on emulation while RetroArch could handle the frontend.

I'm using it on Gentoo using the libressl overlay. https://github.com/gentoo/libressl The current situation is that the primary libressl user is OpenBSD and most linux distros dropped support, but I am...

Maybe you need a udev rule similar to this? ``` $ cat /etc/udev/rules.d/99-joystick.rules KERNEL=="event[0-9]*", ENV{ID_BUS}=="?*", ENV{ID_INPUT_JOYSTICK}=="?*", GROUP="games", MODE="0660" KERNEL=="js[0-9]*", ENV{ID_BUS}=="?*", ENV{ID_INPUT_JOYSTICK}=="?*", GROUP="games", MODE="0664" ```

I would guess this is a permissions issue, but I don't know how to handle that with android.

I have never used dynamic wallpapers before, can someone elaborate on step 1? > Enable and setup dynamic wallpapers I'm not sure I can fix this, but I'll at least...

I think this will be fixed with https://github.com/AZO234/NP2kai/pull/58. Windows 64-bit and windows 32-bit were the only NP2kai build failures according to the libretro buildbot.

A test case would be a good idea, but I know almost nothing about docker and I am unsure what distro would even work? The current situation is the primary...

I can reproduce failing tests locally, but only when using `--enable-self-generated-certificate`. [test-suite.log](https://github.com/tpm2-software/tpm2-tss/files/9113757/test-suite.log) ``` PASS: test/unit/CommonPreparePrologue PASS: test/unit/CopyCommandHeader PASS: test/unit/io PASS: test/unit/key-value-parse PASS: test/unit/log PASS: test/unit/tctildr PASS: test/unit/tctildr-dl PASS: test/unit/tctildr-nodl PASS:...