-
Posts
13,723 -
Joined
-
Last visited
-
Days Won
388
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Jason Carr
-
I see. It could certainly be a performance issue, or an odd issue with that hardware. I have tested with an old Core 2 Duo and things are working great with it (even performance-wise), but I can imagine that a super portable machine like that from that long ago might be seeing some issues. What version of Windows are you running on it?
-
Issues with text sizing (like I think you're referring to) are definitely not related to this at all.
-
I've tested DPI scaling and that is definitely not the issue. I tested Retroarch many times with 150% DPI scaling. I'm not sure what might be causing issues on your system, but I would try closing all background applications to see if it makes a difference, and then try making sure all of your drivers are up to date.
-
It's up to date as to what's available for the plugin system. Unfortunately not all properties on the Game object are available in the IGame interface for plugin developers (yet). I have an automated tool that generates that documentation after I make code changes.
-
Yeah, it's certainly easy to remove the images from the theme, and that functionality could be added to a custom theme. Honestly I probably won't be able to add all that in myself before release.
-
Keyboard automation is interesting currently because it's available for Big Box, but not LaunchBox, so that may be why. Honestly I just haven't gotten around to adding settings for it to LaunchBox, which is why it currently only works for Big Box. I assume you're testing in LaunchBox?
-
The only thing you would need to do to enable or disable features that conflict with Rocket Launcher would be to turn off game startup screens and game pause screens, so it's really only two settings. Yes, but just to reiterate one more time, using Rocket Launcher with the pause screens or the startup screens is not recommended at all.
-
After doing a bunch of testing, I've noticed that certain running background apps can interfere and cause issues like this. For example, on my system, for whatever reason if I have an RDP session (Remote Desktop) open, it will cause similar issues. Unfortunately I don't think there's anything I can do about that, because it seems to be either a Windows or a driver glitch. So I would suggest trying to close background apps to see if you can identify the issue. Unfortunately there's only so much I can do to get around those types of issues, so that kind of stuff I may not be able to solve. The pause screens work consistently well on the five machines I'm testing on, so long as the background environment is clean.
-
If you want to use the keyboard automation, you should remove it from the standard keyboard bindings and only use the keyboard automation settings.
-
Yes, that is correct. Keyboard automation works the same as controller automation, and requires the hold key pressed before the pause key will work. If you simply bind a key to the pause key, it will always work with just that key (while games are running).
-
Yes, I added the Arcade.xml file and also changed the Default.xml file to use different images. Box3DOrNormalImagePath attempts to grab a 3D box, and if not found, grabs a normal box front.
-
Yeah, I don't know of a solution to using Rocket Launcher with startup or pause screens. Guess it's a good thing we've been going around saying it's not supported. Lol, but really, I don't recommend trying to mix Rocket Launcher and LaunchBox startup/pause screens. It's mostly unnecessary and completely haphazard.
-
The Rocket Launcher way (making everything windowed) is still way more complicated and extremely finicky. I'm very glad we took the fullscreen exclusive mode approach. It's more performant and allows for a mostly generic approach, whereas Rocket Launcher's approach absolutely requires custom code and custom scripts for every single emulator, and they require changes more often. At least with this approach, unknown emulators have a good chance of working, even if I never code anything for them. It's a no brainer in my opinion. The one thing we can't do with this method is bezels for emulators that don't support them. But with Retroarch continually getting support for more and more cores, I don't see that as much of an issue, and I don't foresee us adding that any time soon.
-
Ah, I see what you mean. Yeah, I can see that being useful. Not sure it will make it in for this release though. We're honestly nowhere near it. Ultimately, it wouldn't be that hard to do, but nothing we've done so far is significant progress in that direction. There haven't been any changes that I'm aware of that should affect command-line parameters like that, at least not since the 9.7 official release.
-
Beta 14 is out now with the following: Pause screens default theme updated to show controls information images from EmuMovies for the Arcade platform and cart images for non-arcade Retro achievements added to pause screens Additional apps that use web URLs, JPGs, PNGs, or GIFs now show up and work on the pause screens as well Back key now exits pause screens, same as selecting Resume Game Added load and save states and reset game scripts for Sega Model 2 Emulator (will need to reset to default scripts in the emulator settings to use them) Updated the built-in Chromium web browser to the latest Updated Brazilian Portuguese and Simplified Chinese translations
-
Not currently.
-
It's probably because your Retroarch emulator is missing scripts for those. Check Edit Emulator and make sure that all the scripts are populated.
-
Hmm, pretty sure it's unrelated to removing the theme folder, but I'll look out for that fluke I guess. There is an AutoHotkey script option for resume, which I believe is what you're looking for (the same as pause exit). So that should already be there. If anyone gets a script together that works for RPCS3, let me know. I can add it in as a default. Honestly, that's such a complicated scenario that I have no idea. Pause screens are incredibly complicated and involved, so it would take major effort to figure that out. And with Rocket Launcher's screens competing with LaunchBox's, it's going to be a mess any way you look at it. For the moment, that's not an option. There is a menu key on the keyboard (to the left of Ctrl) that acts as a right-click.
-
I just tested for this and can't seem to replicate. All the options are showing up for me, even with startup screens off. I tried disabling the startup screens both via the emulator and the global setting, but neither seem to be making any difference. Can you re-test and provide further details?
-
Thank you guys. I have the zh-CHS and pt-BR translations in for the next beta release.
-
Unfortunately we'll have the same issues with BAT files, or anything that is not opened with the Chrome viewer. So that's a negative.
-
Thank you guys, I'll get the table updated. @bundangdon Can you list out what settings you're using for those emulators? Forceful on or off? It would help if you could test with both.
-
Unfortunately I think opening up a separate application is likely to screw with the pause screens and startup screens, so I won't be adding those options for this release. PDFs will always use the built-in reader on the pause screens. It's using the Chrome web engine to display them, so we could support any type of document supported by Chrome, but unfortunately things like EXEs are not going to work.
-
I'll see if we can display those images in the default theme. Either way, it's easy to modify a theme to show those arcade panel images. Per the PDFs locking up, that's a new one that I haven't experienced or heard of. Has anyone else experienced lockups while viewing PDFs? What platform were those games on?
-
Not a bad idea. I'll look to see if that's easy to pull off.