Files
PSFree/module/constants.mjs
T
Kameleon 5eeada1fd5 PSFree Beta3
Added PS4 Firmware Detection
2023-12-25 00:51:26 -06:00

21 lines
773 B
JavaScript

/* Copyright (C) 2023 anonymous
This file is part of PSFree.
PSFree is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
PSFree is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
export const KB = 1024;
export const MB = KB * KB;
export const GB = KB * KB * KB;