Commit Graph

3374 Commits (8c241ed8de7b71bd5cb1940758db78b24f779387)
 

Author SHA1 Message Date
zkdpower 8c241ed8de
Update Simple-Chinese language file to latest (#1424)
* Update Simple-Chinese language file to latest

Update Simple-Chinese language file to latest

* Update Simple-Chinese language file to latest

Update Simple-Chinese language file to latest
5 years ago
Connor McLaughlin b4d1dcfe4b
Merge pull request #1415 from andercard0/patch-61
Atualização Português do Brasil
5 years ago
Connor McLaughlin 15652b4c1f SPU: Fix a few cases where SPU interrupts weren't firing 5 years ago
Connor McLaughlin df98a0b04e CPU/Recompiler: Fix incorrect speculative byte/halfword reads
Fixes crash on boot in Monkey Magic.
5 years ago
Connor McLaughlin 4fafb34251 CommonHostInterface: Move input map update to frontend
Fixes controller state getting reset when loading input profile.
5 years ago
Connor McLaughlin ad0d16e243 Qt: Fix failing to load unicode filenames on command line 5 years ago
Connor McLaughlin 64fc560314 Qt: Don't allocate a console when loading settings 5 years ago
Connor McLaughlin 9d7f4523b0 Log: Close C file handles on free (win32)
Fixes toggling console not hiding the window.
5 years ago
Anderson_Cardoso 693b070889
Atualização Português do Brasil
Could you please make the following strings available for translation in Android? 

- Theme
- Downsampling
- Controller Mapping
- Use analog Sticks for D-Pad
- Disable All Enhancements 
- Threaded GPU Presentation
- Clear Bindings (in controller mapping options menu)
- Port 1 / Port 2 (in controller mapping options menu)
- Hotkeys (in controller mapping options menu)
5 years ago
Connor McLaughlin 9951921a6d Log: Enable virtual terminal processing on Win32
This way we don't need to set the registry value.
5 years ago
Connor McLaughlin b0398f5aa7 Qt: Add shutdown without saving menu option 5 years ago
Connor McLaughlin 6a04803502
Merge pull request #1394 from piepacker/msw_console_behavior
Console: Fix problems when using CLI from MSYS2/GitBash/ConEmu
5 years ago
Connor McLaughlin 5add87c8ad
Merge pull request #1410 from ggrtk/get-analog-input-bytes
Controller: Add method for reading analog input bytes
5 years ago
Connor McLaughlin c6da182232
Merge pull request #1412 from ggrtk/sdl-rumble-duration-fix
CommonHostInterface: Update rumble every frame regardless of change
5 years ago
Connor McLaughlin 8d56a3d186
Merge pull request #1414 from zkdpower/master
Update Simple-Chinese language file to latest
5 years ago
zkdpower bfd4273f2c
Update Simple-Chinese language file to latest
Update Simple-Chinese language file to latest
5 years ago
Albert Liu d860c14267 CommonHostInterface: Update rumble every frame regardless of change
Fixes SDL rumble cutting off early when a game sends the same motor
strength values every frame over a long duration.
5 years ago
Albert Liu 5ff3299384 Controller: Add method for reading analog input bytes 5 years ago
Connor McLaughlin 4cc2883224 Add script to pad a BIOS image
Mainly useful for openbios.
5 years ago
Connor McLaughlin 419726f4cc Remove libretro core - core will now be maintained by libretro
libretro have agreed to take over maintenance of the core.

Please see their fork at https://github.com/libretro/duckstation if you
wish to continue to use it.
5 years ago
Connor McLaughlin 573c8370d7 Update game settings
Doom was missing for the PAL and Japanese releases.
5 years ago
Jake Stine f26b094cf7 Console: Use ANSI escape codes and remove entirely Win32's legacy WriteConsoleA code.
Also fixes android build failure (missing unistd.h)
5 years ago
Connor McLaughlin 24c373245e MemoryCard: Make formatting OSD message translatable 5 years ago
Connor McLaughlin d86fc03ecb
Merge pull request #1391 from andercard0/patch-60
Atualização Português do Brazil
5 years ago
Connor McLaughlin ee60c02e0a
Merge pull request #1402 from zkdpower/master
Update Simple-Chinese language file to latest
5 years ago
Connor McLaughlin 5eca471624
Merge pull request #1403 from RaydenX93/update_it_20210106
Italian Language Update
5 years ago
Connor McLaughlin e80cd69811
Merge pull request #1395 from CookiePLMonster/add-roboto-glyphs
Register more glyph ranges supported by Roboto
5 years ago
RaydenX93 3f11cb1de1 Update duckstation-qt_it.ts 5 years ago
zkdpower 7de3fafff6
Update Simple-Chinese language file to latest
Update Simple-Chinese language file to latest
5 years ago
Silent de075fffc3
Register more glyph ranges supported by Roboto
Adds support for Polish, makes Russian use a default font
5 years ago
Jake Stine c9b8dc13fd Console: Fix problems when using CLI from MSYS2/GitBash/ConEmu
- Fix issue where console output is lost when running from MSYS2/GitBash CLI
 - Fix issue where pipe redirections would be overridden and otuput would always go to the attached console (this affected windows cmd prompt as well as other shell CLIs)
 - Simplify some logic regarding registering of the standard output writer
5 years ago
Connor McLaughlin f832dca975 Bus: Don't force inline EXP1/EXP2 access 5 years ago
Connor McLaughlin f3cdfe97a7 Bus/EXP2: Support openbios putc address 5 years ago
Anderson_Cardoso 7f22dc4199
Atualização Português do Brazil
Android - Strings not available for translation as follows:

- Theme
- Down sampling
- Controller Mapping
- Use analog Sticks for D-Pad
- Disable All Enhancements 
- Threaded GPU Presentation
- Clear Bindings (in controller mapping options menu)
- Port 1 / Port 2 (in controller mapping options menu)
- Hotkeys (in controller mapping options menu)
5 years ago
Connor McLaughlin 9afd122f85 GameSettings: Remove a bunch of DMA size overrides 5 years ago
Connor McLaughlin 845cd37835 DMA: Determine slice size based on whether pad is transmitting
Plenty of games seem to suffer from this issue where they have
a linked list DMA going while polling the controller. Using a
too-large slice size will result in the serial timing being off,
and the game thinking the controller is disconnected. So we
don't hurt performance too much for the general case, we reduce
this to equal CPU and DMA time when the controller is
transferring, but otherwise leave it at the higher size.
5 years ago
Connor McLaughlin 98a4e59f52 Qt: Fix some strings not being translatable 5 years ago
Dominus Iniquitatis b83a9cfe9a
Update README.md (#1388) 5 years ago
Bekon241 a5078d7e35
Zuzia pl language support (#1384)
* Update duckstation-qt_pl.ts
5 years ago
Connor McLaughlin 25b0b72566
Merge pull request #1383 from zkdpower/master
Update Simple-Chinese language file to latest
5 years ago
Connor McLaughlin a6e1b3c4ad
Merge pull request #1389 from ggrtk/ps3-bios-size
BIOS: Add check for older BIOS from PS3
5 years ago
Connor McLaughlin cdefcf7359 HostInterface: Log when all enhancements are disabled by config 5 years ago
Albert Liu 79012d5288 BIOS: Add check for older BIOS from PS3
Same revision number as newer PS3, but different file size and 512KB
hash.
5 years ago
Connor McLaughlin 0534f36b8d D3D11HostDisplay: Fix incorrect format support check
Was resulting in RGB565 textures trying to be created when unsupported.
5 years ago
Connor McLaughlin e3de44d127 D3D11/Texture: Log attributes when creation fails 5 years ago
Connor McLaughlin 8f5c20bdf5 BIOS: Improve robustness of BIOS searching
Always prefer a known BIOS image over an unknown image. Hopefully this
will stop people getting crashes on startup due to other files in the
BIOS directory confusing it.
5 years ago
Connor McLaughlin 5cd261a5b2 BIOS: Only match PS1 and PS2 BIOS images exactly 5 years ago
Connor McLaughlin 68f97a8116 Update game compatibility/settings 5 years ago
zkdpower c0dfc49db3
Update Simple-Chinese language file to latest
Update Simple-Chinese language file to latest
5 years ago
Connor McLaughlin c3b0a87029 CommonHostInterface: Move settings filename to start of class 5 years ago