Advertisement
popsdeco

popsloader analog stick bug fixed by neur0n

Apr 9th, 2012
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. 922c919
  2. < if(conf.noanalog) {
  3. ---
  4. > if( me_fw == 0 && conf.noanalog) {
  5. 1011a1008,1009
  6. >
  7. > SetME();
  8. 1016,1017c1014,1019
  9. < memset(&conf, 0, sizeof(conf));
  10. < sctrlSEGetConfig(&conf);
  11. ---
  12. >
  13. > if( me_fw == 0 ) {
  14. > memset(&conf, 0, sizeof(conf));
  15. > sctrlSEGetConfig(&conf);
  16. > }
  17. >
  18. 1023d1024
  19. < SetME();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement