tp/asm/m/Do
Erin Moon 992cf48c7f
Split and decompile parts of JUTGamePad (#33)
* JUTGamePad.o: elaborate classes, split

* JUTGamePad::CButton: decompile functions:
- clear()
- clear(JUTGamePad*)
- setRepeat()

* elaborate PAD* types in new header

* decompile getNumBit()

* elaborate JUTGamePad fields

* move retyped externs from variables.h to JUTGamePad.h

* elaborate JUTGamePadLongPress

* JUTGamePad: decompile functions

- initList()
- init()
- clear()
- assign()
- checkResetCallback()
- checkResetSwitch()
- clearForReset()
- recalibrate()

JUTGamePad: decompile

* JUTGamePad::CStick::clear(): decompile

* JUTGamePad::CRumble: decompile functions

- startMotor()
- stopMotor()
- triggerPatternedRumble()
- startPatternedRumble()
- stopPatternedRumbleAtThePeriod()
- setEnabled()

* JUTGamePadLongPress::checkCallback(): decompile

* nonmatching: JUTGamePad::CRumble::update() and JUTGamePad::getGamePad

* JSUList<T>: allow access to JSUPtrList functions

* functions.h: clear out some func decls that are no longer used

* add notes in JUTGamePad.cpp

* clang-format + add back extern funcs

* fix some more extern labels

Co-authored-by: Pheenoh <pheenoh@gmail.com>
2020-12-29 20:22:18 -05:00
..
controller Split and decompile parts of JUTGamePad (#33) 2020-12-29 20:22:18 -05:00
dvd JKernel (#20) 2020-12-06 15:02:25 -05:00
machine JKernel (#20) 2020-12-06 15:02:25 -05:00
m_Do_DVDError.s Types and functions for JKRThread, JKRFile, JKRDvdFile, JKRFileCache... (#17) 2020-12-05 12:45:10 -05:00
m_Do_MemCard.s m_Do_Reset: OK (#35) 2020-12-25 20:59:52 -05:00
m_Do_MemCardRWmng.s d_item (#18) 2020-12-05 23:30:55 -05:00
m_Do_audio.s m_Do_Reset: OK (#35) 2020-12-25 20:59:52 -05:00
m_Do_ext.s d_a_alink.cpp: split (#41) 2020-12-29 17:08:25 -05:00
m_Do_graphic.s d_item (#18) 2020-12-05 23:30:55 -05:00
m_Do_lib.s d_item (#18) 2020-12-05 23:30:55 -05:00
m_Do_machine.s Split and decompile parts of JUTGamePad (#33) 2020-12-29 20:22:18 -05:00
m_Do_mtx.s Adds JSUList, JKRDisposer, and JKRHeap. (#4) 2020-11-29 11:47:00 -05:00
m_Do_printf.s organize files, update makefile, add CI checks, begin adding d_save.cpp 2020-09-05 15:03:13 -04:00