CasualPokePlayer

Results 201 comments of CasualPokePlayer

Something to consider here (from LLVMpipe's page): ``` Also, the driver is multithreaded to take advantage of multiple CPU cores (up to 32 at this time). ``` Threads are junk...

~~The error is something wrong from the most recent commit (affects Windows too). Just go back to the previous commit or wait until it's fixed.~~ This is fixed.

Something to note, OpenTK.Input 4 is actually netstandard 2.0 (the rest of OpenTK is not), so us using it for host input would be (mostly) a non-blocker (host graphics/sound is...

Another user on Discord encountered similar issues and they are fixed at least in 2.9-rc2, calling this fixed.

Closing due to lack of user response (also going to assume the original state issue was fixed with that commit).

Right, I don't think that emulator looks like quite the best idea when it decides to put a ton of Pokemon ROMs directly in its repo.

Disc format support is not core specific at all, all cores get a file format agnostic CD interface from BizHawk. If BizHawk's CD handling doesn't support CHD, then *no core*...

BizHawk does not have CD CHD support at all, regardless of the system. That's why this issue you are commenting on exists in the first place.

Resolved by 21b6bd331b1617b0a8dbfd4471787bb43b95814c

IANAL, but there does seem to be multiple layers of licensing violations at play here: 1. AGPLv3 licensing, as is, is not compatible with all the existing cores. - Most...