We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running ./tools/apply_patch.sh enhancements/60fps.patch the following errors occur:
Do you wish to apply the patch 'enhancements/60fps.patch'? [Y/N] y patching file include/types.h Hunk #1 succeeded at 117 (offset -1 lines). Hunk #2 FAILED at 132. Hunk #3 succeeded at 246 (offset -1 lines). 1 out of 3 hunks FAILED -- saving rejects to file include/types.h.rej patching file src/engine/graph_node.h patching file src/engine/surface_collision.c patching file src/engine/surface_load.c Hunk #2 succeeded at 384 (offset 24 lines). patching file src/game/camera.c patching file src/game/camera.h patching file src/game/envfx_bubbles.c patching file src/game/envfx_snow.c patching file src/game/envfx_snow.h patching file src/game/hud.c patching file src/game/ingame_menu.c patching file src/game/level_geo.c patching file src/game/object_helpers.c Hunk #1 succeeded at 1549 (offset -5 lines). patching file src/game/paintings.c patching file src/game/rendering_graph_node.c Hunk #19 FAILED at 675. Hunk #24 FAILED at 891. Hunk #25 FAILED at 1004. Hunk #31 succeeded at 1135 with fuzz 1. Hunk sm64-port#33 succeeded at 1280 with fuzz 2. Hunk sm64-port#34 succeeded at 1295 (offset 4 lines). Hunk sm64-port#35 succeeded at 1308 (offset 4 lines). 3 out of 35 hunks FAILED -- saving rejects to file src/game/rendering_graph_node.c.rej patching file src/game/screen_transition.c Hunk #4 FAILED at 236. 1 out of 4 hunks FAILED -- saving rejects to file src/game/screen_transition.c.rej patching file src/menu/intro_geo.c patching file src/pc/gfx/gfx_dxgi.cpp patching file src/pc/gfx/gfx_glx.c patching file src/pc/gfx/gfx_sdl2.c patching file src/pc/gfx/gfx_whb_window.c Hunk #1 succeeded at 55 (offset 3 lines). patching file src/pc/pc_main.c Hunk #1 succeeded at 79 (offset 1 line). Hunk #2 succeeded at 117 (offset 1 line).
The text was updated successfully, but these errors were encountered:
The patch is completely broken. Even if you fix the applying the game either flickers or crashes on entering of the first painting.
Sorry, something went wrong.
Workaround:
GX2SetSwapInterval(2);
src/pc/gfx/gfx_whb_window.c
I keep forgetting to check this out since I keep getting sidetracked by other projects.
aboood40091
Successfully merging a pull request may close this issue.
When running ./tools/apply_patch.sh enhancements/60fps.patch the following errors occur:
Do you wish to apply the patch 'enhancements/60fps.patch'? [Y/N] y
patching file include/types.h
Hunk #1 succeeded at 117 (offset -1 lines).
Hunk #2 FAILED at 132.
Hunk #3 succeeded at 246 (offset -1 lines).
1 out of 3 hunks FAILED -- saving rejects to file include/types.h.rej
patching file src/engine/graph_node.h
patching file src/engine/surface_collision.c
patching file src/engine/surface_load.c
Hunk #2 succeeded at 384 (offset 24 lines).
patching file src/game/camera.c
patching file src/game/camera.h
patching file src/game/envfx_bubbles.c
patching file src/game/envfx_snow.c
patching file src/game/envfx_snow.h
patching file src/game/hud.c
patching file src/game/ingame_menu.c
patching file src/game/level_geo.c
patching file src/game/object_helpers.c
Hunk #1 succeeded at 1549 (offset -5 lines).
patching file src/game/paintings.c
patching file src/game/rendering_graph_node.c
Hunk #19 FAILED at 675.
Hunk #24 FAILED at 891.
Hunk #25 FAILED at 1004.
Hunk #31 succeeded at 1135 with fuzz 1.
Hunk sm64-port#33 succeeded at 1280 with fuzz 2.
Hunk sm64-port#34 succeeded at 1295 (offset 4 lines).
Hunk sm64-port#35 succeeded at 1308 (offset 4 lines).
3 out of 35 hunks FAILED -- saving rejects to file src/game/rendering_graph_node.c.rej
patching file src/game/screen_transition.c
Hunk #4 FAILED at 236.
1 out of 4 hunks FAILED -- saving rejects to file src/game/screen_transition.c.rej
patching file src/menu/intro_geo.c
patching file src/pc/gfx/gfx_dxgi.cpp
patching file src/pc/gfx/gfx_glx.c
patching file src/pc/gfx/gfx_sdl2.c
patching file src/pc/gfx/gfx_whb_window.c
Hunk #1 succeeded at 55 (offset 3 lines).
patching file src/pc/pc_main.c
Hunk #1 succeeded at 79 (offset 1 line).
Hunk #2 succeeded at 117 (offset 1 line).
The text was updated successfully, but these errors were encountered: