libretro / parallel-n64

Optimized/rewritten Nintendo 64 emulator made specifically for Libretro. Originally based on Mupen64 Plus.
326 stars 128 forks source link

Performance regression in PKM stadium 2 #157

Open GM-Script-Writer-62850 opened 9 years ago

GM-Script-Writer-62850 commented 9 years ago

the last couple times i compiled this there is been a lot of lag in the mini game's menus in Pokemon Stadium 2 I have a version that does not lag here that was probably compiled on Oct 22, 2014 my hardware is more than capable of handling anything this would throw at it The 1st one i compiled that did not work on on Nov. 28

inactive123 commented 9 years ago

Do a git bisect and figure out when it started happening ,then we can talk.

GM-Script-Writer-62850 commented 9 years ago

how do i do that?

sergiobenrocha2 commented 9 years ago

You need to find from what commit it started to happen. Undo some commits, build and test.

GM-Script-Writer-62850 commented 9 years ago

what commands do that? can i revert to a date and then start applying them 1 by 1 if so how?

sergiobenrocha2 commented 9 years ago

You have to clone the repo first (git clone https://github.com/libretro/mupen64plus-libretro.git), then you undo one commit with: git reset HEAD^ --hard