Skip to content

Commit

Permalink
Android: Convert TvSettingsItem to Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
t895 committed Jun 10, 2023
1 parent 0ffd4f2 commit bcaf981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.

This file was deleted.

@@ -0,0 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later

package org.dolphinemu.dolphinemu.model

class TvSettingsItem(val itemId: Int, val iconId: Int, val labelId: Int)

0 comments on commit bcaf981

Please sign in to comment.