sjbarag / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
113 stars 43 forks source link

Fixed `roDeviceInfo` method type and some test cases #689

Closed lvcabral closed 5 months ago

lvcabral commented 5 months ago

The method getAudioDecodeInfo was wrongly spelled, and getSupportedGraphicsResolutions was returning an AA when the correct is a roArray.

Skipped one roXMLElement test case that is not behaving as Roku, the implementation is wrong, to be fixed later when roXMLList is implemented.