Yes of course. We had talked about that recently; my mind just wandered.
It's unfortunately rather low priority. Because of what Bizhawk does as a TASing emulator, there's more to consider than just hacking in a "load CD and load ROM" functionality. The emulator handles pass off of files to 1 of quite a few cores, and has to know some stuff that it keeps for bookkeeping and moviemaking. The CD load system is also yet another complexity. At the end of the day, this is all for just one game. I'd like to do it, as the CD audio sounds awesome (you can get Bizhawk to do it even by doing a minor code edit and bypassing a number of things), but there are other more pressing matters.
Joined: 4/20/2005
Posts: 2161
Location: Norrköping, Sweden
I'm having some problems with changing the emulator speed with a lua command in 1.6.1. If I want to set the speed to 300%, I would normally use emu.speedmode(300), which worked before. But using this command now returns the error
"attempt to call field 'speedmode' (a number value)"
Looking at the LuaFunctions page, it seems that this has been replaced with client.speedmode(300). But this command returns the error
"LuaInterface.LuaScriptException: 300"
Am I doing something wrong?
Emulator Coder, Site Developer, Site Owner, Expert player
(3573)
Joined: 11/3/2004
Posts: 4754
Location: Tennessee
You aren't doing anything wrong, it should be client.speedmode(300), however it is busted in 1.6.1. Is fixed and will be represented in the 1.7.0 release.
If you need an advance copy here is a beta and then you can also help test (as of this post, nobody has helped >:()
Bizhawk doesn't support PSP yet. But hopefully it will in some months' time. PPSSPP is very good.
Woah, really? That's some exciting news. PSP has some real good games.
Lookin' forward to being able to TAS the Prinny games. ^-^
It's not a 'I know this will happen', but PPSSPP is being headed by some of the same devs as Dolphin, and is open source, so the prospects for future TASing are very good.
I wonder if this is possible, but...
Can you guys add a feature to BizHawk that lets you change the game's Saturation/Brightness/Contrast ?
Not many emulators have this afaik, the only one I've seen so far was PCSX2. But it's pretty helpful especially when you can raise the brightness on dark games.
I wonder if this is possible, but...
Can you guys add a feature to BizHawk that lets you change the game's Saturation/Brightness/Contrast ?
Not many emulators have this afaik, the only one I've seen so far was PCSX2. But it's pretty helpful especially when you can raise the brightness on dark games.
Not expecting anything but: https://code.google.com/p/bizhawk/issues/detail?id=176
Later on it gets to a point where the right hand of the screen just seems to have a big black box over it and it's impossible to see anything.
We already use retroarch shaders. I'm well aware of them. I asked someone who was interested in shader X to go find a good shader X, so I could copy it without having to evaluate them myself.