Skip to content
  • Lioncash's avatar
    hle/service: Resolve unused variable warnings · 7f506be2
    Lioncash authored
    In several places, we have request parsers where there's nothing to
    really parse, simply because the HLE function in question operates on
    buffers. In these cases we can just remove these instances altogether.
    
    In the other cases, we can retrieve the relevant members from the parser
    and at least log them out, giving them some use.
    7f506be2
Loading