Commit graph

101 commits

Author SHA1 Message Date
Marat Tanalin
43b8a325e3 Even more built-in hotkeys: F9, F11, Ctrl+F4
* `F9` to take screenshot;
* `F11` to toggle full-screen mode;
* `Ctrl+F4` to close game.
2020-09-13 05:15:35 +03:00
Marat Tanalin
6bf2d70050 More built-in hotkeys: Esc, Ctrl+W, F5, Pause, PrnScrn
* `Escape` to exit full-screen or pseudo-full-screen mode;
* `Ctrl+W` to close game;
* `F5` to reset system;
* `Pause/Break` to pause emulation;
* `PrintScreen` to take screenshot.
2020-09-13 05:07:47 +03:00
Marat Tanalin
5d5803b530 Moved <Windows.h> out of utils.h 2020-09-13 04:53:39 +03:00
Marat Tanalin
27d172988d Scaling info is now only shown when changed 2020-09-13 04:49:28 +03:00
Marat Tanalin
97d2e78e64 Center, fixed: overscan ignored with AR correction 2020-09-13 04:32:18 +03:00
Marat Tanalin
8fd06810f8 Scale mode: potentially more precise calculations 2020-09-13 04:27:58 +03:00
Marat Tanalin
dcdfafdbee Support for optional 8:7 PAR instead of 4:3 AR 2020-09-13 04:23:29 +03:00
Marat Tanalin
f7d82b8732 New translation approach with external text files 2020-09-13 04:16:49 +03:00
Marat Tanalin
858cb3768a bsnes/out/.gitignore: Added bsnes-mt.exe 2020-09-13 03:36:36 +03:00
Marat Tanalin
1855cad188 Added version meta info into executable 2020-09-13 03:34:52 +03:00
Marat Tanalin
5f8917f5b7 Updated resource handling 2020-09-13 03:33:10 +03:00
Marat Tanalin
c82333105b bsnes/.../presentation.*: Some reformatting & refactoring. 2020-09-13 02:28:20 +03:00
Marat Tanalin
ee3bda9dec Confirmation before clearing recent games' list 2020-09-13 02:19:15 +03:00
Marat Tanalin
ab5319b1f0 nall/string/markup/node.hpp: Better VS compatibility 2020-09-13 02:07:08 +03:00
Marat Tanalin
f67d09e836 nall/windows/guard.hpp: Better VS compatibility 2020-09-13 02:04:19 +03:00
Marat Tanalin
8f74fc6826 Updated bundled PizzaPNG 2020-09-13 01:20:54 +03:00
Marat Tanalin
5cc96436ec More generic manifest and *.rc file names 2020-08-27 09:49:43 +03:00
Marat Tanalin
b9a4c099b8 Manifest reformatting, cleanup and update 2020-08-27 09:43:54 +03:00
Marat Tanalin
b741efec53 Update README.md 2020-08-20 21:28:15 +03:00
Marat Tanalin
1aa25b51a2 Removed bsnes/Locale/Japanese.bml
This project uses a different translation approach.
2020-08-20 01:04:06 +03:00
Marat Tanalin
cc02c1513b Removed libretro core
This project is focused on the standalone app.
2020-08-20 00:30:26 +03:00
Marat Tanalin
30940e3aaa Replaced JP with JA to match ISO 639-1 2020-08-15 21:46:49 +03:00
Marat Tanalin
c712991529 translations.h: removed trailing empty line
Unneeded in modern C++.
2020-08-15 21:36:14 +03:00
Marat Tanalin
e9a9bdf405 Added internal support for Italian translation 2020-08-15 21:32:15 +03:00
Marat Tanalin
5888fb862b
Added partial Italian translation
Merged pull request #5 from theheroGAC/patch-1
2020-08-15 21:18:48 +03:00
Marat Tanalin
9e61d1a41f
translations.h: fixed syntax, formatting
and IT constant value.
2020-08-15 21:09:24 +03:00
theheroGAC
4a1266f409
Update translations.h 2020-08-15 12:47:50 +02:00
Marat Tanalin
f0fbfde495 bsnes-mt/translations.h: Made Visual-Studio-compatible 2020-08-14 04:06:47 +03:00
Marat Tanalin
ee8c4e0634 bsnes-mt 1.2 2020-08-13 08:55:42 +03:00
Marat Tanalin
168d3a4bbf Added underscore prefix to names of #include'd *.cpp files 2020-08-13 06:45:41 +03:00
Marat Tanalin
c867dd422e bsnes/target-bsnes/*: Reformatted, slightly refactored and cleaned-up 2020-08-13 06:26:13 +03:00
Marat Tanalin
501dbf4f35 Added NTSC/PAL indication in status bar after opening game 2020-08-13 06:13:33 +03:00
Marat Tanalin
487a849066 Fixed bsnes bug: region detection didn't work with native file dialog 2020-08-13 06:07:09 +03:00
Marat Tanalin
9b6c234102 Fixed regression: Region autodetection with Russian UI
Region autodetection did not work even with the custom bsnes file dialog, when Russian user-interface language was used.
2020-08-13 05:55:57 +03:00
Marat Tanalin
4f219352f1 Translated 'Redo' in 'Quick States' list in state manager 2020-08-09 05:34:55 +03:00
Marat Tanalin
d7cc46c7e0 Translated 'Slot' in status-bar message after quick save 2020-08-09 05:06:08 +03:00
Marat Tanalin
051845c963 Disabled the 'No Recent Games' menu metaitem 2020-08-03 19:59:41 +03:00
Marat Tanalin
849368ba7d Moved repeating colors to variables 2020-08-03 19:56:43 +03:00
Marat Tanalin
d24652fb2c Alias for bsnesMt::app 2020-08-03 19:55:00 +03:00
Marat Tanalin
75112a4a0b Fixed a crash when closing with Alt+F4 in Windows 7
Windows 10 is probably affected too, but suppresses the crash notification.
2020-07-30 01:46:10 +03:00
Marat Tanalin
9e966f0256 bsnes-mt 1.1 2020-07-27 18:19:25 +03:00
Marat Tanalin
d720c1d94a Built-in hotkeys for full-screen, pseudo-fs, opening game, Alt+F4
* Alt+Enter to toggle full-screen mode;
* Shift+Enter to toggle pseudo-full-screen mode;
* Ctrl+O to open a game;
* Alt+F4 now works in full-screen mode.
2020-07-27 17:38:24 +03:00
Marat Tanalin
4135fe62be Updated readme 2020-07-27 17:26:36 +03:00
Marat Tanalin
7991fa7fbe Completed translation + pixel-perfect scaling in Hires modes
+ cleanup, reformatting, etc.
2020-07-27 17:26:08 +03:00
Marat Tanalin
389432c6cc Fixed: main window was unfocused after start 2020-07-27 16:58:56 +03:00
Marat Tanalin
e033bacc36 Translated windows about bsnes and SameBoy 2020-06-18 17:02:52 +03:00
Marat Tanalin
156fb2a073 Addition to the previous cleanup 2020-06-18 17:01:44 +03:00
Marat Tanalin
f274a44e6a Cleanup 2020-06-18 16:50:44 +03:00
Marat Tanalin
d8ceb5a94a Updated bundled PizzaPNG 2020-06-12 23:16:33 +03:00
Marat Tanalin
1b8fcf1d5c More consistent main-window title 2020-06-12 00:52:48 +03:00