-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increasing the window size in Piemu #3
Comments
Older p/emu was built with SDL1; it has built-in feature to enter fullscreen mode by Alt+Enter. If you just want to enlarge window size in recent branch, adjust resolution multiplier in ui_init() function: Line 79 in ea7ce8a
edit * 4 to your taste.
If you're porting p/emu to some console hardware (eg GameShell), force fullscreen mode by applying this patch: Resurrecting Alt+Enter feature will require more work to do... |
I tried compiling the source code into a new EXE, but I'm just not able to do it myself, unfortunately. Below I attatched a screenshot of how big the emulator window is for me, the notepad window would be the size I would like it to be, at 3x the current size. I would be greatful if you could compile it, but if you don't have the time that's okay. |
Compiled in VS2019, install "Visual C++ 2019 Redistributables" if you cannot run this. |
Sorry for bumping through this issue, but I think it'd be good to see the sound issue fixed. |
Hello!
I love your and nsawa-san's work on a P/ECE emulator, thank you for making it. m(_ _)m
I tried both the original Piemu by nsawa-san and your SDL version and in the old Piemu version from 20030430 it was possible to enter fullscreen mode by pressing [Alt] + [Enter].
Is there a way to enter fullscreen mode in the SDL version of Piemu, or at least increase the size of the emulator window?
Thank you in advance for your reply.
よろしくお願いいたします。
P.S.
一応日本語で書きたいと思いましたが、やっぱり私の日本語がまだ弱く過ぎて
ごめんなさい
The text was updated successfully, but these errors were encountered: