mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
More work. Audio driver works enough to play music now.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#ifndef __PL_ERROR_CODES_H__
|
||||
#define __PL_ERROR_CODES_H__
|
||||
#pragma once
|
||||
#ifndef __PL_ERROR_CODES_H__
|
||||
#define __PL_ERROR_CODES_H__
|
||||
|
||||
enum ErrorCodes
|
||||
{
|
||||
@@ -25,6 +25,7 @@ enum ErrorCodes
|
||||
volOffLinErr,
|
||||
permErr,
|
||||
wrPermErr,
|
||||
queueFull,
|
||||
|
||||
genericErr,
|
||||
};
|
||||
|
Reference in New Issue
Block a user