Commit Graph

25864 Commits

Author SHA1 Message Date
UltiNaruto
5171cf168a Added support to unsupported versions
- DNA Scanner (MP3 Standalone PAL and NTSC-J)
- Portal Skip (MP2 NTSC-J)
- Hud Memo Removal (New Play Controls! Metroid Prime and MP3 Standalone PAL and NTSC-J)
- Added bounds checking on the reticle removal (MP3 Standalone PAL and NTSC-J)
- Reenabled MP3 Standalone NTSC-J
- Fixed MP1 FPS Controls disabled behavior
- Added MP2 GC NTSC-J support
- Fixed New Player Controls! Metroid Prime 2 invincibility
2021-04-12 00:16:34 +02:00
SirMangler
54a2b42aef Cheats: Add hud memo tooltip & update UI for hotkeys 2021-04-10 19:12:55 +01:00
shiiion
8d709c05ae standalone ntsc dna scanner 2021-04-09 22:17:25 -04:00
SirMangler
a5569c9cfe Grey out reduce bloom when disabled bloom is enabled. 2021-04-09 00:02:57 +01:00
shiiion
683239c4ca Merge branch 'master' of https://github.com/shiiion/dolphin 2021-04-08 19:00:23 -04:00
shiiion
89e5ee83dd bloom reduce implemented 2021-04-08 19:00:13 -04:00
SirMangler
616fa0ae83 Disable analytics popup 2021-04-08 23:42:28 +01:00
SirMangler
615824ce31 Reduce Bloom Setting and UI 2021-04-08 23:01:36 +01:00
SirMangler
35cf0def0b Updated to beta 5.0-13963 2021-04-08 21:00:25 +01:00
SirMangler
6d8875ce28 Merge branch 'master' of https://github.com/shiiion/dolphin 2021-04-08 20:51:12 +01:00
SirMangler
12899ae555 PrimeHack Controlled DNA Scanners [Trilogy] 2021-04-08 20:45:21 +01:00
shiiion
f9a55cc0b6 reverted forced memory increase, proper HUD damping mp2gc 2021-04-08 01:36:36 -04:00
shiiion
2897b8dc2f uninit mods on shutdown 2021-04-07 21:28:07 -04:00
shiiion
cbb4a173e6 update cmakelists 2021-04-07 05:11:28 -04:00
shiiion
9450b52174 presets loading, removed some optimizes 2021-04-07 05:08:37 -04:00
shiiion
2baed62fde mod loader and huge UI vomit 2021-04-07 04:07:35 -04:00
shiiion
f2bbbbedb3 update cmakelists 2021-04-06 02:26:48 -04:00
shiiion
1f1cdb1290 portal skip updated to work for gc, layer fix for portal terminal 2021-04-06 02:10:41 -04:00
shiiion
45f1dcf27d Hud memo disabler from ishiiruka 2021-04-06 01:53:00 -04:00
shiiion
aef8378eda added fov-aware reticle control from ishiiruka 2021-04-03 04:08:25 -04:00
shiiion
78406701ae
Merge pull request #47 from shiiion/grapple_lasso_fix
Grapple Lasso Control bugfix
2021-04-03 00:28:35 -07:00
shiiion
da0143c65c silly assembly goof fixed 2021-04-02 22:42:49 -04:00
blåhaj
f339bc69c8 VertexShaderGen: Sonic epsilon hack for OpenGL ES
debaf63fe8 moved the "Sonic epsilon hack"
to vertex shaders. However, it was only done for targets with depth
clamping. If this is not available, for example the target is OpenGL ES,
the Sonic problem appears (https://bugs.dolphin-emu.org/issues/11897).

A version of the "Sonic epsilon hack" is added for targets without
depth clamping.
2021-04-02 15:12:30 +02:00
Markus Wick
a2fa9aab5b
Merge pull request #9618 from JosJuice/jitarm64-pc-0
JitArm64: Allow DoJit at address 0 (fix launching Wii titles)
2021-04-01 12:43:23 +02:00
JosJuice
b3f71f7cdc JitArm64: Allow DoJit at address 0 (fix launching Wii titles)
JitArm64::DoJit contains a check where it prints a warning and tries
to pause emulation if instructed to compile code at address 0. I'm
assuming this was done in order to provide a nicer error behavior
in cases where PC was accidentally set to null. Unfortunately, it
has started causing us problems recently, as 688bd61 writes and runs
some code at address 0 to simulate the PPC being held in reset.
What makes this worse is that calling Core::SetState from the CPU
thread is actually not allowed and will cause a deadlock instead of
the intended behavior. I don't believe there is anything on a real
console that would stop you from executing code at address 0 (as
long as the MMU has been set up to allow it), and Jit64::DoJit
doesn't contain any check like this, so let's remove the check.
2021-04-01 11:28:53 +02:00
shiiion
ae68c7196d added vmcall inst from ishiiruka 2021-04-01 01:42:07 -04:00
JMC47
ce8e87c64b
Merge pull request #8747 from iwubcode/map-freelook
Support controlling Free Look via input bindings (motion controls, gamepad, etc!)
2021-04-01 01:05:00 -04:00
SirMangler
f1640f7f6e Updated CMakeLists 2021-03-29 09:46:37 +01:00
SirMangler
470d1902ed Remove Pixel Error Automatically 2021-03-29 03:53:32 +01:00
SirMangler
979ba24fd6 General grapple improvements 2021-03-28 07:37:38 +01:00
SirMangler
7840c1aff9 Clean up cheats and fix minor bugs 2021-03-28 06:11:26 +01:00
SirMangler
361bffe410 X11 Complaint Defaults 2021-03-28 03:55:21 +01:00
SirMangler
22715e9dc3 Added FriendVouchers and PortalSkip to PrimeHack cheat's tab. 2021-03-28 03:40:33 +01:00
SirMangler
a9b8f0cacf Added PrimeHack Cheats UI, and saving cheats. 2021-03-28 03:24:24 +01:00
SirMangler
3e69e1cdaf Merged with beta 5.0-13603 2021-03-28 02:15:27 +01:00
shiiion
c0c4c83561 should build on windows now 2021-03-27 14:37:45 -04:00
shiiion
f61c2d22a9 stupid optimize 2021-03-27 14:22:51 -04:00
shiiion
df1e782adf Merge branch 'master' into x11-multimonitor-fix 2021-03-27 14:21:45 -04:00
shiiion
7fb7ce219e object list is NOT size 1024 2021-03-27 14:20:53 -04:00
Silent
d4b7ed4e38
GameList: Use titles from the Title Database for shortcut creation
Makes titles consistent with Dolphin's game list
2021-03-27 19:02:27 +01:00
Silent
0fb8f735e5
GameList: Remove invalid characters when creating a desktop shortcut
Fixes shortcut creation for games that have e.g. : in names.
2021-03-27 19:02:27 +01:00
shiiion
7b0be29ff5 temp fix, XWarpPointer relative to render window 2021-03-27 08:03:46 -07:00
Léo Lam
8d2b0fff8a
Merge pull request #9545 from leoetlino/es-launch-timings
IOS: Improve timing accuracy for title launches (both ARM and PPC)
2021-03-27 01:47:28 +01:00
Léo Lam
8fab253212
Merge pull request #9609 from Pokechu22/fix-WriteVertexArray
Fix PanicAlert when recording FIFOs
2021-03-27 01:39:53 +01:00
Léo Lam
da534c7d75
Merge pull request #9571 from JosJuice/netplay-sync-more-settings
NetPlay: Sync more settings
2021-03-27 01:38:33 +01:00
Pokechu22
4008b2aca0 Fix PanicAlert when recording FIFOs 2021-03-26 17:27:21 -07:00
Pokechu22
51de3d0fd1 Refactor CP array constants slightly 2021-03-26 17:27:21 -07:00
Léo Lam
c915b780cf
Merge pull request #9596 from Minty-Meeo/apply-moar-RunAsCPUThread
Apply More Core::RunAsCPUThread
2021-03-27 01:11:34 +01:00
Léo Lam
cd6ee13320
Merge pull request #9608 from Bonta0/swapucode
DSPHLE: Don't restore the last UCode when the crc doesn't match
2021-03-27 01:02:47 +01:00
Bonta-kun
b7f62b7a37 DSPHLE: Don't restore the last UCode when the crc doesn't match 2021-03-27 00:42:43 +01:00