Commit Graph

7434 Commits (v0.1-6937)
 

Author SHA1 Message Date
Connor McLaughlin cb1e15da58 GPU/D3D12: Fix incorrect stream buffer upload size 3 years ago
Connor McLaughlin 4668334516 GameDatabase: Make unknown controller types non-fatal 3 years ago
Connor McLaughlin 9d27f7095f Vulkan: Use Vulkan Memory Allocator 3 years ago
Connor McLaughlin 56293e4d8f 3rdparty: Add vk_mem_alloc 3 years ago
Connor McLaughlin 37d579c652 BIOS: Compile fix 3 years ago
Connor McLaughlin 187b01f908
Merge pull request #2892 from zkdpower/master
update simple-chinese language file to latest.
3 years ago
Anderson Cardoso 146c99f668
Atualização Português do Brasil (#2893)
* Atualização Português do Brasil

Update strings to latest.

* Update chtDb to the latest

Following games were updated in the Database:

- Spyro 2 - Ripto's Rage
- Medal Of Honor
- Digimon World 3
- Megaman Legends 2
- Star Ocean - The Second Story
- Disney Presents Tigger's Honey Hunt
- Spyro X Sparx - Tondemo Tours
- Resident Evil 1
- Grand Theft Auto
- Castlevania Symphony Of The Night
- Megaman X
- Dino Crisis
- Valkyrie Profile
- MediEvil 2
- Crash Bandicoot - Warped

* Update chtdb.txt

* Update chtdb.txt

* Atualização Português do Brasil

Update file to latest.
3 years ago
Connor McLaughlin 864dffc789
Merge pull request #2894 from lukahn/patch-1
Update bios.cpp
3 years ago
zkdpower c793f5d098
update simple-chinese language file to latest.
update simple-chinese language file to latest.
3 years ago
Connor McLaughlin 78b4fbb515 Achievements: Display points in list window 3 years ago
Connor McLaughlin e54dc9872b Achievements: Display mastered notifications 3 years ago
Connor McLaughlin 5bf1f062b9 Qt: Re-add active/line offset to game properties (advanced) 3 years ago
Connor McLaughlin 583b8cd955 InputManager: Export a few functions 3 years ago
Connor McLaughlin d25a9a22e3 System: Fix per-game bindings being used when disabled 3 years ago
Connor McLaughlin 6fa8c3962e Build: Fixes for Android 3 years ago
Connor McLaughlin 736996ab38 Controller: Add invert and button deadzone options 3 years ago
Anderson Cardoso 1a6bc86136
Atualização Português do Brasil (localization) | Update ChtDb to latest (#2886)
* Atualização Português do Brasil

Update strings to latest.

* Update chtDb to the latest

Following games were updated in the Database:

- Spyro 2 - Ripto's Rage
- Medal Of Honor
- Digimon World 3
- Megaman Legends 2
- Star Ocean - The Second Story
- Disney Presents Tigger's Honey Hunt
- Spyro X Sparx - Tondemo Tours
- Resident Evil 1
- Grand Theft Auto
- Castlevania Symphony Of The Night
- Megaman X
- Dino Crisis
- Valkyrie Profile
- MediEvil 2
- Crash Bandicoot - Warped

* Update chtdb.txt

* Update chtdb.txt
3 years ago
Connor McLaughlin 7af2f252ac
Merge pull request #2887 from zkdpower/master
update simple-chinese language file to latest.
3 years ago
Connor McLaughlin 2186debcd2
Merge pull request #2888 from Calinou/enhancements-overlay-fix-swapped-msaa-ssaa
Fix "MSAA" and "SSAA" texts being swapped in enhancements overlay
3 years ago
Connor McLaughlin 7ef600aaa0
Merge pull request #2889 from Calinou/texture-filtering-warn-performance-cost
Warn about the high performance cost of JINC2 and xBR filtering
3 years ago
Connor McLaughlin 271c820c0a
Merge pull request #2890 from Calinou/show-cpu-usage-add-description
Add usage description for Show CPU Usage
3 years ago
Luke Wakefield 2cfbd43bb6
Update bios.cpp
Adding PS1 BIOS files from PS2 consoles.
3 years ago
Hugo Locurcio 086b0d390a
Add usage description for Show CPU Usage
Unlike other display options, this one was missing a description.

This clarifies the option's purpose and the fact that it displays
the host's CPU usage, not the emulated system's CPU usage.
3 years ago
Hugo Locurcio 8152b99ea4
Warn about the high performance cost of JINC2 and xBR filtering
These options (especially xBR) have a very high cost. In my experience,
xBR has a greater impact on the framerate than enabling 4× SSAA or PGXP
in CPU mode (whose quality increase is much more obvious).

These options are also essentially unusable on mobile, regardless of
how powerful your device is. As a result, this adds warnings both
in the option names and the description.

Bilinear filtering is not affected by this performance cost, as GPUs
can perform this in hardware without having to emulate filtering
through a shader.
3 years ago
Hugo Locurcio dcd11d8371
Fix "MSAA" and "SSAA" texts being swapped in enhancements overlay
Previously, when you selected MSAA in the advanced options, you
got MSAA but the enhancements display showed "SSAA".
The opposite happened when you selected SSAA.
3 years ago
zkdpower 76c367e92f
update simple-chinese language file to latest. 3 years ago
Connor McLaughlin d26fef3e4e Achievements: Add leaderboard toggle (+ some minor fixes) 3 years ago
Connor McLaughlin 3760849ac4
Merge pull request #2884 from zkdpower/master
update simple-chinese language file to latest.
3 years ago
Connor McLaughlin 065472ddda Achievements: Fix crash when toggling off with list open 3 years ago
Connor McLaughlin 5568de1e03 Achievements: Add sound effects 3 years ago
Connor McLaughlin a4eb5f1d5d FrontendCommon: Add PlaySoundAsync() 3 years ago
Connor McLaughlin cba4bb4ab2 Achievements: Show primed/challenge-in-progress achievements 3 years ago
zkdpower db27468506
update simple-chinese language file to latest. 3 years ago
Víctor "IlDucci a55ca69b87
Spanish (Spain) translation update (#2882)
* Spanish (Spain) translation update

 - Updated the .ts file itself (seems that es-es was forgotten at the last code update pass).
 - Translated new strings.
 - Fine-tuned others.
 - Cleaned up now-unneeded strings.

* Spanish (Spain) translation update

 - Updated the .ts file itself (seems that es-es was forgotten at the last code update pass).
 - Translated new strings.
 - Fine-tuned others.
 - Cleaned up now-unneeded strings.
3 years ago
Connor McLaughlin bf1af8995a
Merge pull request #2883 from Guwange/update_Japanese_translation
update Japanese translation
3 years ago
Connor McLaughlin c817030263 CMake: Add missing find_package(ECM) for NoGUI/Wayland 3 years ago
Dolphin d8d521e292 update Japanese translation 3 years ago
Connor McLaughlin 3dcd901885 MemoryCardImage: Support importing mem/psx and a few other formats
Untested.
3 years ago
Connor McLaughlin aee8163317 Achievements: Drain outstanding requests when switching games
Stops data being lost when loading state due to data not being
downloaded yet.
3 years ago
Connor McLaughlin d9722516c3 GameList: Handle non-extension-suffixed urls based on content type 3 years ago
Connor McLaughlin cc0127d5ed
Merge pull request #2881 from andercard0/patch-2
Atualização Português do Brasil
3 years ago
Connor McLaughlin a062cc4706 VulkanHostDisplay: Fix uploading of strided textures 3 years ago
Connor McLaughlin 1e6abc1d64 OpenGLHostDisplay: Don't assert when reading back last query 3 years ago
Connor McLaughlin 239b585d8c AudioStream: Fix several-second-looping bug on underrun 3 years ago
Anderson Cardoso 0a27fb1489
Atualização Português do Brasil
Update strings to latest.
3 years ago
Connor McLaughlin ef3ad91ad0 FullscreenUI: Various improvements 3 years ago
Connor McLaughlin 91c8681bed dep/imgui: Round when DPI scaling instead of flooring 3 years ago
Connor McLaughlin 14af29d398 ImGuiManager: Show additional CPU settings 3 years ago
Connor McLaughlin 016eb7c548 Qt: Fix switching CPU execution mode in debug menu 3 years ago
Connor McLaughlin 3e16dbfc37 System: Fix crash when toggling memory exceptions off 3 years ago