Changes

724 bytes added ,  06:49, 28 August 2016
Add "Logic" (aka maths) functions, data (getters/setters) all that's left, will do later
Line 63: Line 63:  
|
 
|
 
|Writes argument 1 to an internal struct, returns argument 1 due to lazy programming.
 
|Writes argument 1 to an internal struct, returns argument 1 due to lazy programming.
 +
|}
 +
 +
===Logic===
 +
{|class="wikitable"
 +
!Prototype
 +
!Symbol name (5.5.1)
 +
!Description
 +
!Reverse-Engineering Notes
 +
|-
 +
|<code>int SwkbdCalc(nn:swkbd::ControllerInfo const &)</code>
 +
|<code>SwkbdCalc__3RplFRCQ3_2nn5swkbd14ControllerInfo</code>
 +
|
 +
|Returns a value from an internal subroutine (presumably the response from the math operation).
 +
|-
 +
|<code>int SwkbdCalcSubThreadFont(void)</code>
 +
|<code>SwkbdCalcSubThreadFont__3RplFv</code>
 +
|
 +
|Returns a value from an internal subroutine (presumably the response from the math operation).
 +
|-
 +
|<code>int SwkbdCalcSubThreadPredict(void)</code>
 +
|<code>SwkbdCalcSubThreadPredict__3RplFv</code>
 +
|
 +
|Returns a value from an internal subroutine (presumably the response from the math operation).
 
|}
 
|}