Skip to content

Releases: Meetem/librazerblade

[0.0.6] MSVC Binary and headers

26 Apr 02:12
Compare
Choose a tag to compare

Added CPU/GPU boost with appropriate functions for query, set and packet creating.
librazerblade_PacketFactory_boost(BladeBoostId id, uint8_t value, BladePacketDirection direction = Set)
librazerblade_PacketUtil_getBoostValue(RazerPacket* pkt)
librazerblade_Laptop_queryBoost(LaptopPtr self, int numRetries)
librazerblade_Laptop_setBoost(LaptopPtr self, BladeBoostId boostId, uint8_t value, int numRetries)

[0.0.5] MSVC Binary and headers

26 Apr 00:02
Compare
Choose a tag to compare

Changed:
librazerblade_PacketFactory_fan, new arguments are (add fan id)
librazerblade_PacketFactory_fan(uint8_t fanSpeedDiv100, int fanId, BladePacketDirection direction = Set);

librazerblade_Laptop_setFanSpeed, new arguments are (add fan id, and fan speed clamp control):
librazerblade_Laptop_setFanSpeed(LaptopPtr self, int32_t speed, int numRetries = 0, int fanId = 1, int clampSpeed = 1);

[0.0.4] MSVC Binary and headers

13 Jan 13:13
Compare
Choose a tag to compare

Add UserData struct for storing user data in safe way.
Add storage clear function
ABI Might change during 0.0.x versions

[0.0.3] MSVC Binary and headers

12 Jan 22:31
Compare
Choose a tag to compare

Add Manual Fan Speed to the state
ABI Might change during 0.0.x versions