Skip to content
Snippets Groups Projects
  1. Nov 19, 2018
  2. Nov 18, 2018
  3. Nov 17, 2018
  4. Nov 16, 2018
    • Lioncash's avatar
      kernel/errors: Clean up error codes · d21b2164
      Lioncash authored
      Similar to PR 1706, which cleans up the error codes for the filesystem
      code, but done for the kernel error codes. This removes the ErrCodes
      namespace and specifies the errors directly. This also fixes up any
      straggling lines of code that weren't using the named error codes where
      applicable.
      d21b2164
    • Weiyi Wang's avatar
      Common/Bitfield: store value as unsigned type · 786995a8
      Weiyi Wang authored
      Storing signed type causes the following behaviour: extractValue can do overflow/negative left shift. Now it only relies on two implementation-defined behaviours (which are almost always defined as we want): unsigned->signed conversion and signed right shift
      786995a8
    • David Marcec's avatar
      Added various bluetooth based cmds for palma · e8899e70
      David Marcec authored
      It seems palma is done through bluetooth, we need this for pokemon go however more research needs to be done when we actually get palma working. This is presumably used for transfering data between the controller and the console, it does not seem for actual input as far as I know.
      e8899e70
    • David Marcec's avatar
      Added SetIsPalmaAllConnectable, SetPalmaBoostMode · e658118a
      David Marcec authored
      Currently unclear what these do yet, will be researched at a later time when we want to implement palma.
      e658118a
    • David Marcec's avatar
      Fixed switching operation modes when not running a game · 4476fd29
      David Marcec authored
      The service manager seems to be a nullptr before a game boots
      4476fd29
Loading