| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-14 | JitArm64: Use immediates more in fres routine | JosJuice | |
| Not sure why I didn't do this to begin with. Maybe I was under the impression that the most significant bit of a 12-bit immediate was a sign bit. | |||
| 2023-06-14 | Merge pull request #11946 from Dentomologist/convert_fromwhichroot_to_enum_class | Admiral H. Curtiss | |
| Common: Convert FromWhichRoot to enum class | |||
| 2023-06-14 | Merge pull request #11942 from ↵ | Admiral H. Curtiss | |
| Dentomologist/convert_controlleremu_translatability_to_enum_class ControllerEmu: Convert Translatability to enum class | |||
| 2023-06-14 | Merge pull request #11944 from lioncash/casts | Admiral H. Curtiss | |
| PPCCache: Remove redundant reinterpret_casts | |||
| 2023-06-14 | Merge pull request #11947 from InfoManiac742/patch-2 | Admiral H. Curtiss | |
| Fix white bars in Ice Age 2: The Meltdown (GC) | |||
| 2023-06-13 | Fix white bars in Ice Age 2: The Meltdown (GC) | InfoManiac742 | |
| Defer EFB Copies to RAM is necessary in order to avoid white bars obscuring the screen: see https://wiki.dolphin-emu.org/index.php?title=Ice_Age_2:_The_Meltdown_(GC)#White_Bars | |||
| 2023-06-13 | Common: Convert FromWhichRoot to enum class | Dentomologist | |
| 2023-06-13 | Merge pull request #11925 from JosJuice/android-fix-dpad | Charles Lombardo | |
| Android: Fix overlay d-pad | |||
| 2023-06-13 | Use getCacheDir if getExternalCacheDir returns null. | Marcel Alexandru Nitan | |
| 2023-06-13 | Android: Fix overlay d-pad not working until finger moves | JosJuice | |
| A switch case fallthrough was overlooked when translating from Java to Kotlin. | |||
| 2023-06-13 | Android: Fix pressing up on overlay d-pad | JosJuice | |
| 2023-06-13 | PPCCache: Remove redundant reinterpret_casts | Lioncash | |
| The pointer is being passed to functions that take arguments as void*, so we don't need to cast here. | |||
| 2023-06-13 | Merge pull request #11941 from ↵ | Admiral H. Curtiss | |
| Dentomologist/convert_blockingloop_stopmode_to_enum_class Common: Convert BlockingLoop::StopMode to enum class | |||
| 2023-06-13 | Merge pull request #11930 from iwubcode/game_texture_validation | Admiral H. Curtiss | |
| VideoCommon: don't reject game textures which have the wrong size | |||
| 2023-06-12 | VideoCommon: don't treat incorrect aspect ratio or sizes that aren't a ↵ | iwubcode | |
| multiple of native textures as an error | |||
| 2023-06-12 | ControllerEmu: Convert Translatability to enum class | Dentomologist | |
| 2023-06-12 | Common: Convert BlockingLoop::StopMode to enum class | Dentomologist | |
| 2023-06-13 | Merge pull request #11940 from lioncash/debugiface | Admiral H. Curtiss | |
| Common: Move DebugInterface.h into Core | |||
| 2023-06-12 | Revert "Android: Temporarily disable host thread check" | JosJuice | |
| This reverts commit 361171fce087cad73d94f0d9fd81a66069f9af4f. | |||
| 2023-06-12 | Android: Add HostThreadLock where necessary | JosJuice | |
| 2023-06-12 | Android: And Lock and Unlock wrappers to HostThreadLock | JosJuice | |
| This way we can ensure DeclareAsHostThread and UndeclareAsHostThread are called when locking and unlocking. | |||
| 2023-06-12 | Android: Move host thread lock to a separate file | JosJuice | |
| 2023-06-12 | XEmitter: Add enum class Jump | Dentomologist | |
| Replace the bool parameter force5bytes in J, JMP, and J_CC with an enum class Jump::Short/Near. Many callers set that parameter to the literal 'true', which was unclear if you didn't already know what it did. | |||
| 2023-06-12 | Merge pull request #11863 from Minty-Meeo/nkit-extract | JMC47 | |
| Remove NKit data when extracting a GCN/Wii disc volume | |||
| 2023-06-12 | Merge pull request #11939 from lioncash/condition | Admiral H. Curtiss | |
| BreakpointDialog: Mark breakpoint help text as translatable | |||
| 2023-06-12 | Merge pull request #11938 from lioncash/inits | Admiral H. Curtiss | |
| ParallelProgressDialog: Initialize all data members | |||
| 2023-06-12 | Merge pull request #11937 from lioncash/sky | Admiral H. Curtiss | |
| SkylanderPortalWindow: Detranslate unnecessary strings | |||
| 2023-06-12 | Common: Move DebugInterface.h into Core | Lioncash | |
| The base DebugInterface now depends on the Core's CPUThreadGuard, and utilities in Common shouldn't be depending on Core facilities. So, we can move this into the core library instead. | |||
| 2023-06-12 | BreakpointDialog: Mark breakpoint help text as translatable | Lioncash | |
| We already mark the title of the dialog box as translatable, so it would be a bit odd to not mark the containing text as translatable too. | |||
| 2023-06-12 | ParallelProgressDialog: Mark WasCanceled() as const | Lioncash | |
| This doesn't alter any class state. | |||
| 2023-06-12 | ParallelProgressDialog: Initialize all data members | Lioncash | |
| Ensures we always have a deterministic state. | |||
| 2023-06-12 | SkylanderPortalWindow: Detranslate unnecessary strings | Lioncash | |
| This doesn't need to be handled by translators, since they're not user-displayed text or just don't need to be translated. While we're at it, we don't need to copy each entry of the resulting list. | |||
| 2023-06-12 | Merge pull request #11936 from lioncash/base | Admiral H. Curtiss | |
| InfinityBaseWindow: Remove unnecessary system instance accessor | |||
| 2023-06-12 | InfinityBaseWindow: Remove unnecessary system instance accessor | Lioncash | |
| GetFigureList() is a static member function, so we can just call it directly instead of going through the system instance. | |||
| 2023-06-11 | Android: Target Java 17 | Charles Lombardo | |
| 2023-06-11 | Android: Update Kotlin to 1.8.21 | Charles Lombardo | |
| Additionally updates the serialization plugin to match | |||
| 2023-06-11 | Android: Update dependencies | Charles Lombardo | |
| 2023-06-11 | Android: Upgrade to AGP 8.0.2 | Charles Lombardo | |
| 2023-06-11 | Merge pull request #11931 from t895/build-flag-fix | Charles Lombardo | |
| Android: Fix use of deprecated JVM flag | |||
| 2023-06-12 | Merge pull request #10976 from TellowKrinkle/StackFrames | OatmealDome | |
| Improve stack frames for profilers | |||
| 2023-06-11 | Android: Fix use of deprecated JVM flag | Charles Lombardo | |
| 2023-06-11 | Qt: Send SizeChanged on DPI changes | TellowKrinkle | |
| 2023-06-11 | VideoCommon: Update imgui scale when dpi changes | TellowKrinkle | |
| 2023-06-11 | Merge pull request #11928 from K0bin/adrenotools-release-build-fix | Charles Lombardo | |
| Android: Fix Adrenotools in release builds | |||
| 2023-06-11 | Merge pull request #11927 from JosJuice/android-custom-file-extension-locale | Charles Lombardo | |
| Android: Check file name extensions locale-independently | |||
| 2023-06-11 | Android: Fix Adrenotools in release builds | Robin Kertels | |
| 2023-06-11 | Merge pull request #11867 from K0bin/adrenotools | JMC47 | |
| Implement loading custom drivers on Android | |||
| 2023-06-11 | Android: Check file name extensions locale-independently | JosJuice | |
| A very minor bug that became more obvious when this code was translated to Kotlin. | |||
| 2023-06-11 | Merge pull request #11921 from t895/kotlin-fragments | JosJuice | |
| Android: Convert "fragments" package to Kotlin | |||
| 2023-06-11 | Android: Implement a UI for Adrenotools | Robin Kertels | |
