mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #2135] [CLOSED] Atualização Português do Brasil #897
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stenzek/duckstation/pull/2135
Author: @andercard0
Created: 5/19/2021
Status: ❌ Closed
Base:
master← Head:patch-120📝 Commits (10+)
8f49a81(Android) Updated values-ru/strings to latestf676314Atualização Português do Brasilf3f75b1Update duckstation-qt_ja.tse2a23ccRe-add libretro core669393bCMake: Set __cplusplus version in MSVC186aecdCI: Re-add libretro buildsef94b55libretro: Expose support for pbp (and multi-disc)118b8ddMerge pull request #2074 from 6lackmag3/patch-56ef3834aMerge pull request #2075 from andercard0/patch-114b51a485Merge pull request #2078 from Nekokabu/master📊 Changes
126 files changed (+8780 additions, -2732 deletions)
View changed files
📝
.github/workflows/rolling-release.yml(+160 -6)📝
CMakeLists.txt(+40 -5)📝
CONTRIBUTORS.md(+4 -0)📝
NEWS.md(+3 -0)📝
README.md(+28 -1)📝
android/.idea/misc.xml(+1 -1)📝
android/.idea/runConfigurations.xml(+1 -0)📝
android/app/src/cpp/android_host_interface.cpp(+1 -2)📝
android/app/src/main/java/com/github/stenzek/duckstation/EmulationActivity.java(+10 -5)📝
android/app/src/main/java/com/github/stenzek/duckstation/FileHelper.java(+129 -0)📝
android/app/src/main/java/com/github/stenzek/duckstation/GameDirectoriesActivity.java(+12 -0)📝
android/app/src/main/java/com/github/stenzek/duckstation/GamePropertiesActivity.java(+5 -0)📝
android/app/src/main/java/com/github/stenzek/duckstation/MainActivity.java(+11 -0)📝
android/app/src/main/res/drawable/ic_controller_pause_button.xml(+2 -3)📝
android/app/src/main/res/values-es/strings.xml(+10 -0)📝
android/app/src/main/res/values-ru/strings.xml(+9 -8)📝
android/app/src/main/res/values/strings.xml(+4 -0)📝
android/app/src/main/res/xml/advanced_preferences.xml(+6 -0)📝
data/database/compatibility.xml(+103 -64)📝
data/database/gamedb.json(+0 -2)...and 80 more files
📄 Description
Update file to latest.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.